Shades of Hollywood Cerise #DE009E
Tints of Hollywood Cerise #DE009E
RGB
CMYK
RGB Variations
Color information
#DE009E (or 0xDE009E) is known color: Hollywood Cerise. HEX triplet: DE, 00 and 9E. RGB value is (222,0,158). Sum of RGB (Red+Green+Blue) = 222+0+158=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE009E is #21FF61. Grayscale: #535353. Windows color (decimal): -2228066 or 10354910. OLE color: 10354910.
HSL color Cylindrical-coordinate representation of color #DE009E: hue angle of 317.3º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE009E is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.29 | 0.13 |
| HSL | 317.3º | 1% | 0.44% | - |
| HSV(B) | 317.3º | 1% | 0.87% | - |
| XYZ | 36.3 | 18 | 33.91 | - |
| YUV | 84.39 | 169.55 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 158 | 0 | 1 | 0.29 | 0.13 | 317.3 | 1 | 0.44 |
| Hex | DE | 0 | 9E | 0 | 64 | 1D | D | 13D | 64 | 2C |
| Octal | 336 | 0 | 236 | 0 | 144 | 35 | 15 | 475 | 144 | 54 |
| Binary | 11011110 | 0 | 10011110 | 0 | 1100100 | 11101 | 1101 | 100111101 | 1100100 | 101100 |
Color Harmonies of #DE009E
Complementary color
Monochromatic Colors of #DE009E
Black with #DE009E
Text Example
Text Example
White with #DE009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE009E; }
p { color: rgb(222,0,158); }
H1.HeaderClassName
{
color: #DE009E;
}
.AnyTagClassName
{
color: #DE009E;
}
</style>
background-color css
<style>
a { background-color: #DE009E; }
a { background-color: rgb(222,0,158); }
div.DivClassName
{
background-color: #DE009E;
}
.BgClassName
{
background-color: #DE009E;
}
</style>
border-color css
<style>
span { border-color: #DE009E; }
span { border-color: rgb(222,0,158); }
td.TdClassName
{
border-color: #DE009E;
}
.TagClassName
{
border-color: #DE009E;
}
</style>