Shades of Hollywood Cerise #D400AA
Tints of Hollywood Cerise #D400AA
RGB
CMYK
RGB Variations
Color information
#D400AA (or 0xD400AA) is known color: Hollywood Cerise. HEX triplet: D4, 00 and AA. RGB value is (212,0,170). Sum of RGB (Red+Green+Blue) = 212+0+170=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D400AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D400AA is #2BFF55. Grayscale: #525252. Windows color (decimal): -2883414 or 11141332. OLE color: 11141332.
HSL color Cylindrical-coordinate representation of color #D400AA: hue angle of 311.89º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D400AA is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 170 | - |
| CMYK | 0 | 1 | 0.20 | 0.17 |
| HSL | 311.89º | 1% | 0.42% | - |
| HSV(B) | 311.89º | 1% | 0.83% | - |
| XYZ | 34.41 | 16.9 | 39.48 | - |
| YUV | 82.77 | 177.24 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 170 | 0 | 1 | 0.20 | 0.17 | 311.89 | 1 | 0.42 |
| Hex | D4 | 0 | AA | 0 | 64 | 14 | 11 | 138 | 64 | 2A |
| Octal | 324 | 0 | 252 | 0 | 144 | 24 | 21 | 470 | 144 | 52 |
| Binary | 11010100 | 0 | 10101010 | 0 | 1100100 | 10100 | 10001 | 100111000 | 1100100 | 101010 |
Color Harmonies of #D400AA
Complementary color
Monochromatic Colors of #D400AA
Black with #D400AA
Text Example
Text Example
White with #D400AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D400AA; }
p { color: rgb(212,0,170); }
H1.HeaderClassName
{
color: #D400AA;
}
.AnyTagClassName
{
color: #D400AA;
}
</style>
background-color css
<style>
a { background-color: #D400AA; }
a { background-color: rgb(212,0,170); }
div.DivClassName
{
background-color: #D400AA;
}
.BgClassName
{
background-color: #D400AA;
}
</style>
border-color css
<style>
span { border-color: #D400AA; }
span { border-color: rgb(212,0,170); }
td.TdClassName
{
border-color: #D400AA;
}
.TagClassName
{
border-color: #D400AA;
}
</style>