Shades of Hollywood Cerise #DE199D
Tints of Hollywood Cerise #DE199D
RGB
CMYK
RGB Variations
Color information
#DE199D (or 0xDE199D) is known color: Hollywood Cerise. HEX triplet: DE, 19 and 9D. RGB value is (222,25,157). Sum of RGB (Red+Green+Blue) = 222+25+157=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE199D is #21E662. Grayscale: #626262. Windows color (decimal): -2221667 or 10295774. OLE color: 10295774.
HSL color Cylindrical-coordinate representation of color #DE199D: hue angle of 319.8º 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 #DE199D is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 157 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.13 |
| HSL | 319.8º | 0.8% | 0.48% | - |
| HSV(B) | 319.8º | 0.89% | 0.87% | - |
| XYZ | 36.56 | 18.66 | 33.57 | - |
| YUV | 98.95 | 160.77 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 157 | 0 | 0.89 | 0.29 | 0.13 | 319.8 | 0.8 | 0.48 |
| Hex | DE | 19 | 9D | 0 | 59 | 1D | D | 140 | 50 | 30 |
| Octal | 336 | 31 | 235 | 0 | 131 | 35 | 15 | 500 | 120 | 60 |
| Binary | 11011110 | 11001 | 10011101 | 0 | 1011001 | 11101 | 1101 | 101000000 | 1010000 | 110000 |
Color Harmonies of #DE199D
Complementary color
Monochromatic Colors of #DE199D
Black with #DE199D
Text Example
Text Example
White with #DE199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE199D; }
p { color: rgb(222,25,157); }
H1.HeaderClassName
{
color: #DE199D;
}
.AnyTagClassName
{
color: #DE199D;
}
</style>
background-color css
<style>
a { background-color: #DE199D; }
a { background-color: rgb(222,25,157); }
div.DivClassName
{
background-color: #DE199D;
}
.BgClassName
{
background-color: #DE199D;
}
</style>
border-color css
<style>
span { border-color: #DE199D; }
span { border-color: rgb(222,25,157); }
td.TdClassName
{
border-color: #DE199D;
}
.TagClassName
{
border-color: #DE199D;
}
</style>