Shades of Medium Violet Red #D11082
Tints of Medium Violet Red #D11082
RGB
CMYK
RGB Variations
Color information
#D11082 (or 0xD11082) is known color: Medium Violet Red. HEX triplet: D1, 10 and 82. RGB value is (209,16,130). Sum of RGB (Red+Green+Blue) = 209+16+130=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D11082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11082 is #2EEF7D. Grayscale: #565656. Windows color (decimal): -3075966 or 8523985. OLE color: 8523985.
HSL color Cylindrical-coordinate representation of color #D11082: hue angle of 324.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11082 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 130 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.18 |
| HSL | 324.56º | 0.86% | 0.44% | - |
| HSV(B) | 324.56º | 0.92% | 0.82% | - |
| XYZ | 30.51 | 15.54 | 22.51 | - |
| YUV | 86.7 | 152.44 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 130 | 0 | 0.92 | 0.38 | 0.18 | 324.56 | 0.86 | 0.44 |
| Hex | D1 | 10 | 82 | 0 | 5C | 26 | 12 | 145 | 56 | 2C |
| Octal | 321 | 20 | 202 | 0 | 134 | 46 | 22 | 505 | 126 | 54 |
| Binary | 11010001 | 10000 | 10000010 | 0 | 1011100 | 100110 | 10010 | 101000101 | 1010110 | 101100 |
Color Harmonies of #D11082
Complementary color
Monochromatic Colors of #D11082
Black with #D11082
Text Example
Text Example
White with #D11082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11082; }
p { color: rgb(209,16,130); }
H1.HeaderClassName
{
color: #D11082;
}
.AnyTagClassName
{
color: #D11082;
}
</style>
background-color css
<style>
a { background-color: #D11082; }
a { background-color: rgb(209,16,130); }
div.DivClassName
{
background-color: #D11082;
}
.BgClassName
{
background-color: #D11082;
}
</style>
border-color css
<style>
span { border-color: #D11082; }
span { border-color: rgb(209,16,130); }
td.TdClassName
{
border-color: #D11082;
}
.TagClassName
{
border-color: #D11082;
}
</style>