Shades of Hollywood Cerise #DE0396
Tints of Hollywood Cerise #DE0396
RGB
CMYK
RGB Variations
Color information
#DE0396 (or 0xDE0396) is known color: Hollywood Cerise. HEX triplet: DE, 03 and 96. RGB value is (222,3,150). Sum of RGB (Red+Green+Blue) = 222+3+150=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0396 is #21FC69. Grayscale: #545454. Windows color (decimal): -2227306 or 9831390. OLE color: 9831390.
HSL color Cylindrical-coordinate representation of color #DE0396: hue angle of 319.73º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE0396 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 3 | 150 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.13 |
| HSL | 319.73º | 0.97% | 0.44% | - |
| HSV(B) | 319.73º | 0.99% | 0.87% | - |
| XYZ | 35.66 | 17.8 | 30.41 | - |
| YUV | 85.24 | 164.55 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 3 | 150 | 0 | 0.99 | 0.32 | 0.13 | 319.73 | 0.97 | 0.44 |
| Hex | DE | 3 | 96 | 0 | 63 | 20 | D | 140 | 61 | 2C |
| Octal | 336 | 3 | 226 | 0 | 143 | 40 | 15 | 500 | 141 | 54 |
| Binary | 11011110 | 11 | 10010110 | 0 | 1100011 | 100000 | 1101 | 101000000 | 1100001 | 101100 |
Color Harmonies of #DE0396
Complementary color
Monochromatic Colors of #DE0396
Black with #DE0396
Text Example
Text Example
White with #DE0396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0396; }
p { color: rgb(222,3,150); }
H1.HeaderClassName
{
color: #DE0396;
}
.AnyTagClassName
{
color: #DE0396;
}
</style>
background-color css
<style>
a { background-color: #DE0396; }
a { background-color: rgb(222,3,150); }
div.DivClassName
{
background-color: #DE0396;
}
.BgClassName
{
background-color: #DE0396;
}
</style>
border-color css
<style>
span { border-color: #DE0396; }
span { border-color: rgb(222,3,150); }
td.TdClassName
{
border-color: #DE0396;
}
.TagClassName
{
border-color: #DE0396;
}
</style>