Shades of Medium Violet Red #D10E9E
Tints of Medium Violet Red #D10E9E
RGB
CMYK
RGB Variations
Color information
#D10E9E (or 0xD10E9E) is known color: Medium Violet Red. HEX triplet: D1, 0E and 9E. RGB value is (209,14,158). Sum of RGB (Red+Green+Blue) = 209+14+158=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10E9E is #2EF161. Grayscale: #585858. Windows color (decimal): -3076450 or 10358481. OLE color: 10358481.
HSL color Cylindrical-coordinate representation of color #D10E9E: hue angle of 315.69º 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 #D10E9E is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 14 | 158 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.18 |
| HSL | 315.69º | 0.87% | 0.44% | - |
| HSV(B) | 315.69º | 0.93% | 0.82% | - |
| XYZ | 32.62 | 16.34 | 33.78 | - |
| YUV | 88.72 | 167.1 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 158 | 0 | 0.93 | 0.24 | 0.18 | 315.69 | 0.87 | 0.44 |
| Hex | D1 | E | 9E | 0 | 5D | 18 | 12 | 13C | 57 | 2C |
| Octal | 321 | 16 | 236 | 0 | 135 | 30 | 22 | 474 | 127 | 54 |
| Binary | 11010001 | 1110 | 10011110 | 0 | 1011101 | 11000 | 10010 | 100111100 | 1010111 | 101100 |
Color Harmonies of #D10E9E
Complementary color
Monochromatic Colors of #D10E9E
Black with #D10E9E
Text Example
Text Example
White with #D10E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10E9E; }
p { color: rgb(209,14,158); }
H1.HeaderClassName
{
color: #D10E9E;
}
.AnyTagClassName
{
color: #D10E9E;
}
</style>
background-color css
<style>
a { background-color: #D10E9E; }
a { background-color: rgb(209,14,158); }
div.DivClassName
{
background-color: #D10E9E;
}
.BgClassName
{
background-color: #D10E9E;
}
</style>
border-color css
<style>
span { border-color: #D10E9E; }
span { border-color: rgb(209,14,158); }
td.TdClassName
{
border-color: #D10E9E;
}
.TagClassName
{
border-color: #D10E9E;
}
</style>