Shades of Medium Violet Red #D70E85
Tints of Medium Violet Red #D70E85
RGB
CMYK
RGB Variations
Color information
#D70E85 (or 0xD70E85) is known color: Medium Violet Red. HEX triplet: D7, 0E and 85. RGB value is (215,14,133). Sum of RGB (Red+Green+Blue) = 215+14+133=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70E85 is #28F17A. Grayscale: #575757. Windows color (decimal): -2683259 or 8720087. OLE color: 8720087.
HSL color Cylindrical-coordinate representation of color #D70E85: hue angle of 324.48º 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 #D70E85 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 133 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.16 |
| HSL | 324.48º | 0.88% | 0.45% | - |
| HSV(B) | 324.48º | 0.93% | 0.84% | - |
| XYZ | 32.42 | 16.45 | 23.66 | - |
| YUV | 87.67 | 153.59 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 133 | 0 | 0.93 | 0.38 | 0.16 | 324.48 | 0.88 | 0.45 |
| Hex | D7 | E | 85 | 0 | 5D | 26 | 10 | 144 | 58 | 2D |
| Octal | 327 | 16 | 205 | 0 | 135 | 46 | 20 | 504 | 130 | 55 |
| Binary | 11010111 | 1110 | 10000101 | 0 | 1011101 | 100110 | 10000 | 101000100 | 1011000 | 101101 |
Color Harmonies of #D70E85
Complementary color
Monochromatic Colors of #D70E85
Black with #D70E85
Text Example
Text Example
White with #D70E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E85; }
p { color: rgb(215,14,133); }
H1.HeaderClassName
{
color: #D70E85;
}
.AnyTagClassName
{
color: #D70E85;
}
</style>
background-color css
<style>
a { background-color: #D70E85; }
a { background-color: rgb(215,14,133); }
div.DivClassName
{
background-color: #D70E85;
}
.BgClassName
{
background-color: #D70E85;
}
</style>
border-color css
<style>
span { border-color: #D70E85; }
span { border-color: rgb(215,14,133); }
td.TdClassName
{
border-color: #D70E85;
}
.TagClassName
{
border-color: #D70E85;
}
</style>