Shades of Medium Violet Red #D31DAA
Tints of Medium Violet Red #D31DAA
RGB
CMYK
RGB Variations
Color information
#D31DAA (or 0xD31DAA) is known color: Medium Violet Red. HEX triplet: D3, 1D and AA. RGB value is (211,29,170). Sum of RGB (Red+Green+Blue) = 211+29+170=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D31DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31DAA is #2CE255. Grayscale: #636363. Windows color (decimal): -2941526 or 11148755. OLE color: 11148755.
HSL color Cylindrical-coordinate representation of color #D31DAA: hue angle of 313.52º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31DAA is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 29 | 170 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.17 |
| HSL | 313.52º | 0.76% | 0.47% | - |
| HSV(B) | 313.52º | 0.86% | 0.83% | - |
| XYZ | 34.56 | 17.63 | 39.61 | - |
| YUV | 99.49 | 167.8 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 29 | 170 | 0 | 0.86 | 0.19 | 0.17 | 313.52 | 0.76 | 0.47 |
| Hex | D3 | 1D | AA | 0 | 56 | 13 | 11 | 13A | 4C | 2F |
| Octal | 323 | 35 | 252 | 0 | 126 | 23 | 21 | 472 | 114 | 57 |
| Binary | 11010011 | 11101 | 10101010 | 0 | 1010110 | 10011 | 10001 | 100111010 | 1001100 | 101111 |
Color Harmonies of #D31DAA
Complementary color
Monochromatic Colors of #D31DAA
Black with #D31DAA
Text Example
Text Example
White with #D31DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31DAA; }
p { color: rgb(211,29,170); }
H1.HeaderClassName
{
color: #D31DAA;
}
.AnyTagClassName
{
color: #D31DAA;
}
</style>
background-color css
<style>
a { background-color: #D31DAA; }
a { background-color: rgb(211,29,170); }
div.DivClassName
{
background-color: #D31DAA;
}
.BgClassName
{
background-color: #D31DAA;
}
</style>
border-color css
<style>
span { border-color: #D31DAA; }
span { border-color: rgb(211,29,170); }
td.TdClassName
{
border-color: #D31DAA;
}
.TagClassName
{
border-color: #D31DAA;
}
</style>