Shades of Hollywood Cerise #DE0E96
Tints of Hollywood Cerise #DE0E96
RGB
CMYK
RGB Variations
Color information
#DE0E96 (or 0xDE0E96) is known color: Hollywood Cerise. HEX triplet: DE, 0E and 96. RGB value is (222,14,150). Sum of RGB (Red+Green+Blue) = 222+14+150=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 14 (5.86% from 255 or 3.63% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0E96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0E96 is #21F169. Grayscale: #5B5B5B. Windows color (decimal): -2224490 or 9834206. OLE color: 9834206.
HSL color Cylindrical-coordinate representation of color #DE0E96: hue angle of 320.77º 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 #DE0E96 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 14 | 150 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.13 |
| HSL | 320.77º | 0.88% | 0.46% | - |
| HSV(B) | 320.77º | 0.94% | 0.87% | - |
| XYZ | 35.79 | 18.05 | 30.45 | - |
| YUV | 91.7 | 160.91 | 220.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 14 | 150 | 0 | 0.94 | 0.32 | 0.13 | 320.77 | 0.88 | 0.46 |
| Hex | DE | E | 96 | 0 | 5E | 20 | D | 141 | 58 | 2E |
| Octal | 336 | 16 | 226 | 0 | 136 | 40 | 15 | 501 | 130 | 56 |
| Binary | 11011110 | 1110 | 10010110 | 0 | 1011110 | 100000 | 1101 | 101000001 | 1011000 | 101110 |
Color Harmonies of #DE0E96
Complementary color
Monochromatic Colors of #DE0E96
Black with #DE0E96
Text Example
Text Example
White with #DE0E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0E96; }
p { color: rgb(222,14,150); }
H1.HeaderClassName
{
color: #DE0E96;
}
.AnyTagClassName
{
color: #DE0E96;
}
</style>
background-color css
<style>
a { background-color: #DE0E96; }
a { background-color: rgb(222,14,150); }
div.DivClassName
{
background-color: #DE0E96;
}
.BgClassName
{
background-color: #DE0E96;
}
</style>
border-color css
<style>
span { border-color: #DE0E96; }
span { border-color: rgb(222,14,150); }
td.TdClassName
{
border-color: #DE0E96;
}
.TagClassName
{
border-color: #DE0E96;
}
</style>