Shades of Medium Violet Red #D70E87
Tints of Medium Violet Red #D70E87
RGB
CMYK
RGB Variations
Color information
#D70E87 (or 0xD70E87) is known color: Medium Violet Red. HEX triplet: D7, 0E and 87. RGB value is (215,14,135). Sum of RGB (Red+Green+Blue) = 215+14+135=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70E87 is #28F178. Grayscale: #575757. Windows color (decimal): -2683257 or 8851159. OLE color: 8851159.
HSL color Cylindrical-coordinate representation of color #D70E87: hue angle of 323.88º 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 #D70E87 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 135 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.16 |
| HSL | 323.88º | 0.88% | 0.45% | - |
| HSV(B) | 323.88º | 0.93% | 0.84% | - |
| XYZ | 32.55 | 16.51 | 24.39 | - |
| YUV | 87.89 | 154.59 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 135 | 0 | 0.93 | 0.37 | 0.16 | 323.88 | 0.88 | 0.45 |
| Hex | D7 | E | 87 | 0 | 5D | 25 | 10 | 144 | 58 | 2D |
| Octal | 327 | 16 | 207 | 0 | 135 | 45 | 20 | 504 | 130 | 55 |
| Binary | 11010111 | 1110 | 10000111 | 0 | 1011101 | 100101 | 10000 | 101000100 | 1011000 | 101101 |
Color Harmonies of #D70E87
Complementary color
Monochromatic Colors of #D70E87
Black with #D70E87
Text Example
Text Example
White with #D70E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E87; }
p { color: rgb(215,14,135); }
H1.HeaderClassName
{
color: #D70E87;
}
.AnyTagClassName
{
color: #D70E87;
}
</style>
background-color css
<style>
a { background-color: #D70E87; }
a { background-color: rgb(215,14,135); }
div.DivClassName
{
background-color: #D70E87;
}
.BgClassName
{
background-color: #D70E87;
}
</style>
border-color css
<style>
span { border-color: #D70E87; }
span { border-color: rgb(215,14,135); }
td.TdClassName
{
border-color: #D70E87;
}
.TagClassName
{
border-color: #D70E87;
}
</style>