Shades of Medium Violet Red #D31786
Tints of Medium Violet Red #D31786
RGB
CMYK
RGB Variations
Color information
#D31786 (or 0xD31786) is known color: Medium Violet Red. HEX triplet: D3, 17 and 86. RGB value is (211,23,134). Sum of RGB (Red+Green+Blue) = 211+23+134=368 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.34% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 211 - color contains mainly: red. Hex color #D31786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31786 is #2CE879. Grayscale: #5B5B5B. Windows color (decimal): -2943098 or 8787923. OLE color: 8787923.
HSL color Cylindrical-coordinate representation of color #D31786: hue angle of 324.57º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31786 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 23 | 134 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.17 |
| HSL | 324.57º | 0.8% | 0.46% | - |
| HSV(B) | 324.57º | 0.89% | 0.83% | - |
| XYZ | 31.47 | 16.18 | 24.02 | - |
| YUV | 91.87 | 151.78 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 134 | 0 | 0.89 | 0.36 | 0.17 | 324.57 | 0.8 | 0.46 |
| Hex | D3 | 17 | 86 | 0 | 59 | 24 | 11 | 145 | 50 | 2E |
| Octal | 323 | 27 | 206 | 0 | 131 | 44 | 21 | 505 | 120 | 56 |
| Binary | 11010011 | 10111 | 10000110 | 0 | 1011001 | 100100 | 10001 | 101000101 | 1010000 | 101110 |
Color Harmonies of #D31786
Complementary color
Monochromatic Colors of #D31786
Black with #D31786
Text Example
Text Example
White with #D31786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31786; }
p { color: rgb(211,23,134); }
H1.HeaderClassName
{
color: #D31786;
}
.AnyTagClassName
{
color: #D31786;
}
</style>
background-color css
<style>
a { background-color: #D31786; }
a { background-color: rgb(211,23,134); }
div.DivClassName
{
background-color: #D31786;
}
.BgClassName
{
background-color: #D31786;
}
</style>
border-color css
<style>
span { border-color: #D31786; }
span { border-color: rgb(211,23,134); }
td.TdClassName
{
border-color: #D31786;
}
.TagClassName
{
border-color: #D31786;
}
</style>