Shades of Medium Violet Red #D31681
Tints of Medium Violet Red #D31681
RGB
CMYK
RGB Variations
Color information
#D31681 (or 0xD31681) is known color: Medium Violet Red. HEX triplet: D3, 16 and 81. RGB value is (211,22,129). Sum of RGB (Red+Green+Blue) = 211+22+129=362 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.29% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 211 - color contains mainly: red. Hex color #D31681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31681 is #2CE97E. Grayscale: #5A5A5A. Windows color (decimal): -2943359 or 8459987. OLE color: 8459987.
HSL color Cylindrical-coordinate representation of color #D31681: hue angle of 326.03º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31681 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 129 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.17 |
| HSL | 326.03º | 0.81% | 0.46% | - |
| HSV(B) | 326.03º | 0.9% | 0.83% | - |
| XYZ | 31.11 | 16.01 | 22.22 | - |
| YUV | 90.71 | 149.62 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 129 | 0 | 0.90 | 0.39 | 0.17 | 326.03 | 0.81 | 0.46 |
| Hex | D3 | 16 | 81 | 0 | 5A | 27 | 11 | 146 | 51 | 2E |
| Octal | 323 | 26 | 201 | 0 | 132 | 47 | 21 | 506 | 121 | 56 |
| Binary | 11010011 | 10110 | 10000001 | 0 | 1011010 | 100111 | 10001 | 101000110 | 1010001 | 101110 |
Color Harmonies of #D31681
Complementary color
Monochromatic Colors of #D31681
Black with #D31681
Text Example
Text Example
White with #D31681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31681; }
p { color: rgb(211,22,129); }
H1.HeaderClassName
{
color: #D31681;
}
.AnyTagClassName
{
color: #D31681;
}
</style>
background-color css
<style>
a { background-color: #D31681; }
a { background-color: rgb(211,22,129); }
div.DivClassName
{
background-color: #D31681;
}
.BgClassName
{
background-color: #D31681;
}
</style>
border-color css
<style>
span { border-color: #D31681; }
span { border-color: rgb(211,22,129); }
td.TdClassName
{
border-color: #D31681;
}
.TagClassName
{
border-color: #D31681;
}
</style>