Shades of Hollywood Cerise #DE02A2
Tints of Hollywood Cerise #DE02A2
RGB
CMYK
RGB Variations
Color information
#DE02A2 (or 0xDE02A2) is known color: Hollywood Cerise. HEX triplet: DE, 02 and A2. RGB value is (222,2,162). Sum of RGB (Red+Green+Blue) = 222+2+162=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE02A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE02A2 is #21FD5D. Grayscale: #555555. Windows color (decimal): -2227550 or 10617566. OLE color: 10617566.
HSL color Cylindrical-coordinate representation of color #DE02A2: hue angle of 316.36º 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 #DE02A2 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 2 | 162 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.13 |
| HSL | 316.36º | 0.98% | 0.44% | - |
| HSV(B) | 316.36º | 0.99% | 0.87% | - |
| XYZ | 36.67 | 18.18 | 35.76 | - |
| YUV | 86.02 | 170.89 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 2 | 162 | 0 | 0.99 | 0.27 | 0.13 | 316.36 | 0.98 | 0.44 |
| Hex | DE | 2 | A2 | 0 | 63 | 1B | D | 13C | 62 | 2C |
| Octal | 336 | 2 | 242 | 0 | 143 | 33 | 15 | 474 | 142 | 54 |
| Binary | 11011110 | 10 | 10100010 | 0 | 1100011 | 11011 | 1101 | 100111100 | 1100010 | 101100 |
Color Harmonies of #DE02A2
Complementary color
Monochromatic Colors of #DE02A2
Black with #DE02A2
Text Example
Text Example
White with #DE02A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE02A2; }
p { color: rgb(222,2,162); }
H1.HeaderClassName
{
color: #DE02A2;
}
.AnyTagClassName
{
color: #DE02A2;
}
</style>
background-color css
<style>
a { background-color: #DE02A2; }
a { background-color: rgb(222,2,162); }
div.DivClassName
{
background-color: #DE02A2;
}
.BgClassName
{
background-color: #DE02A2;
}
</style>
border-color css
<style>
span { border-color: #DE02A2; }
span { border-color: rgb(222,2,162); }
td.TdClassName
{
border-color: #DE02A2;
}
.TagClassName
{
border-color: #DE02A2;
}
</style>