Shades of Medium Violet Red #D31A87
Tints of Medium Violet Red #D31A87
RGB
CMYK
RGB Variations
Color information
#D31A87 (or 0xD31A87) is known color: Medium Violet Red. HEX triplet: D3, 1A and 87. RGB value is (211,26,135). Sum of RGB (Red+Green+Blue) = 211+26+135=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D31A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31A87 is #2CE578. Grayscale: #5D5D5D. Windows color (decimal): -2942329 or 8854227. OLE color: 8854227.
HSL color Cylindrical-coordinate representation of color #D31A87: hue angle of 324.65º 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 #D31A87 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 26 | 135 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.17 |
| HSL | 324.65º | 0.78% | 0.46% | - |
| HSV(B) | 324.65º | 0.88% | 0.83% | - |
| XYZ | 31.61 | 16.34 | 24.41 | - |
| YUV | 93.74 | 151.29 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 135 | 0 | 0.88 | 0.36 | 0.17 | 324.65 | 0.78 | 0.46 |
| Hex | D3 | 1A | 87 | 0 | 58 | 24 | 11 | 145 | 4E | 2E |
| Octal | 323 | 32 | 207 | 0 | 130 | 44 | 21 | 505 | 116 | 56 |
| Binary | 11010011 | 11010 | 10000111 | 0 | 1011000 | 100100 | 10001 | 101000101 | 1001110 | 101110 |
Color Harmonies of #D31A87
Complementary color
Monochromatic Colors of #D31A87
Black with #D31A87
Text Example
Text Example
White with #D31A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31A87; }
p { color: rgb(211,26,135); }
H1.HeaderClassName
{
color: #D31A87;
}
.AnyTagClassName
{
color: #D31A87;
}
</style>
background-color css
<style>
a { background-color: #D31A87; }
a { background-color: rgb(211,26,135); }
div.DivClassName
{
background-color: #D31A87;
}
.BgClassName
{
background-color: #D31A87;
}
</style>
border-color css
<style>
span { border-color: #D31A87; }
span { border-color: rgb(211,26,135); }
td.TdClassName
{
border-color: #D31A87;
}
.TagClassName
{
border-color: #D31A87;
}
</style>