Shades of Hollywood Cerise #D802A7
Tints of Hollywood Cerise #D802A7
RGB
CMYK
RGB Variations
Color information
#D802A7 (or 0xD802A7) is known color: Hollywood Cerise. HEX triplet: D8, 02 and A7. RGB value is (216,2,167). Sum of RGB (Red+Green+Blue) = 216+2+167=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 167 (65.62% from 255 or 43.38% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D802A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D802A7 is #27FD58. Grayscale: #545454. Windows color (decimal): -2620761 or 10945240. OLE color: 10945240.
HSL color Cylindrical-coordinate representation of color #D802A7: hue angle of 313.74º degrees, saturation: 0.98, 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 #D802A7 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 167 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.15 |
| HSL | 313.74º | 0.98% | 0.43% | - |
| HSV(B) | 313.74º | 0.99% | 0.85% | - |
| XYZ | 35.32 | 17.43 | 38.06 | - |
| YUV | 84.8 | 174.4 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 167 | 0 | 0.99 | 0.23 | 0.15 | 313.74 | 0.98 | 0.43 |
| Hex | D8 | 2 | A7 | 0 | 63 | 17 | F | 13A | 62 | 2B |
| Octal | 330 | 2 | 247 | 0 | 143 | 27 | 17 | 472 | 142 | 53 |
| Binary | 11011000 | 10 | 10100111 | 0 | 1100011 | 10111 | 1111 | 100111010 | 1100010 | 101011 |
Color Harmonies of #D802A7
Complementary color
Monochromatic Colors of #D802A7
Black with #D802A7
Text Example
Text Example
White with #D802A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D802A7; }
p { color: rgb(216,2,167); }
H1.HeaderClassName
{
color: #D802A7;
}
.AnyTagClassName
{
color: #D802A7;
}
</style>
background-color css
<style>
a { background-color: #D802A7; }
a { background-color: rgb(216,2,167); }
div.DivClassName
{
background-color: #D802A7;
}
.BgClassName
{
background-color: #D802A7;
}
</style>
border-color css
<style>
span { border-color: #D802A7; }
span { border-color: rgb(216,2,167); }
td.TdClassName
{
border-color: #D802A7;
}
.TagClassName
{
border-color: #D802A7;
}
</style>