Shades of Hollywood Cerise #D711AB
Tints of Hollywood Cerise #D711AB
RGB
CMYK
RGB Variations
Color information
#D711AB (or 0xD711AB) is known color: Hollywood Cerise. HEX triplet: D7, 11 and AB. RGB value is (215,17,171). Sum of RGB (Red+Green+Blue) = 215+17+171=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D711AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D711AB is #28EE54. Grayscale: #5D5D5D. Windows color (decimal): -2682453 or 11211223. OLE color: 11211223.
HSL color Cylindrical-coordinate representation of color #D711AB: hue angle of 313.33º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D711AB is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 17 | 171 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.16 |
| HSL | 313.33º | 0.85% | 0.45% | - |
| HSV(B) | 313.33º | 0.92% | 0.84% | - |
| XYZ | 35.58 | 17.79 | 40.09 | - |
| YUV | 93.76 | 171.6 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 171 | 0 | 0.92 | 0.20 | 0.16 | 313.33 | 0.85 | 0.45 |
| Hex | D7 | 11 | AB | 0 | 5C | 14 | 10 | 139 | 55 | 2D |
| Octal | 327 | 21 | 253 | 0 | 134 | 24 | 20 | 471 | 125 | 55 |
| Binary | 11010111 | 10001 | 10101011 | 0 | 1011100 | 10100 | 10000 | 100111001 | 1010101 | 101101 |
Color Harmonies of #D711AB
Complementary color
Monochromatic Colors of #D711AB
Black with #D711AB
Text Example
Text Example
White with #D711AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D711AB; }
p { color: rgb(215,17,171); }
H1.HeaderClassName
{
color: #D711AB;
}
.AnyTagClassName
{
color: #D711AB;
}
</style>
background-color css
<style>
a { background-color: #D711AB; }
a { background-color: rgb(215,17,171); }
div.DivClassName
{
background-color: #D711AB;
}
.BgClassName
{
background-color: #D711AB;
}
</style>
border-color css
<style>
span { border-color: #D711AB; }
span { border-color: rgb(215,17,171); }
td.TdClassName
{
border-color: #D711AB;
}
.TagClassName
{
border-color: #D711AB;
}
</style>