Shades of Hollywood Cerise #DE08A9
Tints of Hollywood Cerise #DE08A9
RGB
CMYK
RGB Variations
Color information
#DE08A9 (or 0xDE08A9) is known color: Hollywood Cerise. HEX triplet: DE, 08 and A9. RGB value is (222,8,169). Sum of RGB (Red+Green+Blue) = 222+8+169=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 169 (66.41% from 255 or 42.36% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE08A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE08A9 is #21F756. Grayscale: #595959. Windows color (decimal): -2226007 or 11077854. OLE color: 11077854.
HSL color Cylindrical-coordinate representation of color #DE08A9: hue angle of 314.86º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE08A9 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 8 | 169 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.13 |
| HSL | 314.86º | 0.93% | 0.45% | - |
| HSV(B) | 314.86º | 0.96% | 0.87% | - |
| XYZ | 37.37 | 18.57 | 39.15 | - |
| YUV | 90.34 | 172.4 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 8 | 169 | 0 | 0.96 | 0.24 | 0.13 | 314.86 | 0.93 | 0.45 |
| Hex | DE | 8 | A9 | 0 | 60 | 18 | D | 13B | 5D | 2D |
| Octal | 336 | 10 | 251 | 0 | 140 | 30 | 15 | 473 | 135 | 55 |
| Binary | 11011110 | 1000 | 10101001 | 0 | 1100000 | 11000 | 1101 | 100111011 | 1011101 | 101101 |
Color Harmonies of #DE08A9
Complementary color
Monochromatic Colors of #DE08A9
Black with #DE08A9
Text Example
Text Example
White with #DE08A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE08A9; }
p { color: rgb(222,8,169); }
H1.HeaderClassName
{
color: #DE08A9;
}
.AnyTagClassName
{
color: #DE08A9;
}
</style>
background-color css
<style>
a { background-color: #DE08A9; }
a { background-color: rgb(222,8,169); }
div.DivClassName
{
background-color: #DE08A9;
}
.BgClassName
{
background-color: #DE08A9;
}
</style>
border-color css
<style>
span { border-color: #DE08A9; }
span { border-color: rgb(222,8,169); }
td.TdClassName
{
border-color: #DE08A9;
}
.TagClassName
{
border-color: #DE08A9;
}
</style>