Shades of Medium Violet Red #D70E7E
Tints of Medium Violet Red #D70E7E
RGB
CMYK
RGB Variations
Color information
#D70E7E (or 0xD70E7E) is known color: Medium Violet Red. HEX triplet: D7, 0E and 7E. RGB value is (215,14,126). Sum of RGB (Red+Green+Blue) = 215+14+126=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70E7E is #28F181. Grayscale: #565656. Windows color (decimal): -2683266 or 8261335. OLE color: 8261335.
HSL color Cylindrical-coordinate representation of color #D70E7E: hue angle of 326.57º 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 #D70E7E is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 126 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.16 |
| HSL | 326.57º | 0.88% | 0.45% | - |
| HSV(B) | 326.57º | 0.93% | 0.84% | - |
| XYZ | 31.95 | 16.27 | 21.19 | - |
| YUV | 86.87 | 150.09 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 126 | 0 | 0.93 | 0.41 | 0.16 | 326.57 | 0.88 | 0.45 |
| Hex | D7 | E | 7E | 0 | 5D | 29 | 10 | 147 | 58 | 2D |
| Octal | 327 | 16 | 176 | 0 | 135 | 51 | 20 | 507 | 130 | 55 |
| Binary | 11010111 | 1110 | 1111110 | 0 | 1011101 | 101001 | 10000 | 101000111 | 1011000 | 101101 |
Color Harmonies of #D70E7E
Complementary color
Monochromatic Colors of #D70E7E
Black with #D70E7E
Text Example
Text Example
White with #D70E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E7E; }
p { color: rgb(215,14,126); }
H1.HeaderClassName
{
color: #D70E7E;
}
.AnyTagClassName
{
color: #D70E7E;
}
</style>
background-color css
<style>
a { background-color: #D70E7E; }
a { background-color: rgb(215,14,126); }
div.DivClassName
{
background-color: #D70E7E;
}
.BgClassName
{
background-color: #D70E7E;
}
</style>
border-color css
<style>
span { border-color: #D70E7E; }
span { border-color: rgb(215,14,126); }
td.TdClassName
{
border-color: #D70E7E;
}
.TagClassName
{
border-color: #D70E7E;
}
</style>