Shades of Medium Violet Red #D70E93
Tints of Medium Violet Red #D70E93
RGB
CMYK
RGB Variations
Color information
#D70E93 (or 0xD70E93) is known color: Medium Violet Red. HEX triplet: D7, 0E and 93. RGB value is (215,14,147). Sum of RGB (Red+Green+Blue) = 215+14+147=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70E93 is #28F16C. Grayscale: #585858. Windows color (decimal): -2683245 or 9637591. OLE color: 9637591.
HSL color Cylindrical-coordinate representation of color #D70E93: hue angle of 320.3º 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 #D70E93 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 147 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.16 |
| HSL | 320.3º | 0.88% | 0.45% | - |
| HSV(B) | 320.3º | 0.93% | 0.84% | - |
| XYZ | 33.45 | 16.87 | 29.1 | - |
| YUV | 89.26 | 160.59 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 147 | 0 | 0.93 | 0.32 | 0.16 | 320.3 | 0.88 | 0.45 |
| Hex | D7 | E | 93 | 0 | 5D | 20 | 10 | 140 | 58 | 2D |
| Octal | 327 | 16 | 223 | 0 | 135 | 40 | 20 | 500 | 130 | 55 |
| Binary | 11010111 | 1110 | 10010011 | 0 | 1011101 | 100000 | 10000 | 101000000 | 1011000 | 101101 |
Color Harmonies of #D70E93
Complementary color
Monochromatic Colors of #D70E93
Black with #D70E93
Text Example
Text Example
White with #D70E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E93; }
p { color: rgb(215,14,147); }
H1.HeaderClassName
{
color: #D70E93;
}
.AnyTagClassName
{
color: #D70E93;
}
</style>
background-color css
<style>
a { background-color: #D70E93; }
a { background-color: rgb(215,14,147); }
div.DivClassName
{
background-color: #D70E93;
}
.BgClassName
{
background-color: #D70E93;
}
</style>
border-color css
<style>
span { border-color: #D70E93; }
span { border-color: rgb(215,14,147); }
td.TdClassName
{
border-color: #D70E93;
}
.TagClassName
{
border-color: #D70E93;
}
</style>