Shades of Medium Violet Red #D31097
Tints of Medium Violet Red #D31097
RGB
CMYK
RGB Variations
Color information
#D31097 (or 0xD31097) is known color: Medium Violet Red. HEX triplet: D3, 10 and 97. RGB value is (211,16,151). Sum of RGB (Red+Green+Blue) = 211+16+151=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D31097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31097 is #2CEF68. Grayscale: #595959. Windows color (decimal): -2944873 or 9900243. OLE color: 9900243.
HSL color Cylindrical-coordinate representation of color #D31097: hue angle of 318.46º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D31097 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 16 | 151 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.17 |
| HSL | 318.46º | 0.86% | 0.45% | - |
| HSV(B) | 318.46º | 0.92% | 0.83% | - |
| XYZ | 32.64 | 16.45 | 30.73 | - |
| YUV | 89.7 | 162.6 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 151 | 0 | 0.92 | 0.28 | 0.17 | 318.46 | 0.86 | 0.45 |
| Hex | D3 | 10 | 97 | 0 | 5C | 1C | 11 | 13E | 56 | 2D |
| Octal | 323 | 20 | 227 | 0 | 134 | 34 | 21 | 476 | 126 | 55 |
| Binary | 11010011 | 10000 | 10010111 | 0 | 1011100 | 11100 | 10001 | 100111110 | 1010110 | 101101 |
Color Harmonies of #D31097
Complementary color
Monochromatic Colors of #D31097
Black with #D31097
Text Example
Text Example
White with #D31097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31097; }
p { color: rgb(211,16,151); }
H1.HeaderClassName
{
color: #D31097;
}
.AnyTagClassName
{
color: #D31097;
}
</style>
background-color css
<style>
a { background-color: #D31097; }
a { background-color: rgb(211,16,151); }
div.DivClassName
{
background-color: #D31097;
}
.BgClassName
{
background-color: #D31097;
}
</style>
border-color css
<style>
span { border-color: #D31097; }
span { border-color: rgb(211,16,151); }
td.TdClassName
{
border-color: #D31097;
}
.TagClassName
{
border-color: #D31097;
}
</style>