Shades of Hollywood Cerise #D912AB
Tints of Hollywood Cerise #D912AB
RGB
CMYK
RGB Variations
Color information
#D912AB (or 0xD912AB) is known color: Hollywood Cerise. HEX triplet: D9, 12 and AB. RGB value is (217,18,171). Sum of RGB (Red+Green+Blue) = 217+18+171=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D912AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D912AB is #26ED54. Grayscale: #5E5E5E. Windows color (decimal): -2551125 or 11211481. OLE color: 11211481.
HSL color Cylindrical-coordinate representation of color #D912AB: hue angle of 313.87º 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 #D912AB is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 171 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.15 |
| HSL | 313.87º | 0.85% | 0.46% | - |
| HSV(B) | 313.87º | 0.92% | 0.85% | - |
| XYZ | 36.18 | 18.12 | 40.12 | - |
| YUV | 94.94 | 170.93 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 171 | 0 | 0.92 | 0.21 | 0.15 | 313.87 | 0.85 | 0.46 |
| Hex | D9 | 12 | AB | 0 | 5C | 15 | F | 13A | 55 | 2E |
| Octal | 331 | 22 | 253 | 0 | 134 | 25 | 17 | 472 | 125 | 56 |
| Binary | 11011001 | 10010 | 10101011 | 0 | 1011100 | 10101 | 1111 | 100111010 | 1010101 | 101110 |
Color Harmonies of #D912AB
Complementary color
Monochromatic Colors of #D912AB
Black with #D912AB
Text Example
Text Example
White with #D912AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D912AB; }
p { color: rgb(217,18,171); }
H1.HeaderClassName
{
color: #D912AB;
}
.AnyTagClassName
{
color: #D912AB;
}
</style>
background-color css
<style>
a { background-color: #D912AB; }
a { background-color: rgb(217,18,171); }
div.DivClassName
{
background-color: #D912AB;
}
.BgClassName
{
background-color: #D912AB;
}
</style>
border-color css
<style>
span { border-color: #D912AB; }
span { border-color: rgb(217,18,171); }
td.TdClassName
{
border-color: #D912AB;
}
.TagClassName
{
border-color: #D912AB;
}
</style>