Shades of Hollywood Cerise #D916A3
Tints of Hollywood Cerise #D916A3
RGB
CMYK
RGB Variations
Color information
#D916A3 (or 0xD916A3) is known color: Hollywood Cerise. HEX triplet: D9, 16 and A3. RGB value is (217,22,163). Sum of RGB (Red+Green+Blue) = 217+22+163=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 163 (64.06% from 255 or 40.55% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D916A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D916A3 is #26E95C. Grayscale: #606060. Windows color (decimal): -2550109 or 10688217. OLE color: 10688217.
HSL color Cylindrical-coordinate representation of color #D916A3: hue angle of 316.62º 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 #D916A3 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 163 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.15 |
| HSL | 316.62º | 0.82% | 0.47% | - |
| HSV(B) | 316.62º | 0.9% | 0.85% | - |
| XYZ | 35.51 | 17.97 | 36.25 | - |
| YUV | 96.38 | 165.6 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 163 | 0 | 0.90 | 0.25 | 0.15 | 316.62 | 0.82 | 0.47 |
| Hex | D9 | 16 | A3 | 0 | 5A | 19 | F | 13D | 52 | 2F |
| Octal | 331 | 26 | 243 | 0 | 132 | 31 | 17 | 475 | 122 | 57 |
| Binary | 11011001 | 10110 | 10100011 | 0 | 1011010 | 11001 | 1111 | 100111101 | 1010010 | 101111 |
Color Harmonies of #D916A3
Complementary color
Monochromatic Colors of #D916A3
Black with #D916A3
Text Example
Text Example
White with #D916A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D916A3; }
p { color: rgb(217,22,163); }
H1.HeaderClassName
{
color: #D916A3;
}
.AnyTagClassName
{
color: #D916A3;
}
</style>
background-color css
<style>
a { background-color: #D916A3; }
a { background-color: rgb(217,22,163); }
div.DivClassName
{
background-color: #D916A3;
}
.BgClassName
{
background-color: #D916A3;
}
</style>
border-color css
<style>
span { border-color: #D916A3; }
span { border-color: rgb(217,22,163); }
td.TdClassName
{
border-color: #D916A3;
}
.TagClassName
{
border-color: #D916A3;
}
</style>