Shades of Hollywood Cerise #D912AC
Tints of Hollywood Cerise #D912AC
RGB
CMYK
RGB Variations
Color information
#D912AC (or 0xD912AC) is known color: Hollywood Cerise. HEX triplet: D9, 12 and AC. RGB value is (217,18,172). Sum of RGB (Red+Green+Blue) = 217+18+172=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D912AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D912AC is #26ED53. Grayscale: #5E5E5E. Windows color (decimal): -2551124 or 11277017. OLE color: 11277017.
HSL color Cylindrical-coordinate representation of color #D912AC: hue angle of 313.57º 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 #D912AC is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 172 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.15 |
| HSL | 313.57º | 0.85% | 0.46% | - |
| HSV(B) | 313.57º | 0.92% | 0.85% | - |
| XYZ | 36.28 | 18.16 | 40.62 | - |
| YUV | 95.06 | 171.43 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 172 | 0 | 0.92 | 0.21 | 0.15 | 313.57 | 0.85 | 0.46 |
| Hex | D9 | 12 | AC | 0 | 5C | 15 | F | 13A | 55 | 2E |
| Octal | 331 | 22 | 254 | 0 | 134 | 25 | 17 | 472 | 125 | 56 |
| Binary | 11011001 | 10010 | 10101100 | 0 | 1011100 | 10101 | 1111 | 100111010 | 1010101 | 101110 |
Color Harmonies of #D912AC
Complementary color
Monochromatic Colors of #D912AC
Black with #D912AC
Text Example
Text Example
White with #D912AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D912AC; }
p { color: rgb(217,18,172); }
H1.HeaderClassName
{
color: #D912AC;
}
.AnyTagClassName
{
color: #D912AC;
}
</style>
background-color css
<style>
a { background-color: #D912AC; }
a { background-color: rgb(217,18,172); }
div.DivClassName
{
background-color: #D912AC;
}
.BgClassName
{
background-color: #D912AC;
}
</style>
border-color css
<style>
span { border-color: #D912AC; }
span { border-color: rgb(217,18,172); }
td.TdClassName
{
border-color: #D912AC;
}
.TagClassName
{
border-color: #D912AC;
}
</style>