Shades of Hollywood Cerise #D910A0
Tints of Hollywood Cerise #D910A0
RGB
CMYK
RGB Variations
Color information
#D910A0 (or 0xD910A0) is known color: Hollywood Cerise. HEX triplet: D9, 10 and A0. RGB value is (217,16,160). Sum of RGB (Red+Green+Blue) = 217+16+160=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D910A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D910A0 is #26EF5F. Grayscale: #5C5C5C. Windows color (decimal): -2551648 or 10490073. OLE color: 10490073.
HSL color Cylindrical-coordinate representation of color #D910A0: hue angle of 317.01º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D910A0 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 160 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.15 |
| HSL | 317.01º | 0.86% | 0.46% | - |
| HSV(B) | 317.01º | 0.93% | 0.85% | - |
| XYZ | 35.15 | 17.66 | 34.81 | - |
| YUV | 92.52 | 166.09 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 160 | 0 | 0.93 | 0.26 | 0.15 | 317.01 | 0.86 | 0.46 |
| Hex | D9 | 10 | A0 | 0 | 5D | 1A | F | 13D | 56 | 2E |
| Octal | 331 | 20 | 240 | 0 | 135 | 32 | 17 | 475 | 126 | 56 |
| Binary | 11011001 | 10000 | 10100000 | 0 | 1011101 | 11010 | 1111 | 100111101 | 1010110 | 101110 |
Color Harmonies of #D910A0
Complementary color
Monochromatic Colors of #D910A0
Black with #D910A0
Text Example
Text Example
White with #D910A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D910A0; }
p { color: rgb(217,16,160); }
H1.HeaderClassName
{
color: #D910A0;
}
.AnyTagClassName
{
color: #D910A0;
}
</style>
background-color css
<style>
a { background-color: #D910A0; }
a { background-color: rgb(217,16,160); }
div.DivClassName
{
background-color: #D910A0;
}
.BgClassName
{
background-color: #D910A0;
}
</style>
border-color css
<style>
span { border-color: #D910A0; }
span { border-color: rgb(217,16,160); }
td.TdClassName
{
border-color: #D910A0;
}
.TagClassName
{
border-color: #D910A0;
}
</style>