Shades of Medium Violet Red #D31080
Tints of Medium Violet Red #D31080
RGB
CMYK
RGB Variations
Color information
#D31080 (or 0xD31080) is known color: Medium Violet Red. HEX triplet: D3, 10 and 80. RGB value is (211,16,128). Sum of RGB (Red+Green+Blue) = 211+16+128=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D31080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31080 is #2CEF7F. Grayscale: #565656. Windows color (decimal): -2944896 or 8392915. OLE color: 8392915.
HSL color Cylindrical-coordinate representation of color #D31080: hue angle of 325.54º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D31080 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 16 | 128 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.17 |
| HSL | 325.54º | 0.86% | 0.45% | - |
| HSV(B) | 325.54º | 0.92% | 0.83% | - |
| XYZ | 30.95 | 15.78 | 21.84 | - |
| YUV | 87.07 | 151.1 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 128 | 0 | 0.92 | 0.39 | 0.17 | 325.54 | 0.86 | 0.45 |
| Hex | D3 | 10 | 80 | 0 | 5C | 27 | 11 | 146 | 56 | 2D |
| Octal | 323 | 20 | 200 | 0 | 134 | 47 | 21 | 506 | 126 | 55 |
| Binary | 11010011 | 10000 | 10000000 | 0 | 1011100 | 100111 | 10001 | 101000110 | 1010110 | 101101 |
Color Harmonies of #D31080
Complementary color
Monochromatic Colors of #D31080
Black with #D31080
Text Example
Text Example
White with #D31080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31080; }
p { color: rgb(211,16,128); }
H1.HeaderClassName
{
color: #D31080;
}
.AnyTagClassName
{
color: #D31080;
}
</style>
background-color css
<style>
a { background-color: #D31080; }
a { background-color: rgb(211,16,128); }
div.DivClassName
{
background-color: #D31080;
}
.BgClassName
{
background-color: #D31080;
}
</style>
border-color css
<style>
span { border-color: #D31080; }
span { border-color: rgb(211,16,128); }
td.TdClassName
{
border-color: #D31080;
}
.TagClassName
{
border-color: #D31080;
}
</style>