Shades of Hollywood Cerise #D70EA8
Tints of Hollywood Cerise #D70EA8
RGB
CMYK
RGB Variations
Color information
#D70EA8 (or 0xD70EA8) is known color: Hollywood Cerise. HEX triplet: D7, 0E and A8. RGB value is (215,14,168). Sum of RGB (Red+Green+Blue) = 215+14+168=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D70EA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70EA8 is #28F157. Grayscale: #5B5B5B. Windows color (decimal): -2683224 or 11013847. OLE color: 11013847.
HSL color Cylindrical-coordinate representation of color #D70EA8: hue angle of 314.03º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70EA8 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 168 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.16 |
| HSL | 314.03º | 0.88% | 0.45% | - |
| HSV(B) | 314.03º | 0.93% | 0.84% | - |
| XYZ | 35.25 | 17.59 | 38.58 | - |
| YUV | 91.66 | 171.09 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 168 | 0 | 0.93 | 0.22 | 0.16 | 314.03 | 0.88 | 0.45 |
| Hex | D7 | E | A8 | 0 | 5D | 16 | 10 | 13A | 58 | 2D |
| Octal | 327 | 16 | 250 | 0 | 135 | 26 | 20 | 472 | 130 | 55 |
| Binary | 11010111 | 1110 | 10101000 | 0 | 1011101 | 10110 | 10000 | 100111010 | 1011000 | 101101 |
Color Harmonies of #D70EA8
Complementary color
Monochromatic Colors of #D70EA8
Black with #D70EA8
Text Example
Text Example
White with #D70EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70EA8; }
p { color: rgb(215,14,168); }
H1.HeaderClassName
{
color: #D70EA8;
}
.AnyTagClassName
{
color: #D70EA8;
}
</style>
background-color css
<style>
a { background-color: #D70EA8; }
a { background-color: rgb(215,14,168); }
div.DivClassName
{
background-color: #D70EA8;
}
.BgClassName
{
background-color: #D70EA8;
}
</style>
border-color css
<style>
span { border-color: #D70EA8; }
span { border-color: rgb(215,14,168); }
td.TdClassName
{
border-color: #D70EA8;
}
.TagClassName
{
border-color: #D70EA8;
}
</style>