Shades of Hollywood Cerise #DE149D
Tints of Hollywood Cerise #DE149D
RGB
CMYK
RGB Variations
Color information
#DE149D (or 0xDE149D) is known color: Hollywood Cerise. HEX triplet: DE, 14 and 9D. RGB value is (222,20,157). Sum of RGB (Red+Green+Blue) = 222+20+157=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE149D is #21EB62. Grayscale: #5F5F5F. Windows color (decimal): -2222947 or 10294494. OLE color: 10294494.
HSL color Cylindrical-coordinate representation of color #DE149D: hue angle of 319.31º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE149D is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 157 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.13 |
| HSL | 319.31º | 0.83% | 0.47% | - |
| HSV(B) | 319.31º | 0.91% | 0.87% | - |
| XYZ | 36.46 | 18.46 | 33.54 | - |
| YUV | 96.02 | 162.42 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 157 | 0 | 0.91 | 0.29 | 0.13 | 319.31 | 0.83 | 0.47 |
| Hex | DE | 14 | 9D | 0 | 5B | 1D | D | 13F | 53 | 2F |
| Octal | 336 | 24 | 235 | 0 | 133 | 35 | 15 | 477 | 123 | 57 |
| Binary | 11011110 | 10100 | 10011101 | 0 | 1011011 | 11101 | 1101 | 100111111 | 1010011 | 101111 |
Color Harmonies of #DE149D
Complementary color
Monochromatic Colors of #DE149D
Black with #DE149D
Text Example
Text Example
White with #DE149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE149D; }
p { color: rgb(222,20,157); }
H1.HeaderClassName
{
color: #DE149D;
}
.AnyTagClassName
{
color: #DE149D;
}
</style>
background-color css
<style>
a { background-color: #DE149D; }
a { background-color: rgb(222,20,157); }
div.DivClassName
{
background-color: #DE149D;
}
.BgClassName
{
background-color: #DE149D;
}
</style>
border-color css
<style>
span { border-color: #DE149D; }
span { border-color: rgb(222,20,157); }
td.TdClassName
{
border-color: #DE149D;
}
.TagClassName
{
border-color: #DE149D;
}
</style>