Shades of Hollywood Cerise #DE02A8
Tints of Hollywood Cerise #DE02A8
RGB
CMYK
RGB Variations
Color information
#DE02A8 (or 0xDE02A8) is known color: Hollywood Cerise. HEX triplet: DE, 02 and A8. RGB value is (222,2,168). Sum of RGB (Red+Green+Blue) = 222+2+168=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DE02A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE02A8 is #21FD57. Grayscale: #565656. Windows color (decimal): -2227544 or 11010782. OLE color: 11010782.
HSL color Cylindrical-coordinate representation of color #DE02A8: hue angle of 314.73º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE02A8 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 2 | 168 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.13 |
| HSL | 314.73º | 0.98% | 0.44% | - |
| HSV(B) | 314.73º | 0.99% | 0.87% | - |
| XYZ | 37.21 | 18.4 | 38.64 | - |
| YUV | 86.7 | 173.89 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 2 | 168 | 0 | 0.99 | 0.24 | 0.13 | 314.73 | 0.98 | 0.44 |
| Hex | DE | 2 | A8 | 0 | 63 | 18 | D | 13B | 62 | 2C |
| Octal | 336 | 2 | 250 | 0 | 143 | 30 | 15 | 473 | 142 | 54 |
| Binary | 11011110 | 10 | 10101000 | 0 | 1100011 | 11000 | 1101 | 100111011 | 1100010 | 101100 |
Color Harmonies of #DE02A8
Complementary color
Monochromatic Colors of #DE02A8
Black with #DE02A8
Text Example
Text Example
White with #DE02A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE02A8; }
p { color: rgb(222,2,168); }
H1.HeaderClassName
{
color: #DE02A8;
}
.AnyTagClassName
{
color: #DE02A8;
}
</style>
background-color css
<style>
a { background-color: #DE02A8; }
a { background-color: rgb(222,2,168); }
div.DivClassName
{
background-color: #DE02A8;
}
.BgClassName
{
background-color: #DE02A8;
}
</style>
border-color css
<style>
span { border-color: #DE02A8; }
span { border-color: rgb(222,2,168); }
td.TdClassName
{
border-color: #DE02A8;
}
.TagClassName
{
border-color: #DE02A8;
}
</style>