Shades of Hollywood Cerise #DE0C9E
Tints of Hollywood Cerise #DE0C9E
RGB
CMYK
RGB Variations
Color information
#DE0C9E (or 0xDE0C9E) is known color: Hollywood Cerise. HEX triplet: DE, 0C and 9E. RGB value is (222,12,158). Sum of RGB (Red+Green+Blue) = 222+12+158=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0C9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0C9E is #21F361. Grayscale: #5B5B5B. Windows color (decimal): -2224994 or 10357982. OLE color: 10357982.
HSL color Cylindrical-coordinate representation of color #DE0C9E: hue angle of 318.29º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0C9E is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 12 | 158 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.13 |
| HSL | 318.29º | 0.9% | 0.46% | - |
| HSV(B) | 318.29º | 0.95% | 0.87% | - |
| XYZ | 36.43 | 18.26 | 33.95 | - |
| YUV | 91.43 | 165.57 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 12 | 158 | 0 | 0.95 | 0.29 | 0.13 | 318.29 | 0.9 | 0.46 |
| Hex | DE | C | 9E | 0 | 5F | 1D | D | 13E | 5A | 2E |
| Octal | 336 | 14 | 236 | 0 | 137 | 35 | 15 | 476 | 132 | 56 |
| Binary | 11011110 | 1100 | 10011110 | 0 | 1011111 | 11101 | 1101 | 100111110 | 1011010 | 101110 |
Color Harmonies of #DE0C9E
Complementary color
Monochromatic Colors of #DE0C9E
Black with #DE0C9E
Text Example
Text Example
White with #DE0C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0C9E; }
p { color: rgb(222,12,158); }
H1.HeaderClassName
{
color: #DE0C9E;
}
.AnyTagClassName
{
color: #DE0C9E;
}
</style>
background-color css
<style>
a { background-color: #DE0C9E; }
a { background-color: rgb(222,12,158); }
div.DivClassName
{
background-color: #DE0C9E;
}
.BgClassName
{
background-color: #DE0C9E;
}
</style>
border-color css
<style>
span { border-color: #DE0C9E; }
span { border-color: rgb(222,12,158); }
td.TdClassName
{
border-color: #DE0C9E;
}
.TagClassName
{
border-color: #DE0C9E;
}
</style>