Shades of Hollywood Cerise #D904AD
Tints of Hollywood Cerise #D904AD
RGB
CMYK
RGB Variations
Color information
#D904AD (or 0xD904AD) is known color: Hollywood Cerise. HEX triplet: D9, 04 and AD. RGB value is (217,4,173). Sum of RGB (Red+Green+Blue) = 217+4+173=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D904AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D904AD is #26FB52. Grayscale: #565656. Windows color (decimal): -2554707 or 11338969. OLE color: 11338969.
HSL color Cylindrical-coordinate representation of color #D904AD: hue angle of 312.39º 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 #D904AD is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 173 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.15 |
| HSL | 312.39º | 0.96% | 0.43% | - |
| HSV(B) | 312.39º | 0.98% | 0.85% | - |
| XYZ | 36.2 | 17.86 | 41.07 | - |
| YUV | 86.95 | 176.57 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 173 | 0 | 0.98 | 0.20 | 0.15 | 312.39 | 0.96 | 0.43 |
| Hex | D9 | 4 | AD | 0 | 62 | 14 | F | 138 | 60 | 2B |
| Octal | 331 | 4 | 255 | 0 | 142 | 24 | 17 | 470 | 140 | 53 |
| Binary | 11011001 | 100 | 10101101 | 0 | 1100010 | 10100 | 1111 | 100111000 | 1100000 | 101011 |
Color Harmonies of #D904AD
Complementary color
Monochromatic Colors of #D904AD
Black with #D904AD
Text Example
Text Example
White with #D904AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D904AD; }
p { color: rgb(217,4,173); }
H1.HeaderClassName
{
color: #D904AD;
}
.AnyTagClassName
{
color: #D904AD;
}
</style>
background-color css
<style>
a { background-color: #D904AD; }
a { background-color: rgb(217,4,173); }
div.DivClassName
{
background-color: #D904AD;
}
.BgClassName
{
background-color: #D904AD;
}
</style>
border-color css
<style>
span { border-color: #D904AD; }
span { border-color: rgb(217,4,173); }
td.TdClassName
{
border-color: #D904AD;
}
.TagClassName
{
border-color: #D904AD;
}
</style>