Shades of Hollywood Cerise #D916AA
Tints of Hollywood Cerise #D916AA
RGB
CMYK
RGB Variations
Color information
#D916AA (or 0xD916AA) is known color: Hollywood Cerise. HEX triplet: D9, 16 and AA. RGB value is (217,22,170). Sum of RGB (Red+Green+Blue) = 217+22+170=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D916AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D916AA is #26E955. Grayscale: #606060. Windows color (decimal): -2550102 or 11146969. OLE color: 11146969.
HSL color Cylindrical-coordinate representation of color #D916AA: hue angle of 314.46º 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 #D916AA is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 170 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.15 |
| HSL | 314.46º | 0.82% | 0.47% | - |
| HSV(B) | 314.46º | 0.9% | 0.85% | - |
| XYZ | 36.16 | 18.23 | 39.64 | - |
| YUV | 97.18 | 169.1 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 170 | 0 | 0.90 | 0.22 | 0.15 | 314.46 | 0.82 | 0.47 |
| Hex | D9 | 16 | AA | 0 | 5A | 16 | F | 13A | 52 | 2F |
| Octal | 331 | 26 | 252 | 0 | 132 | 26 | 17 | 472 | 122 | 57 |
| Binary | 11011001 | 10110 | 10101010 | 0 | 1011010 | 10110 | 1111 | 100111010 | 1010010 | 101111 |
Color Harmonies of #D916AA
Complementary color
Monochromatic Colors of #D916AA
Black with #D916AA
Text Example
Text Example
White with #D916AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D916AA; }
p { color: rgb(217,22,170); }
H1.HeaderClassName
{
color: #D916AA;
}
.AnyTagClassName
{
color: #D916AA;
}
</style>
background-color css
<style>
a { background-color: #D916AA; }
a { background-color: rgb(217,22,170); }
div.DivClassName
{
background-color: #D916AA;
}
.BgClassName
{
background-color: #D916AA;
}
</style>
border-color css
<style>
span { border-color: #D916AA; }
span { border-color: rgb(217,22,170); }
td.TdClassName
{
border-color: #D916AA;
}
.TagClassName
{
border-color: #D916AA;
}
</style>