Shades of Hollywood Cerise #D40EAA
Tints of Hollywood Cerise #D40EAA
RGB
CMYK
RGB Variations
Color information
#D40EAA (or 0xD40EAA) is known color: Hollywood Cerise. HEX triplet: D4, 0E and AA. RGB value is (212,14,170). Sum of RGB (Red+Green+Blue) = 212+14+170=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D40EAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40EAA is #2BF155. Grayscale: #5A5A5A. Windows color (decimal): -2879830 or 11144916. OLE color: 11144916.
HSL color Cylindrical-coordinate representation of color #D40EAA: hue angle of 312.73º 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 #D40EAA is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 14 | 170 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.17 |
| HSL | 312.73º | 0.88% | 0.44% | - |
| HSV(B) | 312.73º | 0.93% | 0.83% | - |
| XYZ | 34.56 | 17.21 | 39.53 | - |
| YUV | 90.99 | 172.6 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 170 | 0 | 0.93 | 0.20 | 0.17 | 312.73 | 0.88 | 0.44 |
| Hex | D4 | E | AA | 0 | 5D | 14 | 11 | 139 | 58 | 2C |
| Octal | 324 | 16 | 252 | 0 | 135 | 24 | 21 | 471 | 130 | 54 |
| Binary | 11010100 | 1110 | 10101010 | 0 | 1011101 | 10100 | 10001 | 100111001 | 1011000 | 101100 |
Color Harmonies of #D40EAA
Complementary color
Monochromatic Colors of #D40EAA
Black with #D40EAA
Text Example
Text Example
White with #D40EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40EAA; }
p { color: rgb(212,14,170); }
H1.HeaderClassName
{
color: #D40EAA;
}
.AnyTagClassName
{
color: #D40EAA;
}
</style>
background-color css
<style>
a { background-color: #D40EAA; }
a { background-color: rgb(212,14,170); }
div.DivClassName
{
background-color: #D40EAA;
}
.BgClassName
{
background-color: #D40EAA;
}
</style>
border-color css
<style>
span { border-color: #D40EAA; }
span { border-color: rgb(212,14,170); }
td.TdClassName
{
border-color: #D40EAA;
}
.TagClassName
{
border-color: #D40EAA;
}
</style>