Shades of Hollywood Cerise #D807AA
Tints of Hollywood Cerise #D807AA
RGB
CMYK
RGB Variations
Color information
#D807AA (or 0xD807AA) is known color: Hollywood Cerise. HEX triplet: D8, 07 and AA. RGB value is (216,7,170). Sum of RGB (Red+Green+Blue) = 216+7+170=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D807AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D807AA is #27F855. Grayscale: #575757. Windows color (decimal): -2619478 or 11143128. OLE color: 11143128.
HSL color Cylindrical-coordinate representation of color #D807AA: hue angle of 313.21º degrees, saturation: 0.94, 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 #D807AA is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 170 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.15 |
| HSL | 313.21º | 0.94% | 0.44% | - |
| HSV(B) | 313.21º | 0.97% | 0.85% | - |
| XYZ | 35.65 | 17.65 | 39.56 | - |
| YUV | 88.07 | 174.24 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 170 | 0 | 0.97 | 0.21 | 0.15 | 313.21 | 0.94 | 0.44 |
| Hex | D8 | 7 | AA | 0 | 61 | 15 | F | 139 | 5E | 2C |
| Octal | 330 | 7 | 252 | 0 | 141 | 25 | 17 | 471 | 136 | 54 |
| Binary | 11011000 | 111 | 10101010 | 0 | 1100001 | 10101 | 1111 | 100111001 | 1011110 | 101100 |
Color Harmonies of #D807AA
Complementary color
Monochromatic Colors of #D807AA
Black with #D807AA
Text Example
Text Example
White with #D807AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D807AA; }
p { color: rgb(216,7,170); }
H1.HeaderClassName
{
color: #D807AA;
}
.AnyTagClassName
{
color: #D807AA;
}
</style>
background-color css
<style>
a { background-color: #D807AA; }
a { background-color: rgb(216,7,170); }
div.DivClassName
{
background-color: #D807AA;
}
.BgClassName
{
background-color: #D807AA;
}
</style>
border-color css
<style>
span { border-color: #D807AA; }
span { border-color: rgb(216,7,170); }
td.TdClassName
{
border-color: #D807AA;
}
.TagClassName
{
border-color: #D807AA;
}
</style>