Shades of Medium Violet Red #D31796
Tints of Medium Violet Red #D31796
RGB
CMYK
RGB Variations
Color information
#D31796 (or 0xD31796) is known color: Medium Violet Red. HEX triplet: D3, 17 and 96. RGB value is (211,23,150). Sum of RGB (Red+Green+Blue) = 211+23+150=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D31796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31796 is #2CE869. Grayscale: #5D5D5D. Windows color (decimal): -2943082 or 9836499. OLE color: 9836499.
HSL color Cylindrical-coordinate representation of color #D31796: hue angle of 319.47º 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 #D31796 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 23 | 150 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.17 |
| HSL | 319.47º | 0.8% | 0.46% | - |
| HSV(B) | 319.47º | 0.89% | 0.83% | - |
| XYZ | 32.68 | 16.66 | 30.35 | - |
| YUV | 93.69 | 159.78 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 150 | 0 | 0.89 | 0.29 | 0.17 | 319.47 | 0.8 | 0.46 |
| Hex | D3 | 17 | 96 | 0 | 59 | 1D | 11 | 13F | 50 | 2E |
| Octal | 323 | 27 | 226 | 0 | 131 | 35 | 21 | 477 | 120 | 56 |
| Binary | 11010011 | 10111 | 10010110 | 0 | 1011001 | 11101 | 10001 | 100111111 | 1010000 | 101110 |
Color Harmonies of #D31796
Complementary color
Monochromatic Colors of #D31796
Black with #D31796
Text Example
Text Example
White with #D31796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31796; }
p { color: rgb(211,23,150); }
H1.HeaderClassName
{
color: #D31796;
}
.AnyTagClassName
{
color: #D31796;
}
</style>
background-color css
<style>
a { background-color: #D31796; }
a { background-color: rgb(211,23,150); }
div.DivClassName
{
background-color: #D31796;
}
.BgClassName
{
background-color: #D31796;
}
</style>
border-color css
<style>
span { border-color: #D31796; }
span { border-color: rgb(211,23,150); }
td.TdClassName
{
border-color: #D31796;
}
.TagClassName
{
border-color: #D31796;
}
</style>