Shades of Medium Violet Red #D111A9
Tints of Medium Violet Red #D111A9
RGB
CMYK
RGB Variations
Color information
#D111A9 (or 0xD111A9) is known color: Medium Violet Red. HEX triplet: D1, 11 and A9. RGB value is (209,17,169). Sum of RGB (Red+Green+Blue) = 209+17+169=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 169 (66.41% from 255 or 42.78% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D111A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D111A9 is #2EEE56. Grayscale: #5B5B5B. Windows color (decimal): -3075671 or 11080145. OLE color: 11080145.
HSL color Cylindrical-coordinate representation of color #D111A9: hue angle of 312.5º 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 #D111A9 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 169 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.18 |
| HSL | 312.5º | 0.85% | 0.44% | - |
| HSV(B) | 312.5º | 0.92% | 0.82% | - |
| XYZ | 33.66 | 16.82 | 39.01 | - |
| YUV | 91.74 | 171.61 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 169 | 0 | 0.92 | 0.19 | 0.18 | 312.5 | 0.85 | 0.44 |
| Hex | D1 | 11 | A9 | 0 | 5C | 13 | 12 | 138 | 55 | 2C |
| Octal | 321 | 21 | 251 | 0 | 134 | 23 | 22 | 470 | 125 | 54 |
| Binary | 11010001 | 10001 | 10101001 | 0 | 1011100 | 10011 | 10010 | 100111000 | 1010101 | 101100 |
Color Harmonies of #D111A9
Complementary color
Monochromatic Colors of #D111A9
Black with #D111A9
Text Example
Text Example
White with #D111A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D111A9; }
p { color: rgb(209,17,169); }
H1.HeaderClassName
{
color: #D111A9;
}
.AnyTagClassName
{
color: #D111A9;
}
</style>
background-color css
<style>
a { background-color: #D111A9; }
a { background-color: rgb(209,17,169); }
div.DivClassName
{
background-color: #D111A9;
}
.BgClassName
{
background-color: #D111A9;
}
</style>
border-color css
<style>
span { border-color: #D111A9; }
span { border-color: rgb(209,17,169); }
td.TdClassName
{
border-color: #D111A9;
}
.TagClassName
{
border-color: #D111A9;
}
</style>