Shades of Medium Violet Red #D31FAB
Tints of Medium Violet Red #D31FAB
RGB
CMYK
RGB Variations
Color information
#D31FAB (or 0xD31FAB) is known color: Medium Violet Red. HEX triplet: D3, 1F and AB. RGB value is (211,31,171). Sum of RGB (Red+Green+Blue) = 211+31+171=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D31FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31FAB is #2CE054. Grayscale: #646464. Windows color (decimal): -2941013 or 11214803. OLE color: 11214803.
HSL color Cylindrical-coordinate representation of color #D31FAB: hue angle of 313.33º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D31FAB is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 31 | 171 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.17 |
| HSL | 313.33º | 0.74% | 0.47% | - |
| HSV(B) | 313.33º | 0.85% | 0.83% | - |
| XYZ | 34.7 | 17.77 | 40.13 | - |
| YUV | 100.78 | 167.63 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 31 | 171 | 0 | 0.85 | 0.19 | 0.17 | 313.33 | 0.74 | 0.47 |
| Hex | D3 | 1F | AB | 0 | 55 | 13 | 11 | 139 | 4A | 2F |
| Octal | 323 | 37 | 253 | 0 | 125 | 23 | 21 | 471 | 112 | 57 |
| Binary | 11010011 | 11111 | 10101011 | 0 | 1010101 | 10011 | 10001 | 100111001 | 1001010 | 101111 |
Color Harmonies of #D31FAB
Complementary color
Monochromatic Colors of #D31FAB
Black with #D31FAB
Text Example
Text Example
White with #D31FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31FAB; }
p { color: rgb(211,31,171); }
H1.HeaderClassName
{
color: #D31FAB;
}
.AnyTagClassName
{
color: #D31FAB;
}
</style>
background-color css
<style>
a { background-color: #D31FAB; }
a { background-color: rgb(211,31,171); }
div.DivClassName
{
background-color: #D31FAB;
}
.BgClassName
{
background-color: #D31FAB;
}
</style>
border-color css
<style>
span { border-color: #D31FAB; }
span { border-color: rgb(211,31,171); }
td.TdClassName
{
border-color: #D31FAB;
}
.TagClassName
{
border-color: #D31FAB;
}
</style>