Shades of Medium Violet Red #D31995
Tints of Medium Violet Red #D31995
RGB
CMYK
RGB Variations
Color information
#D31995 (or 0xD31995) is known color: Medium Violet Red. HEX triplet: D3, 19 and 95. RGB value is (211,25,149). Sum of RGB (Red+Green+Blue) = 211+25+149=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D31995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31995 is #2CE66A. Grayscale: #5E5E5E. Windows color (decimal): -2942571 or 9771475. OLE color: 9771475.
HSL color Cylindrical-coordinate representation of color #D31995: hue angle of 320º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31995 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 25 | 149 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.17 |
| HSL | 320º | 0.79% | 0.46% | - |
| HSV(B) | 320º | 0.88% | 0.83% | - |
| XYZ | 32.64 | 16.71 | 29.94 | - |
| YUV | 94.75 | 158.62 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 149 | 0 | 0.88 | 0.29 | 0.17 | 320 | 0.79 | 0.46 |
| Hex | D3 | 19 | 95 | 0 | 58 | 1D | 11 | 140 | 4F | 2E |
| Octal | 323 | 31 | 225 | 0 | 130 | 35 | 21 | 500 | 117 | 56 |
| Binary | 11010011 | 11001 | 10010101 | 0 | 1011000 | 11101 | 10001 | 101000000 | 1001111 | 101110 |
Color Harmonies of #D31995
Complementary color
Monochromatic Colors of #D31995
Black with #D31995
Text Example
Text Example
White with #D31995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31995; }
p { color: rgb(211,25,149); }
H1.HeaderClassName
{
color: #D31995;
}
.AnyTagClassName
{
color: #D31995;
}
</style>
background-color css
<style>
a { background-color: #D31995; }
a { background-color: rgb(211,25,149); }
div.DivClassName
{
background-color: #D31995;
}
.BgClassName
{
background-color: #D31995;
}
</style>
border-color css
<style>
span { border-color: #D31995; }
span { border-color: rgb(211,25,149); }
td.TdClassName
{
border-color: #D31995;
}
.TagClassName
{
border-color: #D31995;
}
</style>