Shades of Hollywood Cerise #D40EAB
Tints of Hollywood Cerise #D40EAB
RGB
CMYK
RGB Variations
Color information
#D40EAB (or 0xD40EAB) is known color: Hollywood Cerise. HEX triplet: D4, 0E and AB. RGB value is (212,14,171). Sum of RGB (Red+Green+Blue) = 212+14+171=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D40EAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40EAB is #2BF154. Grayscale: #5A5A5A. Windows color (decimal): -2879829 or 11210452. OLE color: 11210452.
HSL color Cylindrical-coordinate representation of color #D40EAB: hue angle of 312.42º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40EAB is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 14 | 171 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.17 |
| HSL | 312.42º | 0.88% | 0.44% | - |
| HSV(B) | 312.42º | 0.93% | 0.83% | - |
| XYZ | 34.66 | 17.25 | 40.03 | - |
| YUV | 91.1 | 173.1 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 171 | 0 | 0.93 | 0.19 | 0.17 | 312.42 | 0.88 | 0.44 |
| Hex | D4 | E | AB | 0 | 5D | 13 | 11 | 138 | 58 | 2C |
| Octal | 324 | 16 | 253 | 0 | 135 | 23 | 21 | 470 | 130 | 54 |
| Binary | 11010100 | 1110 | 10101011 | 0 | 1011101 | 10011 | 10001 | 100111000 | 1011000 | 101100 |
Color Harmonies of #D40EAB
Complementary color
Monochromatic Colors of #D40EAB
Black with #D40EAB
Text Example
Text Example
White with #D40EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40EAB; }
p { color: rgb(212,14,171); }
H1.HeaderClassName
{
color: #D40EAB;
}
.AnyTagClassName
{
color: #D40EAB;
}
</style>
background-color css
<style>
a { background-color: #D40EAB; }
a { background-color: rgb(212,14,171); }
div.DivClassName
{
background-color: #D40EAB;
}
.BgClassName
{
background-color: #D40EAB;
}
</style>
border-color css
<style>
span { border-color: #D40EAB; }
span { border-color: rgb(212,14,171); }
td.TdClassName
{
border-color: #D40EAB;
}
.TagClassName
{
border-color: #D40EAB;
}
</style>