Shades of Hollywood Cerise #D910AB
Tints of Hollywood Cerise #D910AB
RGB
CMYK
RGB Variations
Color information
#D910AB (or 0xD910AB) is known color: Hollywood Cerise. HEX triplet: D9, 10 and AB. RGB value is (217,16,171). Sum of RGB (Red+Green+Blue) = 217+16+171=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D910AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D910AB is #26EF54. Grayscale: #5D5D5D. Windows color (decimal): -2551637 or 11210969. OLE color: 11210969.
HSL color Cylindrical-coordinate representation of color #D910AB: hue angle of 313.73º 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 #D910AB is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 171 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.15 |
| HSL | 313.73º | 0.86% | 0.46% | - |
| HSV(B) | 313.73º | 0.93% | 0.85% | - |
| XYZ | 36.15 | 18.06 | 40.11 | - |
| YUV | 93.77 | 171.59 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 171 | 0 | 0.93 | 0.21 | 0.15 | 313.73 | 0.86 | 0.46 |
| Hex | D9 | 10 | AB | 0 | 5D | 15 | F | 13A | 56 | 2E |
| Octal | 331 | 20 | 253 | 0 | 135 | 25 | 17 | 472 | 126 | 56 |
| Binary | 11011001 | 10000 | 10101011 | 0 | 1011101 | 10101 | 1111 | 100111010 | 1010110 | 101110 |
Color Harmonies of #D910AB
Complementary color
Monochromatic Colors of #D910AB
Black with #D910AB
Text Example
Text Example
White with #D910AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D910AB; }
p { color: rgb(217,16,171); }
H1.HeaderClassName
{
color: #D910AB;
}
.AnyTagClassName
{
color: #D910AB;
}
</style>
background-color css
<style>
a { background-color: #D910AB; }
a { background-color: rgb(217,16,171); }
div.DivClassName
{
background-color: #D910AB;
}
.BgClassName
{
background-color: #D910AB;
}
</style>
border-color css
<style>
span { border-color: #D910AB; }
span { border-color: rgb(217,16,171); }
td.TdClassName
{
border-color: #D910AB;
}
.TagClassName
{
border-color: #D910AB;
}
</style>