Shades of Hollywood Cerise #D811AB
Tints of Hollywood Cerise #D811AB
RGB
CMYK
RGB Variations
Color information
#D811AB (or 0xD811AB) is known color: Hollywood Cerise. HEX triplet: D8, 11 and AB. RGB value is (216,17,171). Sum of RGB (Red+Green+Blue) = 216+17+171=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D811AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D811AB is #27EE54. Grayscale: #5D5D5D. Windows color (decimal): -2616917 or 11211224. OLE color: 11211224.
HSL color Cylindrical-coordinate representation of color #D811AB: hue angle of 313.57º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D811AB is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 171 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.15 |
| HSL | 313.57º | 0.85% | 0.46% | - |
| HSV(B) | 313.57º | 0.92% | 0.85% | - |
| XYZ | 35.87 | 17.94 | 40.1 | - |
| YUV | 94.06 | 171.43 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 171 | 0 | 0.92 | 0.21 | 0.15 | 313.57 | 0.85 | 0.46 |
| Hex | D8 | 11 | AB | 0 | 5C | 15 | F | 13A | 55 | 2E |
| Octal | 330 | 21 | 253 | 0 | 134 | 25 | 17 | 472 | 125 | 56 |
| Binary | 11011000 | 10001 | 10101011 | 0 | 1011100 | 10101 | 1111 | 100111010 | 1010101 | 101110 |
Color Harmonies of #D811AB
Complementary color
Monochromatic Colors of #D811AB
Black with #D811AB
Text Example
Text Example
White with #D811AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D811AB; }
p { color: rgb(216,17,171); }
H1.HeaderClassName
{
color: #D811AB;
}
.AnyTagClassName
{
color: #D811AB;
}
</style>
background-color css
<style>
a { background-color: #D811AB; }
a { background-color: rgb(216,17,171); }
div.DivClassName
{
background-color: #D811AB;
}
.BgClassName
{
background-color: #D811AB;
}
</style>
border-color css
<style>
span { border-color: #D811AB; }
span { border-color: rgb(216,17,171); }
td.TdClassName
{
border-color: #D811AB;
}
.TagClassName
{
border-color: #D811AB;
}
</style>