Shades of Hollywood Cerise #D81AAB
Tints of Hollywood Cerise #D81AAB
RGB
CMYK
RGB Variations
Color information
#D81AAB (or 0xD81AAB) is known color: Hollywood Cerise. HEX triplet: D8, 1A and AB. RGB value is (216,26,171). Sum of RGB (Red+Green+Blue) = 216+26+171=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 26 (10.55% from 255 or 6.30% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D81AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81AAB is #27E554. Grayscale: #626262. Windows color (decimal): -2614613 or 11213528. OLE color: 11213528.
HSL color Cylindrical-coordinate representation of color #D81AAB: hue angle of 314.21º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81AAB is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 171 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.15 |
| HSL | 314.21º | 0.79% | 0.47% | - |
| HSV(B) | 314.21º | 0.88% | 0.85% | - |
| XYZ | 36.04 | 18.28 | 40.16 | - |
| YUV | 99.34 | 168.45 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 171 | 0 | 0.88 | 0.21 | 0.15 | 314.21 | 0.79 | 0.47 |
| Hex | D8 | 1A | AB | 0 | 58 | 15 | F | 13A | 4F | 2F |
| Octal | 330 | 32 | 253 | 0 | 130 | 25 | 17 | 472 | 117 | 57 |
| Binary | 11011000 | 11010 | 10101011 | 0 | 1011000 | 10101 | 1111 | 100111010 | 1001111 | 101111 |
Color Harmonies of #D81AAB
Complementary color
Monochromatic Colors of #D81AAB
Black with #D81AAB
Text Example
Text Example
White with #D81AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81AAB; }
p { color: rgb(216,26,171); }
H1.HeaderClassName
{
color: #D81AAB;
}
.AnyTagClassName
{
color: #D81AAB;
}
</style>
background-color css
<style>
a { background-color: #D81AAB; }
a { background-color: rgb(216,26,171); }
div.DivClassName
{
background-color: #D81AAB;
}
.BgClassName
{
background-color: #D81AAB;
}
</style>
border-color css
<style>
span { border-color: #D81AAB; }
span { border-color: rgb(216,26,171); }
td.TdClassName
{
border-color: #D81AAB;
}
.TagClassName
{
border-color: #D81AAB;
}
</style>