Shades of Medium Violet Red #D31590
Tints of Medium Violet Red #D31590
RGB
CMYK
RGB Variations
Color information
#D31590 (or 0xD31590) is known color: Medium Violet Red. HEX triplet: D3, 15 and 90. RGB value is (211,21,144). Sum of RGB (Red+Green+Blue) = 211+21+144=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D31590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31590 is #2CEA6F. Grayscale: #5B5B5B. Windows color (decimal): -2943600 or 9442771. OLE color: 9442771.
HSL color Cylindrical-coordinate representation of color #D31590: hue angle of 321.16º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31590 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 144 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.17 |
| HSL | 321.16º | 0.82% | 0.45% | - |
| HSV(B) | 321.16º | 0.9% | 0.83% | - |
| XYZ | 32.17 | 16.4 | 27.86 | - |
| YUV | 91.83 | 157.45 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 144 | 0 | 0.90 | 0.32 | 0.17 | 321.16 | 0.82 | 0.45 |
| Hex | D3 | 15 | 90 | 0 | 5A | 20 | 11 | 141 | 52 | 2D |
| Octal | 323 | 25 | 220 | 0 | 132 | 40 | 21 | 501 | 122 | 55 |
| Binary | 11010011 | 10101 | 10010000 | 0 | 1011010 | 100000 | 10001 | 101000001 | 1010010 | 101101 |
Color Harmonies of #D31590
Complementary color
Monochromatic Colors of #D31590
Black with #D31590
Text Example
Text Example
White with #D31590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31590; }
p { color: rgb(211,21,144); }
H1.HeaderClassName
{
color: #D31590;
}
.AnyTagClassName
{
color: #D31590;
}
</style>
background-color css
<style>
a { background-color: #D31590; }
a { background-color: rgb(211,21,144); }
div.DivClassName
{
background-color: #D31590;
}
.BgClassName
{
background-color: #D31590;
}
</style>
border-color css
<style>
span { border-color: #D31590; }
span { border-color: rgb(211,21,144); }
td.TdClassName
{
border-color: #D31590;
}
.TagClassName
{
border-color: #D31590;
}
</style>