Shades of Hollywood Cerise #D400A8
Tints of Hollywood Cerise #D400A8
RGB
CMYK
RGB Variations
Color information
#D400A8 (or 0xD400A8) is known color: Hollywood Cerise. HEX triplet: D4, 00 and A8. RGB value is (212,0,168). Sum of RGB (Red+Green+Blue) = 212+0+168=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 168 (66.02% from 255 or 44.21% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D400A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D400A8 is #2BFF57. Grayscale: #525252. Windows color (decimal): -2883416 or 11010260. OLE color: 11010260.
HSL color Cylindrical-coordinate representation of color #D400A8: hue angle of 312.45º 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 #D400A8 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 168 | - |
| CMYK | 0 | 1 | 0.21 | 0.17 |
| HSL | 312.45º | 1% | 0.42% | - |
| HSV(B) | 312.45º | 1% | 0.83% | - |
| XYZ | 34.22 | 16.82 | 38.49 | - |
| YUV | 82.54 | 176.24 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 168 | 0 | 1 | 0.21 | 0.17 | 312.45 | 1 | 0.42 |
| Hex | D4 | 0 | A8 | 0 | 64 | 15 | 11 | 138 | 64 | 2A |
| Octal | 324 | 0 | 250 | 0 | 144 | 25 | 21 | 470 | 144 | 52 |
| Binary | 11010100 | 0 | 10101000 | 0 | 1100100 | 10101 | 10001 | 100111000 | 1100100 | 101010 |
Color Harmonies of #D400A8
Complementary color
Monochromatic Colors of #D400A8
Black with #D400A8
Text Example
Text Example
White with #D400A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D400A8; }
p { color: rgb(212,0,168); }
H1.HeaderClassName
{
color: #D400A8;
}
.AnyTagClassName
{
color: #D400A8;
}
</style>
background-color css
<style>
a { background-color: #D400A8; }
a { background-color: rgb(212,0,168); }
div.DivClassName
{
background-color: #D400A8;
}
.BgClassName
{
background-color: #D400A8;
}
</style>
border-color css
<style>
span { border-color: #D400A8; }
span { border-color: rgb(212,0,168); }
td.TdClassName
{
border-color: #D400A8;
}
.TagClassName
{
border-color: #D400A8;
}
</style>