Shades of Medium Violet Red #D10EA0
Tints of Medium Violet Red #D10EA0
RGB
CMYK
RGB Variations
Color information
#D10EA0 (or 0xD10EA0) is known color: Medium Violet Red. HEX triplet: D1, 0E and A0. RGB value is (209,14,160). Sum of RGB (Red+Green+Blue) = 209+14+160=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D10EA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10EA0 is #2EF15F. Grayscale: #585858. Windows color (decimal): -3076448 or 10489553. OLE color: 10489553.
HSL color Cylindrical-coordinate representation of color #D10EA0: hue angle of 315.08º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10EA0 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 14 | 160 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.18 |
| HSL | 315.08º | 0.87% | 0.44% | - |
| HSV(B) | 315.08º | 0.93% | 0.82% | - |
| XYZ | 32.8 | 16.41 | 34.7 | - |
| YUV | 88.95 | 168.1 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 160 | 0 | 0.93 | 0.23 | 0.18 | 315.08 | 0.87 | 0.44 |
| Hex | D1 | E | A0 | 0 | 5D | 17 | 12 | 13B | 57 | 2C |
| Octal | 321 | 16 | 240 | 0 | 135 | 27 | 22 | 473 | 127 | 54 |
| Binary | 11010001 | 1110 | 10100000 | 0 | 1011101 | 10111 | 10010 | 100111011 | 1010111 | 101100 |
Color Harmonies of #D10EA0
Complementary color
Monochromatic Colors of #D10EA0
Black with #D10EA0
Text Example
Text Example
White with #D10EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10EA0; }
p { color: rgb(209,14,160); }
H1.HeaderClassName
{
color: #D10EA0;
}
.AnyTagClassName
{
color: #D10EA0;
}
</style>
background-color css
<style>
a { background-color: #D10EA0; }
a { background-color: rgb(209,14,160); }
div.DivClassName
{
background-color: #D10EA0;
}
.BgClassName
{
background-color: #D10EA0;
}
</style>
border-color css
<style>
span { border-color: #D10EA0; }
span { border-color: rgb(209,14,160); }
td.TdClassName
{
border-color: #D10EA0;
}
.TagClassName
{
border-color: #D10EA0;
}
</style>