Shades of Medium Violet Red #D11183
Tints of Medium Violet Red #D11183
RGB
CMYK
RGB Variations
Color information
#D11183 (or 0xD11183) is known color: Medium Violet Red. HEX triplet: D1, 11 and 83. RGB value is (209,17,131). Sum of RGB (Red+Green+Blue) = 209+17+131=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D11183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11183 is #2EEE7C. Grayscale: #575757. Windows color (decimal): -3075709 or 8589777. OLE color: 8589777.
HSL color Cylindrical-coordinate representation of color #D11183: hue angle of 324.38º 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 #D11183 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 131 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.18 |
| HSL | 324.38º | 0.85% | 0.44% | - |
| HSV(B) | 324.38º | 0.92% | 0.82% | - |
| XYZ | 30.59 | 15.59 | 22.87 | - |
| YUV | 87.4 | 152.61 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 131 | 0 | 0.92 | 0.37 | 0.18 | 324.38 | 0.85 | 0.44 |
| Hex | D1 | 11 | 83 | 0 | 5C | 25 | 12 | 144 | 55 | 2C |
| Octal | 321 | 21 | 203 | 0 | 134 | 45 | 22 | 504 | 125 | 54 |
| Binary | 11010001 | 10001 | 10000011 | 0 | 1011100 | 100101 | 10010 | 101000100 | 1010101 | 101100 |
Color Harmonies of #D11183
Complementary color
Monochromatic Colors of #D11183
Black with #D11183
Text Example
Text Example
White with #D11183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11183; }
p { color: rgb(209,17,131); }
H1.HeaderClassName
{
color: #D11183;
}
.AnyTagClassName
{
color: #D11183;
}
</style>
background-color css
<style>
a { background-color: #D11183; }
a { background-color: rgb(209,17,131); }
div.DivClassName
{
background-color: #D11183;
}
.BgClassName
{
background-color: #D11183;
}
</style>
border-color css
<style>
span { border-color: #D11183; }
span { border-color: rgb(209,17,131); }
td.TdClassName
{
border-color: #D11183;
}
.TagClassName
{
border-color: #D11183;
}
</style>