Shades of Hollywood Cerise #D912A8
Tints of Hollywood Cerise #D912A8
RGB
CMYK
RGB Variations
Color information
#D912A8 (or 0xD912A8) is known color: Hollywood Cerise. HEX triplet: D9, 12 and A8. RGB value is (217,18,168). Sum of RGB (Red+Green+Blue) = 217+18+168=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D912A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D912A8 is #26ED57. Grayscale: #5E5E5E. Windows color (decimal): -2551128 or 11014873. OLE color: 11014873.
HSL color Cylindrical-coordinate representation of color #D912A8: hue angle of 314.77º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D912A8 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 168 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.15 |
| HSL | 314.77º | 0.85% | 0.46% | - |
| HSV(B) | 314.77º | 0.92% | 0.85% | - |
| XYZ | 35.9 | 18.01 | 38.63 | - |
| YUV | 94.6 | 169.43 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 168 | 0 | 0.92 | 0.23 | 0.15 | 314.77 | 0.85 | 0.46 |
| Hex | D9 | 12 | A8 | 0 | 5C | 17 | F | 13B | 55 | 2E |
| Octal | 331 | 22 | 250 | 0 | 134 | 27 | 17 | 473 | 125 | 56 |
| Binary | 11011001 | 10010 | 10101000 | 0 | 1011100 | 10111 | 1111 | 100111011 | 1010101 | 101110 |
Color Harmonies of #D912A8
Complementary color
Monochromatic Colors of #D912A8
Black with #D912A8
Text Example
Text Example
White with #D912A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D912A8; }
p { color: rgb(217,18,168); }
H1.HeaderClassName
{
color: #D912A8;
}
.AnyTagClassName
{
color: #D912A8;
}
</style>
background-color css
<style>
a { background-color: #D912A8; }
a { background-color: rgb(217,18,168); }
div.DivClassName
{
background-color: #D912A8;
}
.BgClassName
{
background-color: #D912A8;
}
</style>
border-color css
<style>
span { border-color: #D912A8; }
span { border-color: rgb(217,18,168); }
td.TdClassName
{
border-color: #D912A8;
}
.TagClassName
{
border-color: #D912A8;
}
</style>