Shades of Hollywood Cerise #D703A0
Tints of Hollywood Cerise #D703A0
RGB
CMYK
RGB Variations
Color information
#D703A0 (or 0xD703A0) is known color: Hollywood Cerise. HEX triplet: D7, 03 and A0. RGB value is (215,3,160). Sum of RGB (Red+Green+Blue) = 215+3+160=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D703A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D703A0 is #28FC5F. Grayscale: #535353. Windows color (decimal): -2686048 or 10486743. OLE color: 10486743.
HSL color Cylindrical-coordinate representation of color #D703A0: hue angle of 315.57º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D703A0 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 160 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.16 |
| HSL | 315.57º | 0.97% | 0.43% | - |
| HSV(B) | 315.57º | 0.99% | 0.84% | - |
| XYZ | 34.4 | 17.05 | 34.74 | - |
| YUV | 84.29 | 170.74 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 160 | 0 | 0.99 | 0.26 | 0.16 | 315.57 | 0.97 | 0.43 |
| Hex | D7 | 3 | A0 | 0 | 63 | 1A | 10 | 13C | 61 | 2B |
| Octal | 327 | 3 | 240 | 0 | 143 | 32 | 20 | 474 | 141 | 53 |
| Binary | 11010111 | 11 | 10100000 | 0 | 1100011 | 11010 | 10000 | 100111100 | 1100001 | 101011 |
Color Harmonies of #D703A0
Complementary color
Monochromatic Colors of #D703A0
Black with #D703A0
Text Example
Text Example
White with #D703A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703A0; }
p { color: rgb(215,3,160); }
H1.HeaderClassName
{
color: #D703A0;
}
.AnyTagClassName
{
color: #D703A0;
}
</style>
background-color css
<style>
a { background-color: #D703A0; }
a { background-color: rgb(215,3,160); }
div.DivClassName
{
background-color: #D703A0;
}
.BgClassName
{
background-color: #D703A0;
}
</style>
border-color css
<style>
span { border-color: #D703A0; }
span { border-color: rgb(215,3,160); }
td.TdClassName
{
border-color: #D703A0;
}
.TagClassName
{
border-color: #D703A0;
}
</style>