Shades of Hollywood Cerise #D916A8
Tints of Hollywood Cerise #D916A8
RGB
CMYK
RGB Variations
Color information
#D916A8 (or 0xD916A8) is known color: Hollywood Cerise. HEX triplet: D9, 16 and A8. RGB value is (217,22,168). Sum of RGB (Red+Green+Blue) = 217+22+168=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D916A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D916A8 is #26E957. Grayscale: #606060. Windows color (decimal): -2550104 or 11015897. OLE color: 11015897.
HSL color Cylindrical-coordinate representation of color #D916A8: hue angle of 315.08º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D916A8 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 168 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.15 |
| HSL | 315.08º | 0.82% | 0.47% | - |
| HSV(B) | 315.08º | 0.9% | 0.85% | - |
| XYZ | 35.97 | 18.15 | 38.65 | - |
| YUV | 96.95 | 168.1 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 168 | 0 | 0.90 | 0.23 | 0.15 | 315.08 | 0.82 | 0.47 |
| Hex | D9 | 16 | A8 | 0 | 5A | 17 | F | 13B | 52 | 2F |
| Octal | 331 | 26 | 250 | 0 | 132 | 27 | 17 | 473 | 122 | 57 |
| Binary | 11011001 | 10110 | 10101000 | 0 | 1011010 | 10111 | 1111 | 100111011 | 1010010 | 101111 |
Color Harmonies of #D916A8
Complementary color
Monochromatic Colors of #D916A8
Black with #D916A8
Text Example
Text Example
White with #D916A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D916A8; }
p { color: rgb(217,22,168); }
H1.HeaderClassName
{
color: #D916A8;
}
.AnyTagClassName
{
color: #D916A8;
}
</style>
background-color css
<style>
a { background-color: #D916A8; }
a { background-color: rgb(217,22,168); }
div.DivClassName
{
background-color: #D916A8;
}
.BgClassName
{
background-color: #D916A8;
}
</style>
border-color css
<style>
span { border-color: #D916A8; }
span { border-color: rgb(217,22,168); }
td.TdClassName
{
border-color: #D916A8;
}
.TagClassName
{
border-color: #D916A8;
}
</style>