Shades of Hollywood Cerise #D211AB
Tints of Hollywood Cerise #D211AB
RGB
CMYK
RGB Variations
Color information
#D211AB (or 0xD211AB) is known color: Hollywood Cerise. HEX triplet: D2, 11 and AB. RGB value is (210,17,171). Sum of RGB (Red+Green+Blue) = 210+17+171=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D211AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D211AB is #2DEE54. Grayscale: #5B5B5B. Windows color (decimal): -3010133 or 11211218. OLE color: 11211218.
HSL color Cylindrical-coordinate representation of color #D211AB: hue angle of 312.12º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D211AB is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 171 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.18 |
| HSL | 312.12º | 0.85% | 0.45% | - |
| HSV(B) | 312.12º | 0.92% | 0.82% | - |
| XYZ | 34.13 | 17.04 | 40.02 | - |
| YUV | 92.26 | 172.44 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 171 | 0 | 0.92 | 0.19 | 0.18 | 312.12 | 0.85 | 0.45 |
| Hex | D2 | 11 | AB | 0 | 5C | 13 | 12 | 138 | 55 | 2D |
| Octal | 322 | 21 | 253 | 0 | 134 | 23 | 22 | 470 | 125 | 55 |
| Binary | 11010010 | 10001 | 10101011 | 0 | 1011100 | 10011 | 10010 | 100111000 | 1010101 | 101101 |
Color Harmonies of #D211AB
Complementary color
Monochromatic Colors of #D211AB
Black with #D211AB
Text Example
Text Example
White with #D211AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D211AB; }
p { color: rgb(210,17,171); }
H1.HeaderClassName
{
color: #D211AB;
}
.AnyTagClassName
{
color: #D211AB;
}
</style>
background-color css
<style>
a { background-color: #D211AB; }
a { background-color: rgb(210,17,171); }
div.DivClassName
{
background-color: #D211AB;
}
.BgClassName
{
background-color: #D211AB;
}
</style>
border-color css
<style>
span { border-color: #D211AB; }
span { border-color: rgb(210,17,171); }
td.TdClassName
{
border-color: #D211AB;
}
.TagClassName
{
border-color: #D211AB;
}
</style>