Shades of Hollywood Cerise #D802AD
Tints of Hollywood Cerise #D802AD
RGB
CMYK
RGB Variations
Color information
#D802AD (or 0xD802AD) is known color: Hollywood Cerise. HEX triplet: D8, 02 and AD. RGB value is (216,2,173). Sum of RGB (Red+Green+Blue) = 216+2+173=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D802AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D802AD is #27FD52. Grayscale: #555555. Windows color (decimal): -2620755 or 11338456. OLE color: 11338456.
HSL color Cylindrical-coordinate representation of color #D802AD: hue angle of 312.06º 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 #D802AD is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 173 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.15 |
| HSL | 312.06º | 0.98% | 0.43% | - |
| HSV(B) | 312.06º | 0.99% | 0.85% | - |
| XYZ | 35.88 | 17.66 | 41.05 | - |
| YUV | 85.48 | 177.4 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 173 | 0 | 0.99 | 0.20 | 0.15 | 312.06 | 0.98 | 0.43 |
| Hex | D8 | 2 | AD | 0 | 63 | 14 | F | 138 | 62 | 2B |
| Octal | 330 | 2 | 255 | 0 | 143 | 24 | 17 | 470 | 142 | 53 |
| Binary | 11011000 | 10 | 10101101 | 0 | 1100011 | 10100 | 1111 | 100111000 | 1100010 | 101011 |
Color Harmonies of #D802AD
Complementary color
Monochromatic Colors of #D802AD
Black with #D802AD
Text Example
Text Example
White with #D802AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D802AD; }
p { color: rgb(216,2,173); }
H1.HeaderClassName
{
color: #D802AD;
}
.AnyTagClassName
{
color: #D802AD;
}
</style>
background-color css
<style>
a { background-color: #D802AD; }
a { background-color: rgb(216,2,173); }
div.DivClassName
{
background-color: #D802AD;
}
.BgClassName
{
background-color: #D802AD;
}
</style>
border-color css
<style>
span { border-color: #D802AD; }
span { border-color: rgb(216,2,173); }
td.TdClassName
{
border-color: #D802AD;
}
.TagClassName
{
border-color: #D802AD;
}
</style>