Shades of Hollywood Cerise #D40DAA
Tints of Hollywood Cerise #D40DAA
RGB
CMYK
RGB Variations
Color information
#D40DAA (or 0xD40DAA) is known color: Hollywood Cerise. HEX triplet: D4, 0D and AA. RGB value is (212,13,170). Sum of RGB (Red+Green+Blue) = 212+13+170=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D40DAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40DAA is #2BF255. Grayscale: #595959. Windows color (decimal): -2880086 or 11144660. OLE color: 11144660.
HSL color Cylindrical-coordinate representation of color #D40DAA: hue angle of 312.66º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40DAA is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 13 | 170 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.17 |
| HSL | 312.66º | 0.88% | 0.44% | - |
| HSV(B) | 312.66º | 0.94% | 0.83% | - |
| XYZ | 34.55 | 17.19 | 39.53 | - |
| YUV | 90.4 | 172.93 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 13 | 170 | 0 | 0.94 | 0.20 | 0.17 | 312.66 | 0.88 | 0.44 |
| Hex | D4 | D | AA | 0 | 5E | 14 | 11 | 139 | 58 | 2C |
| Octal | 324 | 15 | 252 | 0 | 136 | 24 | 21 | 471 | 130 | 54 |
| Binary | 11010100 | 1101 | 10101010 | 0 | 1011110 | 10100 | 10001 | 100111001 | 1011000 | 101100 |
Color Harmonies of #D40DAA
Complementary color
Monochromatic Colors of #D40DAA
Black with #D40DAA
Text Example
Text Example
White with #D40DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40DAA; }
p { color: rgb(212,13,170); }
H1.HeaderClassName
{
color: #D40DAA;
}
.AnyTagClassName
{
color: #D40DAA;
}
</style>
background-color css
<style>
a { background-color: #D40DAA; }
a { background-color: rgb(212,13,170); }
div.DivClassName
{
background-color: #D40DAA;
}
.BgClassName
{
background-color: #D40DAA;
}
</style>
border-color css
<style>
span { border-color: #D40DAA; }
span { border-color: rgb(212,13,170); }
td.TdClassName
{
border-color: #D40DAA;
}
.TagClassName
{
border-color: #D40DAA;
}
</style>