Shades of Medium Violet Red #D32191
Tints of Medium Violet Red #D32191
RGB
CMYK
RGB Variations
Color information
#D32191 (or 0xD32191) is known color: Medium Violet Red. HEX triplet: D3, 21 and 91. RGB value is (211,33,145). Sum of RGB (Red+Green+Blue) = 211+33+145=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D32191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32191 is #2CDE6E. Grayscale: #626262. Windows color (decimal): -2940527 or 9511379. OLE color: 9511379.
HSL color Cylindrical-coordinate representation of color #D32191: hue angle of 322.25º 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 #D32191 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 145 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.17 |
| HSL | 322.25º | 0.73% | 0.48% | - |
| HSV(B) | 322.25º | 0.84% | 0.83% | - |
| XYZ | 32.52 | 16.98 | 28.35 | - |
| YUV | 98.99 | 153.97 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 145 | 0 | 0.84 | 0.31 | 0.17 | 322.25 | 0.73 | 0.48 |
| Hex | D3 | 21 | 91 | 0 | 54 | 1F | 11 | 142 | 49 | 30 |
| Octal | 323 | 41 | 221 | 0 | 124 | 37 | 21 | 502 | 111 | 60 |
| Binary | 11010011 | 100001 | 10010001 | 0 | 1010100 | 11111 | 10001 | 101000010 | 1001001 | 110000 |
Color Harmonies of #D32191
Complementary color
Monochromatic Colors of #D32191
Black with #D32191
Text Example
Text Example
White with #D32191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32191; }
p { color: rgb(211,33,145); }
H1.HeaderClassName
{
color: #D32191;
}
.AnyTagClassName
{
color: #D32191;
}
</style>
background-color css
<style>
a { background-color: #D32191; }
a { background-color: rgb(211,33,145); }
div.DivClassName
{
background-color: #D32191;
}
.BgClassName
{
background-color: #D32191;
}
</style>
border-color css
<style>
span { border-color: #D32191; }
span { border-color: rgb(211,33,145); }
td.TdClassName
{
border-color: #D32191;
}
.TagClassName
{
border-color: #D32191;
}
</style>