Shades of Medium Violet Red #D31599
Tints of Medium Violet Red #D31599
RGB
CMYK
RGB Variations
Color information
#D31599 (or 0xD31599) is known color: Medium Violet Red. HEX triplet: D3, 15 and 99. RGB value is (211,21,153). Sum of RGB (Red+Green+Blue) = 211+21+153=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D31599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31599 is #2CEA66. Grayscale: #5C5C5C. Windows color (decimal): -2943591 or 10032595. OLE color: 10032595.
HSL color Cylindrical-coordinate representation of color #D31599: hue angle of 318.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31599 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 153 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.17 |
| HSL | 318.32º | 0.82% | 0.45% | - |
| HSV(B) | 318.32º | 0.9% | 0.83% | - |
| XYZ | 32.88 | 16.69 | 31.62 | - |
| YUV | 92.86 | 161.95 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 153 | 0 | 0.90 | 0.27 | 0.17 | 318.32 | 0.82 | 0.45 |
| Hex | D3 | 15 | 99 | 0 | 5A | 1B | 11 | 13E | 52 | 2D |
| Octal | 323 | 25 | 231 | 0 | 132 | 33 | 21 | 476 | 122 | 55 |
| Binary | 11010011 | 10101 | 10011001 | 0 | 1011010 | 11011 | 10001 | 100111110 | 1010010 | 101101 |
Color Harmonies of #D31599
Complementary color
Monochromatic Colors of #D31599
Black with #D31599
Text Example
Text Example
White with #D31599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31599; }
p { color: rgb(211,21,153); }
H1.HeaderClassName
{
color: #D31599;
}
.AnyTagClassName
{
color: #D31599;
}
</style>
background-color css
<style>
a { background-color: #D31599; }
a { background-color: rgb(211,21,153); }
div.DivClassName
{
background-color: #D31599;
}
.BgClassName
{
background-color: #D31599;
}
</style>
border-color css
<style>
span { border-color: #D31599; }
span { border-color: rgb(211,21,153); }
td.TdClassName
{
border-color: #D31599;
}
.TagClassName
{
border-color: #D31599;
}
</style>