Shades of Hollywood Cerise #D811A6
Tints of Hollywood Cerise #D811A6
RGB
CMYK
RGB Variations
Color information
#D811A6 (or 0xD811A6) is known color: Hollywood Cerise. HEX triplet: D8, 11 and A6. RGB value is (216,17,166). Sum of RGB (Red+Green+Blue) = 216+17+166=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D811A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D811A6 is #27EE59. Grayscale: #5D5D5D. Windows color (decimal): -2616922 or 10883544. OLE color: 10883544.
HSL color Cylindrical-coordinate representation of color #D811A6: hue angle of 315.08º 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 #D811A6 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 166 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.15 |
| HSL | 315.08º | 0.85% | 0.46% | - |
| HSV(B) | 315.08º | 0.92% | 0.85% | - |
| XYZ | 35.4 | 17.75 | 37.64 | - |
| YUV | 93.49 | 168.93 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 166 | 0 | 0.92 | 0.23 | 0.15 | 315.08 | 0.85 | 0.46 |
| Hex | D8 | 11 | A6 | 0 | 5C | 17 | F | 13B | 55 | 2E |
| Octal | 330 | 21 | 246 | 0 | 134 | 27 | 17 | 473 | 125 | 56 |
| Binary | 11011000 | 10001 | 10100110 | 0 | 1011100 | 10111 | 1111 | 100111011 | 1010101 | 101110 |
Color Harmonies of #D811A6
Complementary color
Monochromatic Colors of #D811A6
Black with #D811A6
Text Example
Text Example
White with #D811A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D811A6; }
p { color: rgb(216,17,166); }
H1.HeaderClassName
{
color: #D811A6;
}
.AnyTagClassName
{
color: #D811A6;
}
</style>
background-color css
<style>
a { background-color: #D811A6; }
a { background-color: rgb(216,17,166); }
div.DivClassName
{
background-color: #D811A6;
}
.BgClassName
{
background-color: #D811A6;
}
</style>
border-color css
<style>
span { border-color: #D811A6; }
span { border-color: rgb(216,17,166); }
td.TdClassName
{
border-color: #D811A6;
}
.TagClassName
{
border-color: #D811A6;
}
</style>