Shades of Hollywood Cerise #DE129C
Tints of Hollywood Cerise #DE129C
RGB
CMYK
RGB Variations
Color information
#DE129C (or 0xDE129C) is known color: Hollywood Cerise. HEX triplet: DE, 12 and 9C. RGB value is (222,18,156). Sum of RGB (Red+Green+Blue) = 222+18+156=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DE129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE129C is #21ED63. Grayscale: #5E5E5E. Windows color (decimal): -2223460 or 10228446. OLE color: 10228446.
HSL color Cylindrical-coordinate representation of color #DE129C: hue angle of 319.41º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE129C is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 18 | 156 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.13 |
| HSL | 319.41º | 0.85% | 0.47% | - |
| HSV(B) | 319.41º | 0.92% | 0.87% | - |
| XYZ | 36.34 | 18.36 | 33.08 | - |
| YUV | 94.73 | 162.59 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 18 | 156 | 0 | 0.92 | 0.30 | 0.13 | 319.41 | 0.85 | 0.47 |
| Hex | DE | 12 | 9C | 0 | 5C | 1E | D | 13F | 55 | 2F |
| Octal | 336 | 22 | 234 | 0 | 134 | 36 | 15 | 477 | 125 | 57 |
| Binary | 11011110 | 10010 | 10011100 | 0 | 1011100 | 11110 | 1101 | 100111111 | 1010101 | 101111 |
Color Harmonies of #DE129C
Complementary color
Monochromatic Colors of #DE129C
Black with #DE129C
Text Example
Text Example
White with #DE129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE129C; }
p { color: rgb(222,18,156); }
H1.HeaderClassName
{
color: #DE129C;
}
.AnyTagClassName
{
color: #DE129C;
}
</style>
background-color css
<style>
a { background-color: #DE129C; }
a { background-color: rgb(222,18,156); }
div.DivClassName
{
background-color: #DE129C;
}
.BgClassName
{
background-color: #DE129C;
}
</style>
border-color css
<style>
span { border-color: #DE129C; }
span { border-color: rgb(222,18,156); }
td.TdClassName
{
border-color: #DE129C;
}
.TagClassName
{
border-color: #DE129C;
}
</style>