Shades of Hollywood Cerise #D70CA0
Tints of Hollywood Cerise #D70CA0
RGB
CMYK
RGB Variations
Color information
#D70CA0 (or 0xD70CA0) is known color: Hollywood Cerise. HEX triplet: D7, 0C and A0. RGB value is (215,12,160). Sum of RGB (Red+Green+Blue) = 215+12+160=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D70CA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70CA0 is #28F35F. Grayscale: #595959. Windows color (decimal): -2683744 or 10489047. OLE color: 10489047.
HSL color Cylindrical-coordinate representation of color #D70CA0: hue angle of 316.26º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70CA0 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 160 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.16 |
| HSL | 316.26º | 0.89% | 0.45% | - |
| HSV(B) | 316.26º | 0.94% | 0.84% | - |
| XYZ | 34.5 | 17.25 | 34.77 | - |
| YUV | 89.57 | 167.75 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 160 | 0 | 0.94 | 0.26 | 0.16 | 316.26 | 0.89 | 0.45 |
| Hex | D7 | C | A0 | 0 | 5E | 1A | 10 | 13C | 59 | 2D |
| Octal | 327 | 14 | 240 | 0 | 136 | 32 | 20 | 474 | 131 | 55 |
| Binary | 11010111 | 1100 | 10100000 | 0 | 1011110 | 11010 | 10000 | 100111100 | 1011001 | 101101 |
Color Harmonies of #D70CA0
Complementary color
Monochromatic Colors of #D70CA0
Black with #D70CA0
Text Example
Text Example
White with #D70CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70CA0; }
p { color: rgb(215,12,160); }
H1.HeaderClassName
{
color: #D70CA0;
}
.AnyTagClassName
{
color: #D70CA0;
}
</style>
background-color css
<style>
a { background-color: #D70CA0; }
a { background-color: rgb(215,12,160); }
div.DivClassName
{
background-color: #D70CA0;
}
.BgClassName
{
background-color: #D70CA0;
}
</style>
border-color css
<style>
span { border-color: #D70CA0; }
span { border-color: rgb(215,12,160); }
td.TdClassName
{
border-color: #D70CA0;
}
.TagClassName
{
border-color: #D70CA0;
}
</style>