Shades of Hollywood Cerise #D70CA2
Tints of Hollywood Cerise #D70CA2
RGB
CMYK
RGB Variations
Color information
#D70CA2 (or 0xD70CA2) is known color: Hollywood Cerise. HEX triplet: D7, 0C and A2. RGB value is (215,12,162). Sum of RGB (Red+Green+Blue) = 215+12+162=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D70CA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70CA2 is #28F35D. Grayscale: #595959. Windows color (decimal): -2683742 or 10620119. OLE color: 10620119.
HSL color Cylindrical-coordinate representation of color #D70CA2: hue angle of 315.67º 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 #D70CA2 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 162 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.16 |
| HSL | 315.67º | 0.89% | 0.45% | - |
| HSV(B) | 315.67º | 0.94% | 0.84% | - |
| XYZ | 34.68 | 17.32 | 35.7 | - |
| YUV | 89.8 | 168.75 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 162 | 0 | 0.94 | 0.25 | 0.16 | 315.67 | 0.89 | 0.45 |
| Hex | D7 | C | A2 | 0 | 5E | 19 | 10 | 13C | 59 | 2D |
| Octal | 327 | 14 | 242 | 0 | 136 | 31 | 20 | 474 | 131 | 55 |
| Binary | 11010111 | 1100 | 10100010 | 0 | 1011110 | 11001 | 10000 | 100111100 | 1011001 | 101101 |
Color Harmonies of #D70CA2
Complementary color
Monochromatic Colors of #D70CA2
Black with #D70CA2
Text Example
Text Example
White with #D70CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70CA2; }
p { color: rgb(215,12,162); }
H1.HeaderClassName
{
color: #D70CA2;
}
.AnyTagClassName
{
color: #D70CA2;
}
</style>
background-color css
<style>
a { background-color: #D70CA2; }
a { background-color: rgb(215,12,162); }
div.DivClassName
{
background-color: #D70CA2;
}
.BgClassName
{
background-color: #D70CA2;
}
</style>
border-color css
<style>
span { border-color: #D70CA2; }
span { border-color: rgb(215,12,162); }
td.TdClassName
{
border-color: #D70CA2;
}
.TagClassName
{
border-color: #D70CA2;
}
</style>