Shades of Hollywood Cerise #D913A6
Tints of Hollywood Cerise #D913A6
RGB
CMYK
RGB Variations
Color information
#D913A6 (or 0xD913A6) is known color: Hollywood Cerise. HEX triplet: D9, 13 and A6. RGB value is (217,19,166). Sum of RGB (Red+Green+Blue) = 217+19+166=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D913A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D913A6 is #26EC59. Grayscale: #5E5E5E. Windows color (decimal): -2550874 or 10884057. OLE color: 10884057.
HSL color Cylindrical-coordinate representation of color #D913A6: hue angle of 315.45º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D913A6 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 166 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.15 |
| HSL | 315.45º | 0.84% | 0.46% | - |
| HSV(B) | 315.45º | 0.91% | 0.85% | - |
| XYZ | 35.73 | 17.97 | 37.66 | - |
| YUV | 94.96 | 168.1 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 166 | 0 | 0.91 | 0.24 | 0.15 | 315.45 | 0.84 | 0.46 |
| Hex | D9 | 13 | A6 | 0 | 5B | 18 | F | 13B | 54 | 2E |
| Octal | 331 | 23 | 246 | 0 | 133 | 30 | 17 | 473 | 124 | 56 |
| Binary | 11011001 | 10011 | 10100110 | 0 | 1011011 | 11000 | 1111 | 100111011 | 1010100 | 101110 |
Color Harmonies of #D913A6
Complementary color
Monochromatic Colors of #D913A6
Black with #D913A6
Text Example
Text Example
White with #D913A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D913A6; }
p { color: rgb(217,19,166); }
H1.HeaderClassName
{
color: #D913A6;
}
.AnyTagClassName
{
color: #D913A6;
}
</style>
background-color css
<style>
a { background-color: #D913A6; }
a { background-color: rgb(217,19,166); }
div.DivClassName
{
background-color: #D913A6;
}
.BgClassName
{
background-color: #D913A6;
}
</style>
border-color css
<style>
span { border-color: #D913A6; }
span { border-color: rgb(217,19,166); }
td.TdClassName
{
border-color: #D913A6;
}
.TagClassName
{
border-color: #D913A6;
}
</style>