Shades of Medium Violet Red #D31999
Tints of Medium Violet Red #D31999
RGB
CMYK
RGB Variations
Color information
#D31999 (or 0xD31999) is known color: Medium Violet Red. HEX triplet: D3, 19 and 99. RGB value is (211,25,153). Sum of RGB (Red+Green+Blue) = 211+25+153=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D31999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31999 is #2CE666. Grayscale: #5E5E5E. Windows color (decimal): -2942567 or 10033619. OLE color: 10033619.
HSL color Cylindrical-coordinate representation of color #D31999: hue angle of 318.71º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31999 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 25 | 153 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.17 |
| HSL | 318.71º | 0.79% | 0.46% | - |
| HSV(B) | 318.71º | 0.88% | 0.83% | - |
| XYZ | 32.96 | 16.84 | 31.65 | - |
| YUV | 95.21 | 160.62 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 153 | 0 | 0.88 | 0.27 | 0.17 | 318.71 | 0.79 | 0.46 |
| Hex | D3 | 19 | 99 | 0 | 58 | 1B | 11 | 13F | 4F | 2E |
| Octal | 323 | 31 | 231 | 0 | 130 | 33 | 21 | 477 | 117 | 56 |
| Binary | 11010011 | 11001 | 10011001 | 0 | 1011000 | 11011 | 10001 | 100111111 | 1001111 | 101110 |
Color Harmonies of #D31999
Complementary color
Monochromatic Colors of #D31999
Black with #D31999
Text Example
Text Example
White with #D31999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31999; }
p { color: rgb(211,25,153); }
H1.HeaderClassName
{
color: #D31999;
}
.AnyTagClassName
{
color: #D31999;
}
</style>
background-color css
<style>
a { background-color: #D31999; }
a { background-color: rgb(211,25,153); }
div.DivClassName
{
background-color: #D31999;
}
.BgClassName
{
background-color: #D31999;
}
</style>
border-color css
<style>
span { border-color: #D31999; }
span { border-color: rgb(211,25,153); }
td.TdClassName
{
border-color: #D31999;
}
.TagClassName
{
border-color: #D31999;
}
</style>