Shades of Hollywood Cerise #D806A2
Tints of Hollywood Cerise #D806A2
RGB
CMYK
RGB Variations
Color information
#D806A2 (or 0xD806A2) is known color: Hollywood Cerise. HEX triplet: D8, 06 and A2. RGB value is (216,6,162). Sum of RGB (Red+Green+Blue) = 216+6+162=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D806A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D806A2 is #27F95D. Grayscale: #565656. Windows color (decimal): -2619742 or 10618584. OLE color: 10618584.
HSL color Cylindrical-coordinate representation of color #D806A2: hue angle of 315.43º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D806A2 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 162 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.15 |
| HSL | 315.43º | 0.95% | 0.44% | - |
| HSV(B) | 315.43º | 0.97% | 0.85% | - |
| XYZ | 34.91 | 17.34 | 35.69 | - |
| YUV | 86.57 | 170.57 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 162 | 0 | 0.97 | 0.25 | 0.15 | 315.43 | 0.95 | 0.44 |
| Hex | D8 | 6 | A2 | 0 | 61 | 19 | F | 13B | 5F | 2C |
| Octal | 330 | 6 | 242 | 0 | 141 | 31 | 17 | 473 | 137 | 54 |
| Binary | 11011000 | 110 | 10100010 | 0 | 1100001 | 11001 | 1111 | 100111011 | 1011111 | 101100 |
Color Harmonies of #D806A2
Complementary color
Monochromatic Colors of #D806A2
Black with #D806A2
Text Example
Text Example
White with #D806A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D806A2; }
p { color: rgb(216,6,162); }
H1.HeaderClassName
{
color: #D806A2;
}
.AnyTagClassName
{
color: #D806A2;
}
</style>
background-color css
<style>
a { background-color: #D806A2; }
a { background-color: rgb(216,6,162); }
div.DivClassName
{
background-color: #D806A2;
}
.BgClassName
{
background-color: #D806A2;
}
</style>
border-color css
<style>
span { border-color: #D806A2; }
span { border-color: rgb(216,6,162); }
td.TdClassName
{
border-color: #D806A2;
}
.TagClassName
{
border-color: #D806A2;
}
</style>