Shades of Medium Violet Red #D31AAA
Tints of Medium Violet Red #D31AAA
RGB
CMYK
RGB Variations
Color information
#D31AAA (or 0xD31AAA) is known color: Medium Violet Red. HEX triplet: D3, 1A and AA. RGB value is (211,26,170). Sum of RGB (Red+Green+Blue) = 211+26+170=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D31AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31AAA is #2CE555. Grayscale: #616161. Windows color (decimal): -2942294 or 11147987. OLE color: 11147987.
HSL color Cylindrical-coordinate representation of color #D31AAA: hue angle of 313.3º degrees, saturation: 0.78, 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 #D31AAA is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 26 | 170 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.17 |
| HSL | 313.3º | 0.78% | 0.46% | - |
| HSV(B) | 313.3º | 0.88% | 0.83% | - |
| XYZ | 34.49 | 17.49 | 39.59 | - |
| YUV | 97.73 | 168.79 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 170 | 0 | 0.88 | 0.19 | 0.17 | 313.3 | 0.78 | 0.46 |
| Hex | D3 | 1A | AA | 0 | 58 | 13 | 11 | 139 | 4E | 2E |
| Octal | 323 | 32 | 252 | 0 | 130 | 23 | 21 | 471 | 116 | 56 |
| Binary | 11010011 | 11010 | 10101010 | 0 | 1011000 | 10011 | 10001 | 100111001 | 1001110 | 101110 |
Color Harmonies of #D31AAA
Complementary color
Monochromatic Colors of #D31AAA
Black with #D31AAA
Text Example
Text Example
White with #D31AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31AAA; }
p { color: rgb(211,26,170); }
H1.HeaderClassName
{
color: #D31AAA;
}
.AnyTagClassName
{
color: #D31AAA;
}
</style>
background-color css
<style>
a { background-color: #D31AAA; }
a { background-color: rgb(211,26,170); }
div.DivClassName
{
background-color: #D31AAA;
}
.BgClassName
{
background-color: #D31AAA;
}
</style>
border-color css
<style>
span { border-color: #D31AAA; }
span { border-color: rgb(211,26,170); }
td.TdClassName
{
border-color: #D31AAA;
}
.TagClassName
{
border-color: #D31AAA;
}
</style>