Shades of Medium Violet Red #D11EA0
Tints of Medium Violet Red #D11EA0
RGB
CMYK
RGB Variations
Color information
#D11EA0 (or 0xD11EA0) is known color: Medium Violet Red. HEX triplet: D1, 1E and A0. RGB value is (209,30,160). Sum of RGB (Red+Green+Blue) = 209+30+160=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D11EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11EA0 is #2EE15F. Grayscale: #626262. Windows color (decimal): -3072352 or 10493649. OLE color: 10493649.
HSL color Cylindrical-coordinate representation of color #D11EA0: hue angle of 316.42º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11EA0 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 30 | 160 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.18 |
| HSL | 316.42º | 0.75% | 0.47% | - |
| HSV(B) | 316.42º | 0.86% | 0.82% | - |
| XYZ | 33.1 | 17.02 | 34.8 | - |
| YUV | 98.34 | 162.8 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 160 | 0 | 0.86 | 0.23 | 0.18 | 316.42 | 0.75 | 0.47 |
| Hex | D1 | 1E | A0 | 0 | 56 | 17 | 12 | 13C | 4B | 2F |
| Octal | 321 | 36 | 240 | 0 | 126 | 27 | 22 | 474 | 113 | 57 |
| Binary | 11010001 | 11110 | 10100000 | 0 | 1010110 | 10111 | 10010 | 100111100 | 1001011 | 101111 |
Color Harmonies of #D11EA0
Complementary color
Monochromatic Colors of #D11EA0
Black with #D11EA0
Text Example
Text Example
White with #D11EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11EA0; }
p { color: rgb(209,30,160); }
H1.HeaderClassName
{
color: #D11EA0;
}
.AnyTagClassName
{
color: #D11EA0;
}
</style>
background-color css
<style>
a { background-color: #D11EA0; }
a { background-color: rgb(209,30,160); }
div.DivClassName
{
background-color: #D11EA0;
}
.BgClassName
{
background-color: #D11EA0;
}
</style>
border-color css
<style>
span { border-color: #D11EA0; }
span { border-color: rgb(209,30,160); }
td.TdClassName
{
border-color: #D11EA0;
}
.TagClassName
{
border-color: #D11EA0;
}
</style>