Shades of Hollywood Cerise #D916A7
Tints of Hollywood Cerise #D916A7
RGB
CMYK
RGB Variations
Color information
#D916A7 (or 0xD916A7) is known color: Hollywood Cerise. HEX triplet: D9, 16 and A7. RGB value is (217,22,167). Sum of RGB (Red+Green+Blue) = 217+22+167=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 167 (65.62% from 255 or 41.13% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D916A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D916A7 is #26E958. Grayscale: #606060. Windows color (decimal): -2550105 or 10950361. OLE color: 10950361.
HSL color Cylindrical-coordinate representation of color #D916A7: hue angle of 315.38º 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 #D916A7 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 167 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.15 |
| HSL | 315.38º | 0.82% | 0.47% | - |
| HSV(B) | 315.38º | 0.9% | 0.85% | - |
| XYZ | 35.88 | 18.12 | 38.16 | - |
| YUV | 96.84 | 167.6 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 167 | 0 | 0.90 | 0.23 | 0.15 | 315.38 | 0.82 | 0.47 |
| Hex | D9 | 16 | A7 | 0 | 5A | 17 | F | 13B | 52 | 2F |
| Octal | 331 | 26 | 247 | 0 | 132 | 27 | 17 | 473 | 122 | 57 |
| Binary | 11011001 | 10110 | 10100111 | 0 | 1011010 | 10111 | 1111 | 100111011 | 1010010 | 101111 |
Color Harmonies of #D916A7
Complementary color
Monochromatic Colors of #D916A7
Black with #D916A7
Text Example
Text Example
White with #D916A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D916A7; }
p { color: rgb(217,22,167); }
H1.HeaderClassName
{
color: #D916A7;
}
.AnyTagClassName
{
color: #D916A7;
}
</style>
background-color css
<style>
a { background-color: #D916A7; }
a { background-color: rgb(217,22,167); }
div.DivClassName
{
background-color: #D916A7;
}
.BgClassName
{
background-color: #D916A7;
}
</style>
border-color css
<style>
span { border-color: #D916A7; }
span { border-color: rgb(217,22,167); }
td.TdClassName
{
border-color: #D916A7;
}
.TagClassName
{
border-color: #D916A7;
}
</style>