Shades of Medium Violet Red #D11BA9
Tints of Medium Violet Red #D11BA9
RGB
CMYK
RGB Variations
Color information
#D11BA9 (or 0xD11BA9) is known color: Medium Violet Red. HEX triplet: D1, 1B and A9. RGB value is (209,27,169). Sum of RGB (Red+Green+Blue) = 209+27+169=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 27 (10.94% from 255 or 6.67% from 405); Blue value is 169 (66.41% from 255 or 41.73% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D11BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11BA9 is #2EE456. Grayscale: #616161. Windows color (decimal): -3073111 or 11082705. OLE color: 11082705.
HSL color Cylindrical-coordinate representation of color #D11BA9: hue angle of 313.19º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11BA9 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 27 | 169 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.18 |
| HSL | 313.19º | 0.77% | 0.46% | - |
| HSV(B) | 313.19º | 0.87% | 0.82% | - |
| XYZ | 33.85 | 17.2 | 39.07 | - |
| YUV | 97.61 | 168.3 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 169 | 0 | 0.87 | 0.19 | 0.18 | 313.19 | 0.77 | 0.46 |
| Hex | D1 | 1B | A9 | 0 | 57 | 13 | 12 | 139 | 4D | 2E |
| Octal | 321 | 33 | 251 | 0 | 127 | 23 | 22 | 471 | 115 | 56 |
| Binary | 11010001 | 11011 | 10101001 | 0 | 1010111 | 10011 | 10010 | 100111001 | 1001101 | 101110 |
Color Harmonies of #D11BA9
Complementary color
Monochromatic Colors of #D11BA9
Black with #D11BA9
Text Example
Text Example
White with #D11BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11BA9; }
p { color: rgb(209,27,169); }
H1.HeaderClassName
{
color: #D11BA9;
}
.AnyTagClassName
{
color: #D11BA9;
}
</style>
background-color css
<style>
a { background-color: #D11BA9; }
a { background-color: rgb(209,27,169); }
div.DivClassName
{
background-color: #D11BA9;
}
.BgClassName
{
background-color: #D11BA9;
}
</style>
border-color css
<style>
span { border-color: #D11BA9; }
span { border-color: rgb(209,27,169); }
td.TdClassName
{
border-color: #D11BA9;
}
.TagClassName
{
border-color: #D11BA9;
}
</style>