Shades of Medium Violet Red #D31881
Tints of Medium Violet Red #D31881
RGB
CMYK
RGB Variations
Color information
#D31881 (or 0xD31881) is known color: Medium Violet Red. HEX triplet: D3, 18 and 81. RGB value is (211,24,129). Sum of RGB (Red+Green+Blue) = 211+24+129=364 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.97% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 211 - color contains mainly: red. Hex color #D31881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31881 is #2CE77E. Grayscale: #5B5B5B. Windows color (decimal): -2942847 or 8460499. OLE color: 8460499.
HSL color Cylindrical-coordinate representation of color #D31881: hue angle of 326.31º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31881 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 24 | 129 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.17 |
| HSL | 326.31º | 0.8% | 0.46% | - |
| HSV(B) | 326.31º | 0.89% | 0.83% | - |
| XYZ | 31.15 | 16.09 | 22.23 | - |
| YUV | 91.88 | 148.95 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 24 | 129 | 0 | 0.89 | 0.39 | 0.17 | 326.31 | 0.8 | 0.46 |
| Hex | D3 | 18 | 81 | 0 | 59 | 27 | 11 | 146 | 50 | 2E |
| Octal | 323 | 30 | 201 | 0 | 131 | 47 | 21 | 506 | 120 | 56 |
| Binary | 11010011 | 11000 | 10000001 | 0 | 1011001 | 100111 | 10001 | 101000110 | 1010000 | 101110 |
Color Harmonies of #D31881
Complementary color
Monochromatic Colors of #D31881
Black with #D31881
Text Example
Text Example
White with #D31881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31881; }
p { color: rgb(211,24,129); }
H1.HeaderClassName
{
color: #D31881;
}
.AnyTagClassName
{
color: #D31881;
}
</style>
background-color css
<style>
a { background-color: #D31881; }
a { background-color: rgb(211,24,129); }
div.DivClassName
{
background-color: #D31881;
}
.BgClassName
{
background-color: #D31881;
}
</style>
border-color css
<style>
span { border-color: #D31881; }
span { border-color: rgb(211,24,129); }
td.TdClassName
{
border-color: #D31881;
}
.TagClassName
{
border-color: #D31881;
}
</style>