Shades of Hollywood Cerise #D809A0
Tints of Hollywood Cerise #D809A0
RGB
CMYK
RGB Variations
Color information
#D809A0 (or 0xD809A0) is known color: Hollywood Cerise. HEX triplet: D8, 09 and A0. RGB value is (216,9,160). Sum of RGB (Red+Green+Blue) = 216+9+160=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D809A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D809A0 is #27F65F. Grayscale: #575757. Windows color (decimal): -2618976 or 10488280. OLE color: 10488280.
HSL color Cylindrical-coordinate representation of color #D809A0: hue angle of 316.23º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D809A0 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 160 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.15 |
| HSL | 316.23º | 0.92% | 0.44% | - |
| HSV(B) | 316.23º | 0.96% | 0.85% | - |
| XYZ | 34.76 | 17.33 | 34.77 | - |
| YUV | 88.11 | 168.58 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 160 | 0 | 0.96 | 0.26 | 0.15 | 316.23 | 0.92 | 0.44 |
| Hex | D8 | 9 | A0 | 0 | 60 | 1A | F | 13C | 5C | 2C |
| Octal | 330 | 11 | 240 | 0 | 140 | 32 | 17 | 474 | 134 | 54 |
| Binary | 11011000 | 1001 | 10100000 | 0 | 1100000 | 11010 | 1111 | 100111100 | 1011100 | 101100 |
Color Harmonies of #D809A0
Complementary color
Monochromatic Colors of #D809A0
Black with #D809A0
Text Example
Text Example
White with #D809A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D809A0; }
p { color: rgb(216,9,160); }
H1.HeaderClassName
{
color: #D809A0;
}
.AnyTagClassName
{
color: #D809A0;
}
</style>
background-color css
<style>
a { background-color: #D809A0; }
a { background-color: rgb(216,9,160); }
div.DivClassName
{
background-color: #D809A0;
}
.BgClassName
{
background-color: #D809A0;
}
</style>
border-color css
<style>
span { border-color: #D809A0; }
span { border-color: rgb(216,9,160); }
td.TdClassName
{
border-color: #D809A0;
}
.TagClassName
{
border-color: #D809A0;
}
</style>