Shades of Hollywood Cerise #DE029E
Tints of Hollywood Cerise #DE029E
RGB
CMYK
RGB Variations
Color information
#DE029E (or 0xDE029E) is known color: Hollywood Cerise. HEX triplet: DE, 02 and 9E. RGB value is (222,2,158). Sum of RGB (Red+Green+Blue) = 222+2+158=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE029E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE029E is #21FD61. Grayscale: #555555. Windows color (decimal): -2227554 or 10355422. OLE color: 10355422.
HSL color Cylindrical-coordinate representation of color #DE029E: hue angle of 317.45º 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 #DE029E is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 2 | 158 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.13 |
| HSL | 317.45º | 0.98% | 0.44% | - |
| HSV(B) | 317.45º | 0.99% | 0.87% | - |
| XYZ | 36.32 | 18.04 | 33.92 | - |
| YUV | 85.56 | 168.89 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 2 | 158 | 0 | 0.99 | 0.29 | 0.13 | 317.45 | 0.98 | 0.44 |
| Hex | DE | 2 | 9E | 0 | 63 | 1D | D | 13D | 62 | 2C |
| Octal | 336 | 2 | 236 | 0 | 143 | 35 | 15 | 475 | 142 | 54 |
| Binary | 11011110 | 10 | 10011110 | 0 | 1100011 | 11101 | 1101 | 100111101 | 1100010 | 101100 |
Color Harmonies of #DE029E
Complementary color
Monochromatic Colors of #DE029E
Black with #DE029E
Text Example
Text Example
White with #DE029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE029E; }
p { color: rgb(222,2,158); }
H1.HeaderClassName
{
color: #DE029E;
}
.AnyTagClassName
{
color: #DE029E;
}
</style>
background-color css
<style>
a { background-color: #DE029E; }
a { background-color: rgb(222,2,158); }
div.DivClassName
{
background-color: #DE029E;
}
.BgClassName
{
background-color: #DE029E;
}
</style>
border-color css
<style>
span { border-color: #DE029E; }
span { border-color: rgb(222,2,158); }
td.TdClassName
{
border-color: #DE029E;
}
.TagClassName
{
border-color: #DE029E;
}
</style>