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