Shades of Medium Violet Red #D11174
Tints of Medium Violet Red #D11174
RGB
CMYK
RGB Variations
Color information
#D11174 (or 0xD11174) is known color: Medium Violet Red. HEX triplet: D1, 11 and 74. RGB value is (209,17,116). Sum of RGB (Red+Green+Blue) = 209+17+116=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D11174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11174 is #2EEE8B. Grayscale: #555555. Windows color (decimal): -3075724 or 7606737. OLE color: 7606737.
HSL color Cylindrical-coordinate representation of color #D11174: hue angle of 329.06º 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 #D11174 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 116 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.18 |
| HSL | 329.06º | 0.85% | 0.44% | - |
| HSV(B) | 329.06º | 0.92% | 0.82% | - |
| XYZ | 29.65 | 15.22 | 17.9 | - |
| YUV | 85.69 | 145.11 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 116 | 0 | 0.92 | 0.44 | 0.18 | 329.06 | 0.85 | 0.44 |
| Hex | D1 | 11 | 74 | 0 | 5C | 2C | 12 | 149 | 55 | 2C |
| Octal | 321 | 21 | 164 | 0 | 134 | 54 | 22 | 511 | 125 | 54 |
| Binary | 11010001 | 10001 | 1110100 | 0 | 1011100 | 101100 | 10010 | 101001001 | 1010101 | 101100 |
Color Harmonies of #D11174
Complementary color
Monochromatic Colors of #D11174
Black with #D11174
Text Example
Text Example
White with #D11174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11174; }
p { color: rgb(209,17,116); }
H1.HeaderClassName
{
color: #D11174;
}
.AnyTagClassName
{
color: #D11174;
}
</style>
background-color css
<style>
a { background-color: #D11174; }
a { background-color: rgb(209,17,116); }
div.DivClassName
{
background-color: #D11174;
}
.BgClassName
{
background-color: #D11174;
}
</style>
border-color css
<style>
span { border-color: #D11174; }
span { border-color: rgb(209,17,116); }
td.TdClassName
{
border-color: #D11174;
}
.TagClassName
{
border-color: #D11174;
}
</style>