Shades of Medium Violet Red #D31AAB
Tints of Medium Violet Red #D31AAB
RGB
CMYK
RGB Variations
Color information
#D31AAB (or 0xD31AAB) is known color: Medium Violet Red. HEX triplet: D3, 1A and AB. RGB value is (211,26,171). Sum of RGB (Red+Green+Blue) = 211+26+171=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D31AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31AAB is #2CE554. Grayscale: #616161. Windows color (decimal): -2942293 or 11213523. OLE color: 11213523.
HSL color Cylindrical-coordinate representation of color #D31AAB: hue angle of 312.97º 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 #D31AAB is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 26 | 171 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.17 |
| HSL | 312.97º | 0.78% | 0.46% | - |
| HSV(B) | 312.97º | 0.88% | 0.83% | - |
| XYZ | 34.58 | 17.53 | 40.09 | - |
| YUV | 97.85 | 169.29 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 171 | 0 | 0.88 | 0.19 | 0.17 | 312.97 | 0.78 | 0.46 |
| Hex | D3 | 1A | AB | 0 | 58 | 13 | 11 | 139 | 4E | 2E |
| Octal | 323 | 32 | 253 | 0 | 130 | 23 | 21 | 471 | 116 | 56 |
| Binary | 11010011 | 11010 | 10101011 | 0 | 1011000 | 10011 | 10001 | 100111001 | 1001110 | 101110 |
Color Harmonies of #D31AAB
Complementary color
Monochromatic Colors of #D31AAB
Black with #D31AAB
Text Example
Text Example
White with #D31AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31AAB; }
p { color: rgb(211,26,171); }
H1.HeaderClassName
{
color: #D31AAB;
}
.AnyTagClassName
{
color: #D31AAB;
}
</style>
background-color css
<style>
a { background-color: #D31AAB; }
a { background-color: rgb(211,26,171); }
div.DivClassName
{
background-color: #D31AAB;
}
.BgClassName
{
background-color: #D31AAB;
}
</style>
border-color css
<style>
span { border-color: #D31AAB; }
span { border-color: rgb(211,26,171); }
td.TdClassName
{
border-color: #D31AAB;
}
.TagClassName
{
border-color: #D31AAB;
}
</style>