Shades of Hollywood Cerise #D40AA8
Tints of Hollywood Cerise #D40AA8
RGB
CMYK
RGB Variations
Color information
#D40AA8 (or 0xD40AA8) is known color: Hollywood Cerise. HEX triplet: D4, 0A and A8. RGB value is (212,10,168). Sum of RGB (Red+Green+Blue) = 212+10+168=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D40AA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40AA8 is #2BF557. Grayscale: #575757. Windows color (decimal): -2880856 or 11012820. OLE color: 11012820.
HSL color Cylindrical-coordinate representation of color #D40AA8: hue angle of 313.07º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40AA8 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 10 | 168 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.17 |
| HSL | 313.07º | 0.91% | 0.44% | - |
| HSV(B) | 313.07º | 0.95% | 0.83% | - |
| XYZ | 34.33 | 17.04 | 38.53 | - |
| YUV | 88.41 | 172.92 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 10 | 168 | 0 | 0.95 | 0.21 | 0.17 | 313.07 | 0.91 | 0.44 |
| Hex | D4 | A | A8 | 0 | 5F | 15 | 11 | 139 | 5B | 2C |
| Octal | 324 | 12 | 250 | 0 | 137 | 25 | 21 | 471 | 133 | 54 |
| Binary | 11010100 | 1010 | 10101000 | 0 | 1011111 | 10101 | 10001 | 100111001 | 1011011 | 101100 |
Color Harmonies of #D40AA8
Complementary color
Monochromatic Colors of #D40AA8
Black with #D40AA8
Text Example
Text Example
White with #D40AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40AA8; }
p { color: rgb(212,10,168); }
H1.HeaderClassName
{
color: #D40AA8;
}
.AnyTagClassName
{
color: #D40AA8;
}
</style>
background-color css
<style>
a { background-color: #D40AA8; }
a { background-color: rgb(212,10,168); }
div.DivClassName
{
background-color: #D40AA8;
}
.BgClassName
{
background-color: #D40AA8;
}
</style>
border-color css
<style>
span { border-color: #D40AA8; }
span { border-color: rgb(212,10,168); }
td.TdClassName
{
border-color: #D40AA8;
}
.TagClassName
{
border-color: #D40AA8;
}
</style>