Shades of Medium Violet Red #D70E9F
Tints of Medium Violet Red #D70E9F
RGB
CMYK
RGB Variations
Color information
#D70E9F (or 0xD70E9F) is known color: Medium Violet Red. HEX triplet: D7, 0E and 9F. RGB value is (215,14,159). Sum of RGB (Red+Green+Blue) = 215+14+159=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70E9F is #28F160. Grayscale: #5A5A5A. Windows color (decimal): -2683233 or 10424023. OLE color: 10424023.
HSL color Cylindrical-coordinate representation of color #D70E9F: hue angle of 316.72º 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 #D70E9F is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 159 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.16 |
| HSL | 316.72º | 0.88% | 0.45% | - |
| HSV(B) | 316.72º | 0.93% | 0.84% | - |
| XYZ | 34.44 | 17.26 | 34.32 | - |
| YUV | 90.63 | 166.59 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 159 | 0 | 0.93 | 0.26 | 0.16 | 316.72 | 0.88 | 0.45 |
| Hex | D7 | E | 9F | 0 | 5D | 1A | 10 | 13D | 58 | 2D |
| Octal | 327 | 16 | 237 | 0 | 135 | 32 | 20 | 475 | 130 | 55 |
| Binary | 11010111 | 1110 | 10011111 | 0 | 1011101 | 11010 | 10000 | 100111101 | 1011000 | 101101 |
Color Harmonies of #D70E9F
Complementary color
Monochromatic Colors of #D70E9F
Black with #D70E9F
Text Example
Text Example
White with #D70E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E9F; }
p { color: rgb(215,14,159); }
H1.HeaderClassName
{
color: #D70E9F;
}
.AnyTagClassName
{
color: #D70E9F;
}
</style>
background-color css
<style>
a { background-color: #D70E9F; }
a { background-color: rgb(215,14,159); }
div.DivClassName
{
background-color: #D70E9F;
}
.BgClassName
{
background-color: #D70E9F;
}
</style>
border-color css
<style>
span { border-color: #D70E9F; }
span { border-color: rgb(215,14,159); }
td.TdClassName
{
border-color: #D70E9F;
}
.TagClassName
{
border-color: #D70E9F;
}
</style>