Shades of Hollywood Cerise #DE0599
Tints of Hollywood Cerise #DE0599
RGB
CMYK
RGB Variations
Color information
#DE0599 (or 0xDE0599) is known color: Hollywood Cerise. HEX triplet: DE, 05 and 99. RGB value is (222,5,153). Sum of RGB (Red+Green+Blue) = 222+5+153=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0599 is #21FA66. Grayscale: #565656. Windows color (decimal): -2226791 or 10028510. OLE color: 10028510.
HSL color Cylindrical-coordinate representation of color #DE0599: hue angle of 319.08º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE0599 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 5 | 153 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.13 |
| HSL | 319.08º | 0.96% | 0.45% | - |
| HSV(B) | 319.08º | 0.98% | 0.87% | - |
| XYZ | 35.93 | 17.94 | 31.71 | - |
| YUV | 86.76 | 165.39 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 5 | 153 | 0 | 0.98 | 0.31 | 0.13 | 319.08 | 0.96 | 0.45 |
| Hex | DE | 5 | 99 | 0 | 62 | 1F | D | 13F | 60 | 2D |
| Octal | 336 | 5 | 231 | 0 | 142 | 37 | 15 | 477 | 140 | 55 |
| Binary | 11011110 | 101 | 10011001 | 0 | 1100010 | 11111 | 1101 | 100111111 | 1100000 | 101101 |
Color Harmonies of #DE0599
Complementary color
Monochromatic Colors of #DE0599
Black with #DE0599
Text Example
Text Example
White with #DE0599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0599; }
p { color: rgb(222,5,153); }
H1.HeaderClassName
{
color: #DE0599;
}
.AnyTagClassName
{
color: #DE0599;
}
</style>
background-color css
<style>
a { background-color: #DE0599; }
a { background-color: rgb(222,5,153); }
div.DivClassName
{
background-color: #DE0599;
}
.BgClassName
{
background-color: #DE0599;
}
</style>
border-color css
<style>
span { border-color: #DE0599; }
span { border-color: rgb(222,5,153); }
td.TdClassName
{
border-color: #DE0599;
}
.TagClassName
{
border-color: #DE0599;
}
</style>