Shades of Medium Violet Red #D31696
Tints of Medium Violet Red #D31696
RGB
CMYK
RGB Variations
Color information
#D31696 (or 0xD31696) is known color: Medium Violet Red. HEX triplet: D3, 16 and 96. RGB value is (211,22,150). Sum of RGB (Red+Green+Blue) = 211+22+150=383 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.09% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 211 - color contains mainly: red. Hex color #D31696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31696 is #2CE969. Grayscale: #5C5C5C. Windows color (decimal): -2943338 or 9836243. OLE color: 9836243.
HSL color Cylindrical-coordinate representation of color #D31696: hue angle of 319.37º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31696 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 150 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.17 |
| HSL | 319.37º | 0.81% | 0.46% | - |
| HSV(B) | 319.37º | 0.9% | 0.83% | - |
| XYZ | 32.66 | 16.62 | 30.34 | - |
| YUV | 93.1 | 160.12 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 150 | 0 | 0.90 | 0.29 | 0.17 | 319.37 | 0.81 | 0.46 |
| Hex | D3 | 16 | 96 | 0 | 5A | 1D | 11 | 13F | 51 | 2E |
| Octal | 323 | 26 | 226 | 0 | 132 | 35 | 21 | 477 | 121 | 56 |
| Binary | 11010011 | 10110 | 10010110 | 0 | 1011010 | 11101 | 10001 | 100111111 | 1010001 | 101110 |
Color Harmonies of #D31696
Complementary color
Monochromatic Colors of #D31696
Black with #D31696
Text Example
Text Example
White with #D31696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31696; }
p { color: rgb(211,22,150); }
H1.HeaderClassName
{
color: #D31696;
}
.AnyTagClassName
{
color: #D31696;
}
</style>
background-color css
<style>
a { background-color: #D31696; }
a { background-color: rgb(211,22,150); }
div.DivClassName
{
background-color: #D31696;
}
.BgClassName
{
background-color: #D31696;
}
</style>
border-color css
<style>
span { border-color: #D31696; }
span { border-color: rgb(211,22,150); }
td.TdClassName
{
border-color: #D31696;
}
.TagClassName
{
border-color: #D31696;
}
</style>