Shades of Medium Violet Red #D11192
Tints of Medium Violet Red #D11192
RGB
CMYK
RGB Variations
Color information
#D11192 (or 0xD11192) is known color: Medium Violet Red. HEX triplet: D1, 11 and 92. RGB value is (209,17,146). Sum of RGB (Red+Green+Blue) = 209+17+146=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D11192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11192 is #2EEE6D. Grayscale: #585858. Windows color (decimal): -3075694 or 9572817. OLE color: 9572817.
HSL color Cylindrical-coordinate representation of color #D11192: hue angle of 319.69º 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 #D11192 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 146 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.18 |
| HSL | 319.69º | 0.85% | 0.44% | - |
| HSV(B) | 319.69º | 0.92% | 0.82% | - |
| XYZ | 31.68 | 16.03 | 28.62 | - |
| YUV | 89.11 | 160.11 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 146 | 0 | 0.92 | 0.30 | 0.18 | 319.69 | 0.85 | 0.44 |
| Hex | D1 | 11 | 92 | 0 | 5C | 1E | 12 | 140 | 55 | 2C |
| Octal | 321 | 21 | 222 | 0 | 134 | 36 | 22 | 500 | 125 | 54 |
| Binary | 11010001 | 10001 | 10010010 | 0 | 1011100 | 11110 | 10010 | 101000000 | 1010101 | 101100 |
Color Harmonies of #D11192
Complementary color
Monochromatic Colors of #D11192
Black with #D11192
Text Example
Text Example
White with #D11192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11192; }
p { color: rgb(209,17,146); }
H1.HeaderClassName
{
color: #D11192;
}
.AnyTagClassName
{
color: #D11192;
}
</style>
background-color css
<style>
a { background-color: #D11192; }
a { background-color: rgb(209,17,146); }
div.DivClassName
{
background-color: #D11192;
}
.BgClassName
{
background-color: #D11192;
}
</style>
border-color css
<style>
span { border-color: #D11192; }
span { border-color: rgb(209,17,146); }
td.TdClassName
{
border-color: #D11192;
}
.TagClassName
{
border-color: #D11192;
}
</style>