Shades of Medium Violet Red #D31497
Tints of Medium Violet Red #D31497
RGB
CMYK
RGB Variations
Color information
#D31497 (or 0xD31497) is known color: Medium Violet Red. HEX triplet: D3, 14 and 97. RGB value is (211,20,151). Sum of RGB (Red+Green+Blue) = 211+20+151=382 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.24% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 211 - color contains mainly: red. Hex color #D31497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31497 is #2CEB68. Grayscale: #5B5B5B. Windows color (decimal): -2943849 or 9901267. OLE color: 9901267.
HSL color Cylindrical-coordinate representation of color #D31497: hue angle of 318.85º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D31497 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 151 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.17 |
| HSL | 318.85º | 0.83% | 0.45% | - |
| HSV(B) | 318.85º | 0.91% | 0.83% | - |
| XYZ | 32.7 | 16.58 | 30.76 | - |
| YUV | 92.04 | 161.28 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 151 | 0 | 0.91 | 0.28 | 0.17 | 318.85 | 0.83 | 0.45 |
| Hex | D3 | 14 | 97 | 0 | 5B | 1C | 11 | 13F | 53 | 2D |
| Octal | 323 | 24 | 227 | 0 | 133 | 34 | 21 | 477 | 123 | 55 |
| Binary | 11010011 | 10100 | 10010111 | 0 | 1011011 | 11100 | 10001 | 100111111 | 1010011 | 101101 |
Color Harmonies of #D31497
Complementary color
Monochromatic Colors of #D31497
Black with #D31497
Text Example
Text Example
White with #D31497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31497; }
p { color: rgb(211,20,151); }
H1.HeaderClassName
{
color: #D31497;
}
.AnyTagClassName
{
color: #D31497;
}
</style>
background-color css
<style>
a { background-color: #D31497; }
a { background-color: rgb(211,20,151); }
div.DivClassName
{
background-color: #D31497;
}
.BgClassName
{
background-color: #D31497;
}
</style>
border-color css
<style>
span { border-color: #D31497; }
span { border-color: rgb(211,20,151); }
td.TdClassName
{
border-color: #D31497;
}
.TagClassName
{
border-color: #D31497;
}
</style>