Shades of Medium Violet Red #D11D79
Tints of Medium Violet Red #D11D79
RGB
CMYK
RGB Variations
Color information
#D11D79 (or 0xD11D79) is known color: Medium Violet Red. HEX triplet: D1, 1D and 79. RGB value is (209,29,121). Sum of RGB (Red+Green+Blue) = 209+29+121=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11D79 is #2EE286. Grayscale: #5D5D5D. Windows color (decimal): -3072647 or 7937489. OLE color: 7937489.
HSL color Cylindrical-coordinate representation of color #D11D79: hue angle of 329.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11D79 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 121 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.18 |
| HSL | 329.33º | 0.76% | 0.47% | - |
| HSV(B) | 329.33º | 0.86% | 0.82% | - |
| XYZ | 30.19 | 15.81 | 19.55 | - |
| YUV | 93.31 | 143.63 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 121 | 0 | 0.86 | 0.42 | 0.18 | 329.33 | 0.76 | 0.47 |
| Hex | D1 | 1D | 79 | 0 | 56 | 2A | 12 | 149 | 4C | 2F |
| Octal | 321 | 35 | 171 | 0 | 126 | 52 | 22 | 511 | 114 | 57 |
| Binary | 11010001 | 11101 | 1111001 | 0 | 1010110 | 101010 | 10010 | 101001001 | 1001100 | 101111 |
Color Harmonies of #D11D79
Complementary color
Monochromatic Colors of #D11D79
Black with #D11D79
Text Example
Text Example
White with #D11D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11D79; }
p { color: rgb(209,29,121); }
H1.HeaderClassName
{
color: #D11D79;
}
.AnyTagClassName
{
color: #D11D79;
}
</style>
background-color css
<style>
a { background-color: #D11D79; }
a { background-color: rgb(209,29,121); }
div.DivClassName
{
background-color: #D11D79;
}
.BgClassName
{
background-color: #D11D79;
}
</style>
border-color css
<style>
span { border-color: #D11D79; }
span { border-color: rgb(209,29,121); }
td.TdClassName
{
border-color: #D11D79;
}
.TagClassName
{
border-color: #D11D79;
}
</style>