Shades of Medium Violet Red #D111A0
Tints of Medium Violet Red #D111A0
RGB
CMYK
RGB Variations
Color information
#D111A0 (or 0xD111A0) is known color: Medium Violet Red. HEX triplet: D1, 11 and A0. RGB value is (209,17,160). Sum of RGB (Red+Green+Blue) = 209+17+160=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D111A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D111A0 is #2EEE5F. Grayscale: #5A5A5A. Windows color (decimal): -3075680 or 10490321. OLE color: 10490321.
HSL color Cylindrical-coordinate representation of color #D111A0: hue angle of 315.31º degrees, saturation: 0.85, 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 #D111A0 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 160 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.18 |
| HSL | 315.31º | 0.85% | 0.44% | - |
| HSV(B) | 315.31º | 0.92% | 0.82% | - |
| XYZ | 32.84 | 16.49 | 34.71 | - |
| YUV | 90.71 | 167.11 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 160 | 0 | 0.92 | 0.23 | 0.18 | 315.31 | 0.85 | 0.44 |
| Hex | D1 | 11 | A0 | 0 | 5C | 17 | 12 | 13B | 55 | 2C |
| Octal | 321 | 21 | 240 | 0 | 134 | 27 | 22 | 473 | 125 | 54 |
| Binary | 11010001 | 10001 | 10100000 | 0 | 1011100 | 10111 | 10010 | 100111011 | 1010101 | 101100 |
Color Harmonies of #D111A0
Complementary color
Monochromatic Colors of #D111A0
Black with #D111A0
Text Example
Text Example
White with #D111A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D111A0; }
p { color: rgb(209,17,160); }
H1.HeaderClassName
{
color: #D111A0;
}
.AnyTagClassName
{
color: #D111A0;
}
</style>
background-color css
<style>
a { background-color: #D111A0; }
a { background-color: rgb(209,17,160); }
div.DivClassName
{
background-color: #D111A0;
}
.BgClassName
{
background-color: #D111A0;
}
</style>
border-color css
<style>
span { border-color: #D111A0; }
span { border-color: rgb(209,17,160); }
td.TdClassName
{
border-color: #D111A0;
}
.TagClassName
{
border-color: #D111A0;
}
</style>