Shades of Hollywood Cerise #DE0097
Tints of Hollywood Cerise #DE0097
RGB
CMYK
RGB Variations
Color information
#DE0097 (or 0xDE0097) is known color: Hollywood Cerise. HEX triplet: DE, 00 and 97. RGB value is (222,0,151). Sum of RGB (Red+Green+Blue) = 222+0+151=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0097 is #21FF68. Grayscale: #535353. Windows color (decimal): -2228073 or 9896158. OLE color: 9896158.
HSL color Cylindrical-coordinate representation of color #DE0097: hue angle of 319.19º 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 #DE0097 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.32 | 0.13 |
| HSL | 319.19º | 1% | 0.44% | - |
| HSV(B) | 319.19º | 1% | 0.87% | - |
| XYZ | 35.71 | 17.76 | 30.82 | - |
| YUV | 83.59 | 166.05 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 151 | 0 | 1 | 0.32 | 0.13 | 319.19 | 1 | 0.44 |
| Hex | DE | 0 | 97 | 0 | 64 | 20 | D | 13F | 64 | 2C |
| Octal | 336 | 0 | 227 | 0 | 144 | 40 | 15 | 477 | 144 | 54 |
| Binary | 11011110 | 0 | 10010111 | 0 | 1100100 | 100000 | 1101 | 100111111 | 1100100 | 101100 |
Color Harmonies of #DE0097
Complementary color
Monochromatic Colors of #DE0097
Black with #DE0097
Text Example
Text Example
White with #DE0097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0097; }
p { color: rgb(222,0,151); }
H1.HeaderClassName
{
color: #DE0097;
}
.AnyTagClassName
{
color: #DE0097;
}
</style>
background-color css
<style>
a { background-color: #DE0097; }
a { background-color: rgb(222,0,151); }
div.DivClassName
{
background-color: #DE0097;
}
.BgClassName
{
background-color: #DE0097;
}
</style>
border-color css
<style>
span { border-color: #DE0097; }
span { border-color: rgb(222,0,151); }
td.TdClassName
{
border-color: #DE0097;
}
.TagClassName
{
border-color: #DE0097;
}
</style>