Shades of Medium Violet Red #D11D93
Tints of Medium Violet Red #D11D93
RGB
CMYK
RGB Variations
Color information
#D11D93 (or 0xD11D93) is known color: Medium Violet Red. HEX triplet: D1, 1D and 93. RGB value is (209,29,147). Sum of RGB (Red+Green+Blue) = 209+29+147=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11D93 is #2EE26C. Grayscale: #5F5F5F. Windows color (decimal): -3072621 or 9641425. OLE color: 9641425.
HSL color Cylindrical-coordinate representation of color #D11D93: hue angle of 320.67º degrees, saturation: 0.76, 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 #D11D93 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 147 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.18 |
| HSL | 320.67º | 0.76% | 0.47% | - |
| HSV(B) | 320.67º | 0.86% | 0.82% | - |
| XYZ | 32 | 16.54 | 29.11 | - |
| YUV | 96.27 | 156.63 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 147 | 0 | 0.86 | 0.30 | 0.18 | 320.67 | 0.76 | 0.47 |
| Hex | D1 | 1D | 93 | 0 | 56 | 1E | 12 | 141 | 4C | 2F |
| Octal | 321 | 35 | 223 | 0 | 126 | 36 | 22 | 501 | 114 | 57 |
| Binary | 11010001 | 11101 | 10010011 | 0 | 1010110 | 11110 | 10010 | 101000001 | 1001100 | 101111 |
Color Harmonies of #D11D93
Complementary color
Monochromatic Colors of #D11D93
Black with #D11D93
Text Example
Text Example
White with #D11D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11D93; }
p { color: rgb(209,29,147); }
H1.HeaderClassName
{
color: #D11D93;
}
.AnyTagClassName
{
color: #D11D93;
}
</style>
background-color css
<style>
a { background-color: #D11D93; }
a { background-color: rgb(209,29,147); }
div.DivClassName
{
background-color: #D11D93;
}
.BgClassName
{
background-color: #D11D93;
}
</style>
border-color css
<style>
span { border-color: #D11D93; }
span { border-color: rgb(209,29,147); }
td.TdClassName
{
border-color: #D11D93;
}
.TagClassName
{
border-color: #D11D93;
}
</style>