Shades of Hollywood Cerise #DE0E9C
Tints of Hollywood Cerise #DE0E9C
RGB
CMYK
RGB Variations
Color information
#DE0E9C (or 0xDE0E9C) is known color: Hollywood Cerise. HEX triplet: DE, 0E and 9C. RGB value is (222,14,156). Sum of RGB (Red+Green+Blue) = 222+14+156=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0E9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0E9C is #21F163. Grayscale: #5C5C5C. Windows color (decimal): -2224484 or 10227422. OLE color: 10227422.
HSL color Cylindrical-coordinate representation of color #DE0E9C: hue angle of 319.04º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0E9C is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 14 | 156 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.13 |
| HSL | 319.04º | 0.88% | 0.46% | - |
| HSV(B) | 319.04º | 0.94% | 0.87% | - |
| XYZ | 36.28 | 18.24 | 33.06 | - |
| YUV | 92.38 | 163.91 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 14 | 156 | 0 | 0.94 | 0.30 | 0.13 | 319.04 | 0.88 | 0.46 |
| Hex | DE | E | 9C | 0 | 5E | 1E | D | 13F | 58 | 2E |
| Octal | 336 | 16 | 234 | 0 | 136 | 36 | 15 | 477 | 130 | 56 |
| Binary | 11011110 | 1110 | 10011100 | 0 | 1011110 | 11110 | 1101 | 100111111 | 1011000 | 101110 |
Color Harmonies of #DE0E9C
Complementary color
Monochromatic Colors of #DE0E9C
Black with #DE0E9C
Text Example
Text Example
White with #DE0E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0E9C; }
p { color: rgb(222,14,156); }
H1.HeaderClassName
{
color: #DE0E9C;
}
.AnyTagClassName
{
color: #DE0E9C;
}
</style>
background-color css
<style>
a { background-color: #DE0E9C; }
a { background-color: rgb(222,14,156); }
div.DivClassName
{
background-color: #DE0E9C;
}
.BgClassName
{
background-color: #DE0E9C;
}
</style>
border-color css
<style>
span { border-color: #DE0E9C; }
span { border-color: rgb(222,14,156); }
td.TdClassName
{
border-color: #DE0E9C;
}
.TagClassName
{
border-color: #DE0E9C;
}
</style>