Shades of Medium Violet Red #D11191
Tints of Medium Violet Red #D11191
RGB
CMYK
RGB Variations
Color information
#D11191 (or 0xD11191) is known color: Medium Violet Red. HEX triplet: D1, 11 and 91. RGB value is (209,17,145). Sum of RGB (Red+Green+Blue) = 209+17+145=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D11191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11191 is #2EEE6E. Grayscale: #585858. Windows color (decimal): -3075695 or 9507281. OLE color: 9507281.
HSL color Cylindrical-coordinate representation of color #D11191: hue angle of 320º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11191 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 145 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.18 |
| HSL | 320º | 0.85% | 0.44% | - |
| HSV(B) | 320º | 0.92% | 0.82% | - |
| XYZ | 31.61 | 16 | 28.21 | - |
| YUV | 89 | 159.61 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 145 | 0 | 0.92 | 0.31 | 0.18 | 320 | 0.85 | 0.44 |
| Hex | D1 | 11 | 91 | 0 | 5C | 1F | 12 | 140 | 55 | 2C |
| Octal | 321 | 21 | 221 | 0 | 134 | 37 | 22 | 500 | 125 | 54 |
| Binary | 11010001 | 10001 | 10010001 | 0 | 1011100 | 11111 | 10010 | 101000000 | 1010101 | 101100 |
Color Harmonies of #D11191
Complementary color
Monochromatic Colors of #D11191
Black with #D11191
Text Example
Text Example
White with #D11191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11191; }
p { color: rgb(209,17,145); }
H1.HeaderClassName
{
color: #D11191;
}
.AnyTagClassName
{
color: #D11191;
}
</style>
background-color css
<style>
a { background-color: #D11191; }
a { background-color: rgb(209,17,145); }
div.DivClassName
{
background-color: #D11191;
}
.BgClassName
{
background-color: #D11191;
}
</style>
border-color css
<style>
span { border-color: #D11191; }
span { border-color: rgb(209,17,145); }
td.TdClassName
{
border-color: #D11191;
}
.TagClassName
{
border-color: #D11191;
}
</style>