Shades of Medium Violet Red #D11E8D
Tints of Medium Violet Red #D11E8D
RGB
CMYK
RGB Variations
Color information
#D11E8D (or 0xD11E8D) is known color: Medium Violet Red. HEX triplet: D1, 1E and 8D. RGB value is (209,30,141). Sum of RGB (Red+Green+Blue) = 209+30+141=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11E8D is #2EE172. Grayscale: #5F5F5F. Windows color (decimal): -3072371 or 9248465. OLE color: 9248465.
HSL color Cylindrical-coordinate representation of color #D11E8D: hue angle of 322.79º 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 #D11E8D is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 30 | 141 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.18 |
| HSL | 322.79º | 0.75% | 0.47% | - |
| HSV(B) | 322.79º | 0.86% | 0.82% | - |
| XYZ | 31.57 | 16.41 | 26.7 | - |
| YUV | 96.18 | 153.3 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 141 | 0 | 0.86 | 0.33 | 0.18 | 322.79 | 0.75 | 0.47 |
| Hex | D1 | 1E | 8D | 0 | 56 | 21 | 12 | 143 | 4B | 2F |
| Octal | 321 | 36 | 215 | 0 | 126 | 41 | 22 | 503 | 113 | 57 |
| Binary | 11010001 | 11110 | 10001101 | 0 | 1010110 | 100001 | 10010 | 101000011 | 1001011 | 101111 |
Color Harmonies of #D11E8D
Complementary color
Monochromatic Colors of #D11E8D
Black with #D11E8D
Text Example
Text Example
White with #D11E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11E8D; }
p { color: rgb(209,30,141); }
H1.HeaderClassName
{
color: #D11E8D;
}
.AnyTagClassName
{
color: #D11E8D;
}
</style>
background-color css
<style>
a { background-color: #D11E8D; }
a { background-color: rgb(209,30,141); }
div.DivClassName
{
background-color: #D11E8D;
}
.BgClassName
{
background-color: #D11E8D;
}
</style>
border-color css
<style>
span { border-color: #D11E8D; }
span { border-color: rgb(209,30,141); }
td.TdClassName
{
border-color: #D11E8D;
}
.TagClassName
{
border-color: #D11E8D;
}
</style>