Shades of Medium Violet Red #D32186
Tints of Medium Violet Red #D32186
RGB
CMYK
RGB Variations
Color information
#D32186 (or 0xD32186) is known color: Medium Violet Red. HEX triplet: D3, 21 and 86. RGB value is (211,33,134). Sum of RGB (Red+Green+Blue) = 211+33+134=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D32186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32186 is #2CDE79. Grayscale: #616161. Windows color (decimal): -2940538 or 8790483. OLE color: 8790483.
HSL color Cylindrical-coordinate representation of color #D32186: hue angle of 325.96º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D32186 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 134 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.17 |
| HSL | 325.96º | 0.73% | 0.48% | - |
| HSV(B) | 325.96º | 0.84% | 0.83% | - |
| XYZ | 31.71 | 16.66 | 24.1 | - |
| YUV | 97.74 | 148.47 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 134 | 0 | 0.84 | 0.36 | 0.17 | 325.96 | 0.73 | 0.48 |
| Hex | D3 | 21 | 86 | 0 | 54 | 24 | 11 | 146 | 49 | 30 |
| Octal | 323 | 41 | 206 | 0 | 124 | 44 | 21 | 506 | 111 | 60 |
| Binary | 11010011 | 100001 | 10000110 | 0 | 1010100 | 100100 | 10001 | 101000110 | 1001001 | 110000 |
Color Harmonies of #D32186
Complementary color
Monochromatic Colors of #D32186
Black with #D32186
Text Example
Text Example
White with #D32186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32186; }
p { color: rgb(211,33,134); }
H1.HeaderClassName
{
color: #D32186;
}
.AnyTagClassName
{
color: #D32186;
}
</style>
background-color css
<style>
a { background-color: #D32186; }
a { background-color: rgb(211,33,134); }
div.DivClassName
{
background-color: #D32186;
}
.BgClassName
{
background-color: #D32186;
}
</style>
border-color css
<style>
span { border-color: #D32186; }
span { border-color: rgb(211,33,134); }
td.TdClassName
{
border-color: #D32186;
}
.TagClassName
{
border-color: #D32186;
}
</style>