Shades of Medium Violet Red #D70E7D
Tints of Medium Violet Red #D70E7D
RGB
CMYK
RGB Variations
Color information
#D70E7D (or 0xD70E7D) is known color: Medium Violet Red. HEX triplet: D7, 0E and 7D. RGB value is (215,14,125). Sum of RGB (Red+Green+Blue) = 215+14+125=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70E7D is #28F182. Grayscale: #565656. Windows color (decimal): -2683267 or 8195799. OLE color: 8195799.
HSL color Cylindrical-coordinate representation of color #D70E7D: hue angle of 326.87º 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 #D70E7D is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 125 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.16 |
| HSL | 326.87º | 0.88% | 0.45% | - |
| HSV(B) | 326.87º | 0.93% | 0.84% | - |
| XYZ | 31.88 | 16.24 | 20.86 | - |
| YUV | 86.75 | 149.59 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 125 | 0 | 0.93 | 0.42 | 0.16 | 326.87 | 0.88 | 0.45 |
| Hex | D7 | E | 7D | 0 | 5D | 2A | 10 | 147 | 58 | 2D |
| Octal | 327 | 16 | 175 | 0 | 135 | 52 | 20 | 507 | 130 | 55 |
| Binary | 11010111 | 1110 | 1111101 | 0 | 1011101 | 101010 | 10000 | 101000111 | 1011000 | 101101 |
Color Harmonies of #D70E7D
Complementary color
Monochromatic Colors of #D70E7D
Black with #D70E7D
Text Example
Text Example
White with #D70E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E7D; }
p { color: rgb(215,14,125); }
H1.HeaderClassName
{
color: #D70E7D;
}
.AnyTagClassName
{
color: #D70E7D;
}
</style>
background-color css
<style>
a { background-color: #D70E7D; }
a { background-color: rgb(215,14,125); }
div.DivClassName
{
background-color: #D70E7D;
}
.BgClassName
{
background-color: #D70E7D;
}
</style>
border-color css
<style>
span { border-color: #D70E7D; }
span { border-color: rgb(215,14,125); }
td.TdClassName
{
border-color: #D70E7D;
}
.TagClassName
{
border-color: #D70E7D;
}
</style>