Shades of Medium Violet Red #D70E9E
Tints of Medium Violet Red #D70E9E
RGB
CMYK
RGB Variations
Color information
#D70E9E (or 0xD70E9E) is known color: Medium Violet Red. HEX triplet: D7, 0E and 9E. RGB value is (215,14,158). Sum of RGB (Red+Green+Blue) = 215+14+158=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70E9E is #28F161. Grayscale: #5A5A5A. Windows color (decimal): -2683234 or 10358487. OLE color: 10358487.
HSL color Cylindrical-coordinate representation of color #D70E9E: hue angle of 317.01º 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 #D70E9E is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 158 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.16 |
| HSL | 317.01º | 0.88% | 0.45% | - |
| HSV(B) | 317.01º | 0.93% | 0.84% | - |
| XYZ | 34.35 | 17.23 | 33.86 | - |
| YUV | 90.52 | 166.09 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 158 | 0 | 0.93 | 0.27 | 0.16 | 317.01 | 0.88 | 0.45 |
| Hex | D7 | E | 9E | 0 | 5D | 1B | 10 | 13D | 58 | 2D |
| Octal | 327 | 16 | 236 | 0 | 135 | 33 | 20 | 475 | 130 | 55 |
| Binary | 11010111 | 1110 | 10011110 | 0 | 1011101 | 11011 | 10000 | 100111101 | 1011000 | 101101 |
Color Harmonies of #D70E9E
Complementary color
Monochromatic Colors of #D70E9E
Black with #D70E9E
Text Example
Text Example
White with #D70E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E9E; }
p { color: rgb(215,14,158); }
H1.HeaderClassName
{
color: #D70E9E;
}
.AnyTagClassName
{
color: #D70E9E;
}
</style>
background-color css
<style>
a { background-color: #D70E9E; }
a { background-color: rgb(215,14,158); }
div.DivClassName
{
background-color: #D70E9E;
}
.BgClassName
{
background-color: #D70E9E;
}
</style>
border-color css
<style>
span { border-color: #D70E9E; }
span { border-color: rgb(215,14,158); }
td.TdClassName
{
border-color: #D70E9E;
}
.TagClassName
{
border-color: #D70E9E;
}
</style>