Shades of Hollywood Cerise #DE199F
Tints of Hollywood Cerise #DE199F
RGB
CMYK
RGB Variations
Color information
#DE199F (or 0xDE199F) is known color: Hollywood Cerise. HEX triplet: DE, 19 and 9F. RGB value is (222,25,159). Sum of RGB (Red+Green+Blue) = 222+25+159=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE199F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE199F is #21E660. Grayscale: #626262. Windows color (decimal): -2221665 or 10426846. OLE color: 10426846.
HSL color Cylindrical-coordinate representation of color #DE199F: hue angle of 319.19º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE199F is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 159 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.13 |
| HSL | 319.19º | 0.8% | 0.48% | - |
| HSV(B) | 319.19º | 0.89% | 0.87% | - |
| XYZ | 36.73 | 18.73 | 34.48 | - |
| YUV | 99.18 | 161.77 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 159 | 0 | 0.89 | 0.28 | 0.13 | 319.19 | 0.8 | 0.48 |
| Hex | DE | 19 | 9F | 0 | 59 | 1C | D | 13F | 50 | 30 |
| Octal | 336 | 31 | 237 | 0 | 131 | 34 | 15 | 477 | 120 | 60 |
| Binary | 11011110 | 11001 | 10011111 | 0 | 1011001 | 11100 | 1101 | 100111111 | 1010000 | 110000 |
Color Harmonies of #DE199F
Complementary color
Monochromatic Colors of #DE199F
Black with #DE199F
Text Example
Text Example
White with #DE199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE199F; }
p { color: rgb(222,25,159); }
H1.HeaderClassName
{
color: #DE199F;
}
.AnyTagClassName
{
color: #DE199F;
}
</style>
background-color css
<style>
a { background-color: #DE199F; }
a { background-color: rgb(222,25,159); }
div.DivClassName
{
background-color: #DE199F;
}
.BgClassName
{
background-color: #DE199F;
}
</style>
border-color css
<style>
span { border-color: #DE199F; }
span { border-color: rgb(222,25,159); }
td.TdClassName
{
border-color: #DE199F;
}
.TagClassName
{
border-color: #DE199F;
}
</style>