Shades of Medium Violet Red #D31880
Tints of Medium Violet Red #D31880
RGB
CMYK
RGB Variations
Color information
#D31880 (or 0xD31880) is known color: Medium Violet Red. HEX triplet: D3, 18 and 80. RGB value is (211,24,128). Sum of RGB (Red+Green+Blue) = 211+24+128=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D31880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31880 is #2CE77F. Grayscale: #5B5B5B. Windows color (decimal): -2942848 or 8394963. OLE color: 8394963.
HSL color Cylindrical-coordinate representation of color #D31880: hue angle of 326.63º 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 #D31880 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 24 | 128 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.17 |
| HSL | 326.63º | 0.8% | 0.46% | - |
| HSV(B) | 326.63º | 0.89% | 0.83% | - |
| XYZ | 31.09 | 16.06 | 21.88 | - |
| YUV | 91.77 | 148.45 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 24 | 128 | 0 | 0.89 | 0.39 | 0.17 | 326.63 | 0.8 | 0.46 |
| Hex | D3 | 18 | 80 | 0 | 59 | 27 | 11 | 147 | 50 | 2E |
| Octal | 323 | 30 | 200 | 0 | 131 | 47 | 21 | 507 | 120 | 56 |
| Binary | 11010011 | 11000 | 10000000 | 0 | 1011001 | 100111 | 10001 | 101000111 | 1010000 | 101110 |
Color Harmonies of #D31880
Complementary color
Monochromatic Colors of #D31880
Black with #D31880
Text Example
Text Example
White with #D31880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31880; }
p { color: rgb(211,24,128); }
H1.HeaderClassName
{
color: #D31880;
}
.AnyTagClassName
{
color: #D31880;
}
</style>
background-color css
<style>
a { background-color: #D31880; }
a { background-color: rgb(211,24,128); }
div.DivClassName
{
background-color: #D31880;
}
.BgClassName
{
background-color: #D31880;
}
</style>
border-color css
<style>
span { border-color: #D31880; }
span { border-color: rgb(211,24,128); }
td.TdClassName
{
border-color: #D31880;
}
.TagClassName
{
border-color: #D31880;
}
</style>