Shades of Medium Violet Red #D31499
Tints of Medium Violet Red #D31499
RGB
CMYK
RGB Variations
Color information
#D31499 (or 0xD31499) is known color: Medium Violet Red. HEX triplet: D3, 14 and 99. RGB value is (211,20,153). Sum of RGB (Red+Green+Blue) = 211+20+153=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D31499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31499 is #2CEB66. Grayscale: #5B5B5B. Windows color (decimal): -2943847 or 10032339. OLE color: 10032339.
HSL color Cylindrical-coordinate representation of color #D31499: hue angle of 318.22º 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 #D31499 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 153 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.17 |
| HSL | 318.22º | 0.83% | 0.45% | - |
| HSV(B) | 318.22º | 0.91% | 0.83% | - |
| XYZ | 32.86 | 16.65 | 31.62 | - |
| YUV | 92.27 | 162.28 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 153 | 0 | 0.91 | 0.27 | 0.17 | 318.22 | 0.83 | 0.45 |
| Hex | D3 | 14 | 99 | 0 | 5B | 1B | 11 | 13E | 53 | 2D |
| Octal | 323 | 24 | 231 | 0 | 133 | 33 | 21 | 476 | 123 | 55 |
| Binary | 11010011 | 10100 | 10011001 | 0 | 1011011 | 11011 | 10001 | 100111110 | 1010011 | 101101 |
Color Harmonies of #D31499
Complementary color
Monochromatic Colors of #D31499
Black with #D31499
Text Example
Text Example
White with #D31499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31499; }
p { color: rgb(211,20,153); }
H1.HeaderClassName
{
color: #D31499;
}
.AnyTagClassName
{
color: #D31499;
}
</style>
background-color css
<style>
a { background-color: #D31499; }
a { background-color: rgb(211,20,153); }
div.DivClassName
{
background-color: #D31499;
}
.BgClassName
{
background-color: #D31499;
}
</style>
border-color css
<style>
span { border-color: #D31499; }
span { border-color: rgb(211,20,153); }
td.TdClassName
{
border-color: #D31499;
}
.TagClassName
{
border-color: #D31499;
}
</style>