Shades of Medium Violet Red #D1117A
Tints of Medium Violet Red #D1117A
RGB
CMYK
RGB Variations
Color information
#D1117A (or 0xD1117A) is known color: Medium Violet Red. HEX triplet: D1, 11 and 7A. RGB value is (209,17,122). Sum of RGB (Red+Green+Blue) = 209+17+122=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D1117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1117A is #2EEE85. Grayscale: #565656. Windows color (decimal): -3075718 or 7999953. OLE color: 7999953.
HSL color Cylindrical-coordinate representation of color #D1117A: hue angle of 327.19º 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 #D1117A is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 122 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.18 |
| HSL | 327.19º | 0.85% | 0.44% | - |
| HSV(B) | 327.19º | 0.92% | 0.82% | - |
| XYZ | 30.01 | 15.36 | 19.8 | - |
| YUV | 86.38 | 148.11 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 122 | 0 | 0.92 | 0.42 | 0.18 | 327.19 | 0.85 | 0.44 |
| Hex | D1 | 11 | 7A | 0 | 5C | 2A | 12 | 147 | 55 | 2C |
| Octal | 321 | 21 | 172 | 0 | 134 | 52 | 22 | 507 | 125 | 54 |
| Binary | 11010001 | 10001 | 1111010 | 0 | 1011100 | 101010 | 10010 | 101000111 | 1010101 | 101100 |
Color Harmonies of #D1117A
Complementary color
Monochromatic Colors of #D1117A
Black with #D1117A
Text Example
Text Example
White with #D1117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1117A; }
p { color: rgb(209,17,122); }
H1.HeaderClassName
{
color: #D1117A;
}
.AnyTagClassName
{
color: #D1117A;
}
</style>
background-color css
<style>
a { background-color: #D1117A; }
a { background-color: rgb(209,17,122); }
div.DivClassName
{
background-color: #D1117A;
}
.BgClassName
{
background-color: #D1117A;
}
</style>
border-color css
<style>
span { border-color: #D1117A; }
span { border-color: rgb(209,17,122); }
td.TdClassName
{
border-color: #D1117A;
}
.TagClassName
{
border-color: #D1117A;
}
</style>