Shades of Hollywood Cerise #D910AD
Tints of Hollywood Cerise #D910AD
RGB
CMYK
RGB Variations
Color information
#D910AD (or 0xD910AD) is known color: Hollywood Cerise. HEX triplet: D9, 10 and AD. RGB value is (217,16,173). Sum of RGB (Red+Green+Blue) = 217+16+173=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D910AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D910AD is #26EF52. Grayscale: #5D5D5D. Windows color (decimal): -2551635 or 11342041. OLE color: 11342041.
HSL color Cylindrical-coordinate representation of color #D910AD: hue angle of 313.13º 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 #D910AD is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 173 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.15 |
| HSL | 313.13º | 0.86% | 0.46% | - |
| HSV(B) | 313.13º | 0.93% | 0.85% | - |
| XYZ | 36.34 | 18.14 | 41.12 | - |
| YUV | 94 | 172.59 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 173 | 0 | 0.93 | 0.20 | 0.15 | 313.13 | 0.86 | 0.46 |
| Hex | D9 | 10 | AD | 0 | 5D | 14 | F | 139 | 56 | 2E |
| Octal | 331 | 20 | 255 | 0 | 135 | 24 | 17 | 471 | 126 | 56 |
| Binary | 11011001 | 10000 | 10101101 | 0 | 1011101 | 10100 | 1111 | 100111001 | 1010110 | 101110 |
Color Harmonies of #D910AD
Complementary color
Monochromatic Colors of #D910AD
Black with #D910AD
Text Example
Text Example
White with #D910AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D910AD; }
p { color: rgb(217,16,173); }
H1.HeaderClassName
{
color: #D910AD;
}
.AnyTagClassName
{
color: #D910AD;
}
</style>
background-color css
<style>
a { background-color: #D910AD; }
a { background-color: rgb(217,16,173); }
div.DivClassName
{
background-color: #D910AD;
}
.BgClassName
{
background-color: #D910AD;
}
</style>
border-color css
<style>
span { border-color: #D910AD; }
span { border-color: rgb(217,16,173); }
td.TdClassName
{
border-color: #D910AD;
}
.TagClassName
{
border-color: #D910AD;
}
</style>