Shades of Medium Violet Red #D31AAD
Tints of Medium Violet Red #D31AAD
RGB
CMYK
RGB Variations
Color information
#D31AAD (or 0xD31AAD) is known color: Medium Violet Red. HEX triplet: D3, 1A and AD. RGB value is (211,26,173). Sum of RGB (Red+Green+Blue) = 211+26+173=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D31AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31AAD is #2CE552. Grayscale: #616161. Windows color (decimal): -2942291 or 11344595. OLE color: 11344595.
HSL color Cylindrical-coordinate representation of color #D31AAD: hue angle of 312.32º 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 #D31AAD is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 26 | 173 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.17 |
| HSL | 312.32º | 0.78% | 0.46% | - |
| HSV(B) | 312.32º | 0.88% | 0.83% | - |
| XYZ | 34.78 | 17.6 | 41.1 | - |
| YUV | 98.07 | 170.29 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 173 | 0 | 0.88 | 0.18 | 0.17 | 312.32 | 0.78 | 0.46 |
| Hex | D3 | 1A | AD | 0 | 58 | 12 | 11 | 138 | 4E | 2E |
| Octal | 323 | 32 | 255 | 0 | 130 | 22 | 21 | 470 | 116 | 56 |
| Binary | 11010011 | 11010 | 10101101 | 0 | 1011000 | 10010 | 10001 | 100111000 | 1001110 | 101110 |
Color Harmonies of #D31AAD
Complementary color
Monochromatic Colors of #D31AAD
Black with #D31AAD
Text Example
Text Example
White with #D31AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31AAD; }
p { color: rgb(211,26,173); }
H1.HeaderClassName
{
color: #D31AAD;
}
.AnyTagClassName
{
color: #D31AAD;
}
</style>
background-color css
<style>
a { background-color: #D31AAD; }
a { background-color: rgb(211,26,173); }
div.DivClassName
{
background-color: #D31AAD;
}
.BgClassName
{
background-color: #D31AAD;
}
</style>
border-color css
<style>
span { border-color: #D31AAD; }
span { border-color: rgb(211,26,173); }
td.TdClassName
{
border-color: #D31AAD;
}
.TagClassName
{
border-color: #D31AAD;
}
</style>