Shades of Hollywood Cerise #D803AA
Tints of Hollywood Cerise #D803AA
RGB
CMYK
RGB Variations
Color information
#D803AA (or 0xD803AA) is known color: Hollywood Cerise. HEX triplet: D8, 03 and AA. RGB value is (216,3,170). Sum of RGB (Red+Green+Blue) = 216+3+170=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D803AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D803AA is #27FC55. Grayscale: #555555. Windows color (decimal): -2620502 or 11142104. OLE color: 11142104.
HSL color Cylindrical-coordinate representation of color #D803AA: hue angle of 312.96º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D803AA is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 170 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.15 |
| HSL | 312.96º | 0.97% | 0.43% | - |
| HSV(B) | 312.96º | 0.99% | 0.85% | - |
| XYZ | 35.61 | 17.57 | 39.54 | - |
| YUV | 85.73 | 175.57 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 170 | 0 | 0.99 | 0.21 | 0.15 | 312.96 | 0.97 | 0.43 |
| Hex | D8 | 3 | AA | 0 | 63 | 15 | F | 139 | 61 | 2B |
| Octal | 330 | 3 | 252 | 0 | 143 | 25 | 17 | 471 | 141 | 53 |
| Binary | 11011000 | 11 | 10101010 | 0 | 1100011 | 10101 | 1111 | 100111001 | 1100001 | 101011 |
Color Harmonies of #D803AA
Complementary color
Monochromatic Colors of #D803AA
Black with #D803AA
Text Example
Text Example
White with #D803AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D803AA; }
p { color: rgb(216,3,170); }
H1.HeaderClassName
{
color: #D803AA;
}
.AnyTagClassName
{
color: #D803AA;
}
</style>
background-color css
<style>
a { background-color: #D803AA; }
a { background-color: rgb(216,3,170); }
div.DivClassName
{
background-color: #D803AA;
}
.BgClassName
{
background-color: #D803AA;
}
</style>
border-color css
<style>
span { border-color: #D803AA; }
span { border-color: rgb(216,3,170); }
td.TdClassName
{
border-color: #D803AA;
}
.TagClassName
{
border-color: #D803AA;
}
</style>