Shades of Hollywood Cerise #D917A9
Tints of Hollywood Cerise #D917A9
RGB
CMYK
RGB Variations
Color information
#D917A9 (or 0xD917A9) is known color: Hollywood Cerise. HEX triplet: D9, 17 and A9. RGB value is (217,23,169). Sum of RGB (Red+Green+Blue) = 217+23+169=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 169 (66.41% from 255 or 41.32% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D917A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D917A9 is #26E856. Grayscale: #616161. Windows color (decimal): -2549847 or 11081689. OLE color: 11081689.
HSL color Cylindrical-coordinate representation of color #D917A9: hue angle of 314.85º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D917A9 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 169 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.15 |
| HSL | 314.85º | 0.81% | 0.47% | - |
| HSV(B) | 314.85º | 0.89% | 0.85% | - |
| XYZ | 36.08 | 18.23 | 39.15 | - |
| YUV | 97.65 | 168.27 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 169 | 0 | 0.89 | 0.22 | 0.15 | 314.85 | 0.81 | 0.47 |
| Hex | D9 | 17 | A9 | 0 | 59 | 16 | F | 13B | 51 | 2F |
| Octal | 331 | 27 | 251 | 0 | 131 | 26 | 17 | 473 | 121 | 57 |
| Binary | 11011001 | 10111 | 10101001 | 0 | 1011001 | 10110 | 1111 | 100111011 | 1010001 | 101111 |
Color Harmonies of #D917A9
Complementary color
Monochromatic Colors of #D917A9
Black with #D917A9
Text Example
Text Example
White with #D917A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D917A9; }
p { color: rgb(217,23,169); }
H1.HeaderClassName
{
color: #D917A9;
}
.AnyTagClassName
{
color: #D917A9;
}
</style>
background-color css
<style>
a { background-color: #D917A9; }
a { background-color: rgb(217,23,169); }
div.DivClassName
{
background-color: #D917A9;
}
.BgClassName
{
background-color: #D917A9;
}
</style>
border-color css
<style>
span { border-color: #D917A9; }
span { border-color: rgb(217,23,169); }
td.TdClassName
{
border-color: #D917A9;
}
.TagClassName
{
border-color: #D917A9;
}
</style>