Shades of Hollywood Cerise #D704A0
Tints of Hollywood Cerise #D704A0
RGB
CMYK
RGB Variations
Color information
#D704A0 (or 0xD704A0) is known color: Hollywood Cerise. HEX triplet: D7, 04 and A0. RGB value is (215,4,160). Sum of RGB (Red+Green+Blue) = 215+4+160=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D704A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D704A0 is #28FB5F. Grayscale: #545454. Windows color (decimal): -2685792 or 10486999. OLE color: 10486999.
HSL color Cylindrical-coordinate representation of color #D704A0: hue angle of 315.64º 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 #D704A0 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 160 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.16 |
| HSL | 315.64º | 0.96% | 0.43% | - |
| HSV(B) | 315.64º | 0.98% | 0.84% | - |
| XYZ | 34.41 | 17.07 | 34.74 | - |
| YUV | 84.87 | 170.4 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 160 | 0 | 0.98 | 0.26 | 0.16 | 315.64 | 0.96 | 0.43 |
| Hex | D7 | 4 | A0 | 0 | 62 | 1A | 10 | 13C | 60 | 2B |
| Octal | 327 | 4 | 240 | 0 | 142 | 32 | 20 | 474 | 140 | 53 |
| Binary | 11010111 | 100 | 10100000 | 0 | 1100010 | 11010 | 10000 | 100111100 | 1100000 | 101011 |
Color Harmonies of #D704A0
Complementary color
Monochromatic Colors of #D704A0
Black with #D704A0
Text Example
Text Example
White with #D704A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D704A0; }
p { color: rgb(215,4,160); }
H1.HeaderClassName
{
color: #D704A0;
}
.AnyTagClassName
{
color: #D704A0;
}
</style>
background-color css
<style>
a { background-color: #D704A0; }
a { background-color: rgb(215,4,160); }
div.DivClassName
{
background-color: #D704A0;
}
.BgClassName
{
background-color: #D704A0;
}
</style>
border-color css
<style>
span { border-color: #D704A0; }
span { border-color: rgb(215,4,160); }
td.TdClassName
{
border-color: #D704A0;
}
.TagClassName
{
border-color: #D704A0;
}
</style>