Shades of Hollywood Cerise #DE159D
Tints of Hollywood Cerise #DE159D
RGB
CMYK
RGB Variations
Color information
#DE159D (or 0xDE159D) is known color: Hollywood Cerise. HEX triplet: DE, 15 and 9D. RGB value is (222,21,157). Sum of RGB (Red+Green+Blue) = 222+21+157=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE159D is #21EA62. Grayscale: #606060. Windows color (decimal): -2222691 or 10294750. OLE color: 10294750.
HSL color Cylindrical-coordinate representation of color #DE159D: hue angle of 319.4º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE159D is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 157 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.13 |
| HSL | 319.4º | 0.83% | 0.48% | - |
| HSV(B) | 319.4º | 0.91% | 0.87% | - |
| XYZ | 36.48 | 18.5 | 33.55 | - |
| YUV | 96.6 | 162.09 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 157 | 0 | 0.91 | 0.29 | 0.13 | 319.4 | 0.83 | 0.48 |
| Hex | DE | 15 | 9D | 0 | 5B | 1D | D | 13F | 53 | 30 |
| Octal | 336 | 25 | 235 | 0 | 133 | 35 | 15 | 477 | 123 | 60 |
| Binary | 11011110 | 10101 | 10011101 | 0 | 1011011 | 11101 | 1101 | 100111111 | 1010011 | 110000 |
Color Harmonies of #DE159D
Complementary color
Monochromatic Colors of #DE159D
Black with #DE159D
Text Example
Text Example
White with #DE159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE159D; }
p { color: rgb(222,21,157); }
H1.HeaderClassName
{
color: #DE159D;
}
.AnyTagClassName
{
color: #DE159D;
}
</style>
background-color css
<style>
a { background-color: #DE159D; }
a { background-color: rgb(222,21,157); }
div.DivClassName
{
background-color: #DE159D;
}
.BgClassName
{
background-color: #DE159D;
}
</style>
border-color css
<style>
span { border-color: #DE159D; }
span { border-color: rgb(222,21,157); }
td.TdClassName
{
border-color: #DE159D;
}
.TagClassName
{
border-color: #DE159D;
}
</style>