Shades of Hollywood Cerise #D804A5
Tints of Hollywood Cerise #D804A5
RGB
CMYK
RGB Variations
Color information
#D804A5 (or 0xD804A5) is known color: Hollywood Cerise. HEX triplet: D8, 04 and A5. RGB value is (216,4,165). Sum of RGB (Red+Green+Blue) = 216+4+165=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D804A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D804A5 is #27FB5A. Grayscale: #555555. Windows color (decimal): -2620251 or 10814680. OLE color: 10814680.
HSL color Cylindrical-coordinate representation of color #D804A5: hue angle of 314.43º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D804A5 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 165 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.15 |
| HSL | 314.43º | 0.96% | 0.43% | - |
| HSV(B) | 314.43º | 0.98% | 0.85% | - |
| XYZ | 35.15 | 17.4 | 37.1 | - |
| YUV | 85.74 | 172.74 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 165 | 0 | 0.98 | 0.24 | 0.15 | 314.43 | 0.96 | 0.43 |
| Hex | D8 | 4 | A5 | 0 | 62 | 18 | F | 13A | 60 | 2B |
| Octal | 330 | 4 | 245 | 0 | 142 | 30 | 17 | 472 | 140 | 53 |
| Binary | 11011000 | 100 | 10100101 | 0 | 1100010 | 11000 | 1111 | 100111010 | 1100000 | 101011 |
Color Harmonies of #D804A5
Complementary color
Monochromatic Colors of #D804A5
Black with #D804A5
Text Example
Text Example
White with #D804A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D804A5; }
p { color: rgb(216,4,165); }
H1.HeaderClassName
{
color: #D804A5;
}
.AnyTagClassName
{
color: #D804A5;
}
</style>
background-color css
<style>
a { background-color: #D804A5; }
a { background-color: rgb(216,4,165); }
div.DivClassName
{
background-color: #D804A5;
}
.BgClassName
{
background-color: #D804A5;
}
</style>
border-color css
<style>
span { border-color: #D804A5; }
span { border-color: rgb(216,4,165); }
td.TdClassName
{
border-color: #D804A5;
}
.TagClassName
{
border-color: #D804A5;
}
</style>