Shades of Hollywood Cerise #D504AD
Tints of Hollywood Cerise #D504AD
RGB
CMYK
RGB Variations
Color information
#D504AD (or 0xD504AD) is known color: Hollywood Cerise. HEX triplet: D5, 04 and AD. RGB value is (213,4,173). Sum of RGB (Red+Green+Blue) = 213+4+173=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D504AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D504AD is #2AFB52. Grayscale: #555555. Windows color (decimal): -2816851 or 11338965. OLE color: 11338965.
HSL color Cylindrical-coordinate representation of color #D504AD: hue angle of 311.48º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D504AD is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 173 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.16 |
| HSL | 311.48º | 0.96% | 0.43% | - |
| HSV(B) | 311.48º | 0.98% | 0.84% | - |
| XYZ | 35.03 | 17.25 | 41.02 | - |
| YUV | 85.76 | 177.24 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 173 | 0 | 0.98 | 0.19 | 0.16 | 311.48 | 0.96 | 0.43 |
| Hex | D5 | 4 | AD | 0 | 62 | 13 | 10 | 137 | 60 | 2B |
| Octal | 325 | 4 | 255 | 0 | 142 | 23 | 20 | 467 | 140 | 53 |
| Binary | 11010101 | 100 | 10101101 | 0 | 1100010 | 10011 | 10000 | 100110111 | 1100000 | 101011 |
Color Harmonies of #D504AD
Complementary color
Monochromatic Colors of #D504AD
Black with #D504AD
Text Example
Text Example
White with #D504AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D504AD; }
p { color: rgb(213,4,173); }
H1.HeaderClassName
{
color: #D504AD;
}
.AnyTagClassName
{
color: #D504AD;
}
</style>
background-color css
<style>
a { background-color: #D504AD; }
a { background-color: rgb(213,4,173); }
div.DivClassName
{
background-color: #D504AD;
}
.BgClassName
{
background-color: #D504AD;
}
</style>
border-color css
<style>
span { border-color: #D504AD; }
span { border-color: rgb(213,4,173); }
td.TdClassName
{
border-color: #D504AD;
}
.TagClassName
{
border-color: #D504AD;
}
</style>