Shades of Medium Violet Red #D31B82
Tints of Medium Violet Red #D31B82
RGB
CMYK
RGB Variations
Color information
#D31B82 (or 0xD31B82) is known color: Medium Violet Red. HEX triplet: D3, 1B and 82. RGB value is (211,27,130). Sum of RGB (Red+Green+Blue) = 211+27+130=368 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.34% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 211 - color contains mainly: red. Hex color #D31B82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31B82 is #2CE47D. Grayscale: #5D5D5D. Windows color (decimal): -2942078 or 8526803. OLE color: 8526803.
HSL color Cylindrical-coordinate representation of color #D31B82: hue angle of 326.41º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31B82 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 27 | 130 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.17 |
| HSL | 326.41º | 0.77% | 0.47% | - |
| HSV(B) | 326.41º | 0.87% | 0.83% | - |
| XYZ | 31.29 | 16.24 | 22.61 | - |
| YUV | 93.76 | 148.46 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 27 | 130 | 0 | 0.87 | 0.38 | 0.17 | 326.41 | 0.77 | 0.47 |
| Hex | D3 | 1B | 82 | 0 | 57 | 26 | 11 | 146 | 4D | 2F |
| Octal | 323 | 33 | 202 | 0 | 127 | 46 | 21 | 506 | 115 | 57 |
| Binary | 11010011 | 11011 | 10000010 | 0 | 1010111 | 100110 | 10001 | 101000110 | 1001101 | 101111 |
Color Harmonies of #D31B82
Complementary color
Monochromatic Colors of #D31B82
Black with #D31B82
Text Example
Text Example
White with #D31B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31B82; }
p { color: rgb(211,27,130); }
H1.HeaderClassName
{
color: #D31B82;
}
.AnyTagClassName
{
color: #D31B82;
}
</style>
background-color css
<style>
a { background-color: #D31B82; }
a { background-color: rgb(211,27,130); }
div.DivClassName
{
background-color: #D31B82;
}
.BgClassName
{
background-color: #D31B82;
}
</style>
border-color css
<style>
span { border-color: #D31B82; }
span { border-color: rgb(211,27,130); }
td.TdClassName
{
border-color: #D31B82;
}
.TagClassName
{
border-color: #D31B82;
}
</style>