Shades of Hollywood Cerise #D40CAA
Tints of Hollywood Cerise #D40CAA
RGB
CMYK
RGB Variations
Color information
#D40CAA (or 0xD40CAA) is known color: Hollywood Cerise. HEX triplet: D4, 0C and AA. RGB value is (212,12,170). Sum of RGB (Red+Green+Blue) = 212+12+170=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D40CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40CAA is #2BF355. Grayscale: #595959. Windows color (decimal): -2880342 or 11144404. OLE color: 11144404.
HSL color Cylindrical-coordinate representation of color #D40CAA: hue angle of 312.6º degrees, saturation: 0.89, 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 #D40CAA is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 170 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.17 |
| HSL | 312.6º | 0.89% | 0.44% | - |
| HSV(B) | 312.6º | 0.94% | 0.83% | - |
| XYZ | 34.54 | 17.16 | 39.52 | - |
| YUV | 89.81 | 173.26 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 170 | 0 | 0.94 | 0.20 | 0.17 | 312.6 | 0.89 | 0.44 |
| Hex | D4 | C | AA | 0 | 5E | 14 | 11 | 139 | 59 | 2C |
| Octal | 324 | 14 | 252 | 0 | 136 | 24 | 21 | 471 | 131 | 54 |
| Binary | 11010100 | 1100 | 10101010 | 0 | 1011110 | 10100 | 10001 | 100111001 | 1011001 | 101100 |
Color Harmonies of #D40CAA
Complementary color
Monochromatic Colors of #D40CAA
Black with #D40CAA
Text Example
Text Example
White with #D40CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40CAA; }
p { color: rgb(212,12,170); }
H1.HeaderClassName
{
color: #D40CAA;
}
.AnyTagClassName
{
color: #D40CAA;
}
</style>
background-color css
<style>
a { background-color: #D40CAA; }
a { background-color: rgb(212,12,170); }
div.DivClassName
{
background-color: #D40CAA;
}
.BgClassName
{
background-color: #D40CAA;
}
</style>
border-color css
<style>
span { border-color: #D40CAA; }
span { border-color: rgb(212,12,170); }
td.TdClassName
{
border-color: #D40CAA;
}
.TagClassName
{
border-color: #D40CAA;
}
</style>