Shades of Medium Violet Red #D70E9B
Tints of Medium Violet Red #D70E9B
RGB
CMYK
RGB Variations
Color information
#D70E9B (or 0xD70E9B) is known color: Medium Violet Red. HEX triplet: D7, 0E and 9B. RGB value is (215,14,155). Sum of RGB (Red+Green+Blue) = 215+14+155=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70E9B is #28F164. Grayscale: #595959. Windows color (decimal): -2683237 or 10161879. OLE color: 10161879.
HSL color Cylindrical-coordinate representation of color #D70E9B: hue angle of 317.91º 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 #D70E9B is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 155 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.16 |
| HSL | 317.91º | 0.88% | 0.45% | - |
| HSV(B) | 317.91º | 0.93% | 0.84% | - |
| XYZ | 34.1 | 17.13 | 32.52 | - |
| YUV | 90.17 | 164.59 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 155 | 0 | 0.93 | 0.28 | 0.16 | 317.91 | 0.88 | 0.45 |
| Hex | D7 | E | 9B | 0 | 5D | 1C | 10 | 13E | 58 | 2D |
| Octal | 327 | 16 | 233 | 0 | 135 | 34 | 20 | 476 | 130 | 55 |
| Binary | 11010111 | 1110 | 10011011 | 0 | 1011101 | 11100 | 10000 | 100111110 | 1011000 | 101101 |
Color Harmonies of #D70E9B
Complementary color
Monochromatic Colors of #D70E9B
Black with #D70E9B
Text Example
Text Example
White with #D70E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E9B; }
p { color: rgb(215,14,155); }
H1.HeaderClassName
{
color: #D70E9B;
}
.AnyTagClassName
{
color: #D70E9B;
}
</style>
background-color css
<style>
a { background-color: #D70E9B; }
a { background-color: rgb(215,14,155); }
div.DivClassName
{
background-color: #D70E9B;
}
.BgClassName
{
background-color: #D70E9B;
}
</style>
border-color css
<style>
span { border-color: #D70E9B; }
span { border-color: rgb(215,14,155); }
td.TdClassName
{
border-color: #D70E9B;
}
.TagClassName
{
border-color: #D70E9B;
}
</style>