Shades of Hollywood Cerise #DE0197
Tints of Hollywood Cerise #DE0197
RGB
CMYK
RGB Variations
Color information
#DE0197 (or 0xDE0197) is known color: Hollywood Cerise. HEX triplet: DE, 01 and 97. RGB value is (222,1,151). Sum of RGB (Red+Green+Blue) = 222+1+151=374 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.36% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0197 is #21FE68. Grayscale: #535353. Windows color (decimal): -2227817 or 9896414. OLE color: 9896414.
HSL color Cylindrical-coordinate representation of color #DE0197: hue angle of 319.28º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0197 is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 151 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.13 |
| HSL | 319.28º | 0.99% | 0.44% | - |
| HSV(B) | 319.28º | 1% | 0.87% | - |
| XYZ | 35.72 | 17.79 | 30.83 | - |
| YUV | 84.18 | 165.72 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 151 | 0 | 1.00 | 0.32 | 0.13 | 319.28 | 0.99 | 0.44 |
| Hex | DE | 1 | 97 | 0 | 64 | 20 | D | 13F | 63 | 2C |
| Octal | 336 | 1 | 227 | 0 | 144 | 40 | 15 | 477 | 143 | 54 |
| Binary | 11011110 | 1 | 10010111 | 0 | 1100100 | 100000 | 1101 | 100111111 | 1100011 | 101100 |
Color Harmonies of #DE0197
Complementary color
Monochromatic Colors of #DE0197
Black with #DE0197
Text Example
Text Example
White with #DE0197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0197; }
p { color: rgb(222,1,151); }
H1.HeaderClassName
{
color: #DE0197;
}
.AnyTagClassName
{
color: #DE0197;
}
</style>
background-color css
<style>
a { background-color: #DE0197; }
a { background-color: rgb(222,1,151); }
div.DivClassName
{
background-color: #DE0197;
}
.BgClassName
{
background-color: #DE0197;
}
</style>
border-color css
<style>
span { border-color: #DE0197; }
span { border-color: rgb(222,1,151); }
td.TdClassName
{
border-color: #DE0197;
}
.TagClassName
{
border-color: #DE0197;
}
</style>