Shades of Medium Violet Red #D31780
Tints of Medium Violet Red #D31780
RGB
CMYK
RGB Variations
Color information
#D31780 (or 0xD31780) is known color: Medium Violet Red. HEX triplet: D3, 17 and 80. RGB value is (211,23,128). Sum of RGB (Red+Green+Blue) = 211+23+128=362 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.29% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 211 - color contains mainly: red. Hex color #D31780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31780 is #2CE87F. Grayscale: #5A5A5A. Windows color (decimal): -2943104 or 8394707. OLE color: 8394707.
HSL color Cylindrical-coordinate representation of color #D31780: hue angle of 326.49º 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 #D31780 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 23 | 128 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.17 |
| HSL | 326.49º | 0.8% | 0.46% | - |
| HSV(B) | 326.49º | 0.89% | 0.83% | - |
| XYZ | 31.07 | 16.02 | 21.88 | - |
| YUV | 91.18 | 148.78 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 128 | 0 | 0.89 | 0.39 | 0.17 | 326.49 | 0.8 | 0.46 |
| Hex | D3 | 17 | 80 | 0 | 59 | 27 | 11 | 146 | 50 | 2E |
| Octal | 323 | 27 | 200 | 0 | 131 | 47 | 21 | 506 | 120 | 56 |
| Binary | 11010011 | 10111 | 10000000 | 0 | 1011001 | 100111 | 10001 | 101000110 | 1010000 | 101110 |
Color Harmonies of #D31780
Complementary color
Monochromatic Colors of #D31780
Black with #D31780
Text Example
Text Example
White with #D31780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31780; }
p { color: rgb(211,23,128); }
H1.HeaderClassName
{
color: #D31780;
}
.AnyTagClassName
{
color: #D31780;
}
</style>
background-color css
<style>
a { background-color: #D31780; }
a { background-color: rgb(211,23,128); }
div.DivClassName
{
background-color: #D31780;
}
.BgClassName
{
background-color: #D31780;
}
</style>
border-color css
<style>
span { border-color: #D31780; }
span { border-color: rgb(211,23,128); }
td.TdClassName
{
border-color: #D31780;
}
.TagClassName
{
border-color: #D31780;
}
</style>