Electrifying Kiss
#d41c4e
Electrifying Kiss, represented by the hex value #d41c4e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d41c4e | |
|---|---|---|
| RGB | rgb(212, 28, 78) | |
| HSL | hsl(344, 77%, 47%) | |
| CMYK | cmyk(0%, 87%, 63%, 17%) | |
| LAB | lab(47, 69, 23) | |
| OKLCH | oklch(0.56 0.212 14) |
Color harmonies
Tints & shades
Code snippets
color: #d41c4e;
background-color: #d41c4e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFD41C4E)
/* Swift / UIKit */
UIColor(red: 0.83, green: 0.11, blue: 0.31, alpha: 1.0)