Shades of Hollywood Cerise #D912AF
Tints of Hollywood Cerise #D912AF
RGB
CMYK
RGB Variations
Color information
#D912AF (or 0xD912AF) is known color: Hollywood Cerise. HEX triplet: D9, 12 and AF. RGB value is (217,18,175). Sum of RGB (Red+Green+Blue) = 217+18+175=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D912AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D912AF is #26ED50. Grayscale: #5E5E5E. Windows color (decimal): -2551121 or 11473625. OLE color: 11473625.
HSL color Cylindrical-coordinate representation of color #D912AF: hue angle of 312.66º 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 #D912AF is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 175 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.15 |
| HSL | 312.66º | 0.85% | 0.46% | - |
| HSV(B) | 312.66º | 0.92% | 0.85% | - |
| XYZ | 36.57 | 18.28 | 42.16 | - |
| YUV | 95.4 | 172.93 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 175 | 0 | 0.92 | 0.19 | 0.15 | 312.66 | 0.85 | 0.46 |
| Hex | D9 | 12 | AF | 0 | 5C | 13 | F | 139 | 55 | 2E |
| Octal | 331 | 22 | 257 | 0 | 134 | 23 | 17 | 471 | 125 | 56 |
| Binary | 11011001 | 10010 | 10101111 | 0 | 1011100 | 10011 | 1111 | 100111001 | 1010101 | 101110 |
Color Harmonies of #D912AF
Complementary color
Monochromatic Colors of #D912AF
Black with #D912AF
Text Example
Text Example
White with #D912AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D912AF; }
p { color: rgb(217,18,175); }
H1.HeaderClassName
{
color: #D912AF;
}
.AnyTagClassName
{
color: #D912AF;
}
</style>
background-color css
<style>
a { background-color: #D912AF; }
a { background-color: rgb(217,18,175); }
div.DivClassName
{
background-color: #D912AF;
}
.BgClassName
{
background-color: #D912AF;
}
</style>
border-color css
<style>
span { border-color: #D912AF; }
span { border-color: rgb(217,18,175); }
td.TdClassName
{
border-color: #D912AF;
}
.TagClassName
{
border-color: #D912AF;
}
</style>