Shades of Medium Violet Red #D31186
Tints of Medium Violet Red #D31186
RGB
CMYK
RGB Variations
Color information
#D31186 (or 0xD31186) is known color: Medium Violet Red. HEX triplet: D3, 11 and 86. RGB value is (211,17,134). Sum of RGB (Red+Green+Blue) = 211+17+134=362 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.29% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 211 - color contains mainly: red. Hex color #D31186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31186 is #2CEE79. Grayscale: #585858. Windows color (decimal): -2944634 or 8786387. OLE color: 8786387.
HSL color Cylindrical-coordinate representation of color #D31186: hue angle of 323.81º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D31186 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 17 | 134 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.17 |
| HSL | 323.81º | 0.85% | 0.45% | - |
| HSV(B) | 323.81º | 0.92% | 0.83% | - |
| XYZ | 31.37 | 15.97 | 23.98 | - |
| YUV | 88.34 | 153.77 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 17 | 134 | 0 | 0.92 | 0.36 | 0.17 | 323.81 | 0.85 | 0.45 |
| Hex | D3 | 11 | 86 | 0 | 5C | 24 | 11 | 144 | 55 | 2D |
| Octal | 323 | 21 | 206 | 0 | 134 | 44 | 21 | 504 | 125 | 55 |
| Binary | 11010011 | 10001 | 10000110 | 0 | 1011100 | 100100 | 10001 | 101000100 | 1010101 | 101101 |
Color Harmonies of #D31186
Complementary color
Monochromatic Colors of #D31186
Black with #D31186
Text Example
Text Example
White with #D31186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31186; }
p { color: rgb(211,17,134); }
H1.HeaderClassName
{
color: #D31186;
}
.AnyTagClassName
{
color: #D31186;
}
</style>
background-color css
<style>
a { background-color: #D31186; }
a { background-color: rgb(211,17,134); }
div.DivClassName
{
background-color: #D31186;
}
.BgClassName
{
background-color: #D31186;
}
</style>
border-color css
<style>
span { border-color: #D31186; }
span { border-color: rgb(211,17,134); }
td.TdClassName
{
border-color: #D31186;
}
.TagClassName
{
border-color: #D31186;
}
</style>