Shades of Hollywood Cerise #D803AD
Tints of Hollywood Cerise #D803AD
RGB
CMYK
RGB Variations
Color information
#D803AD (or 0xD803AD) is known color: Hollywood Cerise. HEX triplet: D8, 03 and AD. RGB value is (216,3,173). Sum of RGB (Red+Green+Blue) = 216+3+173=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D803AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D803AD is #27FC52. Grayscale: #555555. Windows color (decimal): -2620499 or 11338712. OLE color: 11338712.
HSL color Cylindrical-coordinate representation of color #D803AD: hue angle of 312.11º 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 #D803AD is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 173 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.15 |
| HSL | 312.11º | 0.97% | 0.43% | - |
| HSV(B) | 312.11º | 0.99% | 0.85% | - |
| XYZ | 35.89 | 17.68 | 41.06 | - |
| YUV | 86.07 | 177.07 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 173 | 0 | 0.99 | 0.20 | 0.15 | 312.11 | 0.97 | 0.43 |
| Hex | D8 | 3 | AD | 0 | 63 | 14 | F | 138 | 61 | 2B |
| Octal | 330 | 3 | 255 | 0 | 143 | 24 | 17 | 470 | 141 | 53 |
| Binary | 11011000 | 11 | 10101101 | 0 | 1100011 | 10100 | 1111 | 100111000 | 1100001 | 101011 |
Color Harmonies of #D803AD
Complementary color
Monochromatic Colors of #D803AD
Black with #D803AD
Text Example
Text Example
White with #D803AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D803AD; }
p { color: rgb(216,3,173); }
H1.HeaderClassName
{
color: #D803AD;
}
.AnyTagClassName
{
color: #D803AD;
}
</style>
background-color css
<style>
a { background-color: #D803AD; }
a { background-color: rgb(216,3,173); }
div.DivClassName
{
background-color: #D803AD;
}
.BgClassName
{
background-color: #D803AD;
}
</style>
border-color css
<style>
span { border-color: #D803AD; }
span { border-color: rgb(216,3,173); }
td.TdClassName
{
border-color: #D803AD;
}
.TagClassName
{
border-color: #D803AD;
}
</style>