Shades of Medium Violet Red #D11E7A
Tints of Medium Violet Red #D11E7A
RGB
CMYK
RGB Variations
Color information
#D11E7A (or 0xD11E7A) is known color: Medium Violet Red. HEX triplet: D1, 1E and 7A. RGB value is (209,30,122). Sum of RGB (Red+Green+Blue) = 209+30+122=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11E7A is #2EE185. Grayscale: #5D5D5D. Windows color (decimal): -3072390 or 8003281. OLE color: 8003281.
HSL color Cylindrical-coordinate representation of color #D11E7A: hue angle of 329.16º 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 #D11E7A is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 30 | 122 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.18 |
| HSL | 329.16º | 0.75% | 0.47% | - |
| HSV(B) | 329.16º | 0.86% | 0.82% | - |
| XYZ | 30.27 | 15.89 | 19.88 | - |
| YUV | 94.01 | 143.8 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 122 | 0 | 0.86 | 0.42 | 0.18 | 329.16 | 0.75 | 0.47 |
| Hex | D1 | 1E | 7A | 0 | 56 | 2A | 12 | 149 | 4B | 2F |
| Octal | 321 | 36 | 172 | 0 | 126 | 52 | 22 | 511 | 113 | 57 |
| Binary | 11010001 | 11110 | 1111010 | 0 | 1010110 | 101010 | 10010 | 101001001 | 1001011 | 101111 |
Color Harmonies of #D11E7A
Complementary color
Monochromatic Colors of #D11E7A
Black with #D11E7A
Text Example
Text Example
White with #D11E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11E7A; }
p { color: rgb(209,30,122); }
H1.HeaderClassName
{
color: #D11E7A;
}
.AnyTagClassName
{
color: #D11E7A;
}
</style>
background-color css
<style>
a { background-color: #D11E7A; }
a { background-color: rgb(209,30,122); }
div.DivClassName
{
background-color: #D11E7A;
}
.BgClassName
{
background-color: #D11E7A;
}
</style>
border-color css
<style>
span { border-color: #D11E7A; }
span { border-color: rgb(209,30,122); }
td.TdClassName
{
border-color: #D11E7A;
}
.TagClassName
{
border-color: #D11E7A;
}
</style>