Shades of Medium Violet Red #D11FA6
Tints of Medium Violet Red #D11FA6
RGB
CMYK
RGB Variations
Color information
#D11FA6 (or 0xD11FA6) is known color: Medium Violet Red. HEX triplet: D1, 1F and A6. RGB value is (209,31,166). Sum of RGB (Red+Green+Blue) = 209+31+166=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D11FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11FA6 is #2EE059. Grayscale: #636363. Windows color (decimal): -3072090 or 10887121. OLE color: 10887121.
HSL color Cylindrical-coordinate representation of color #D11FA6: hue angle of 314.49º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D11FA6 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 31 | 166 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.18 |
| HSL | 314.49º | 0.74% | 0.47% | - |
| HSV(B) | 314.49º | 0.85% | 0.82% | - |
| XYZ | 33.67 | 17.29 | 37.64 | - |
| YUV | 99.61 | 165.47 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 166 | 0 | 0.85 | 0.21 | 0.18 | 314.49 | 0.74 | 0.47 |
| Hex | D1 | 1F | A6 | 0 | 55 | 15 | 12 | 13A | 4A | 2F |
| Octal | 321 | 37 | 246 | 0 | 125 | 25 | 22 | 472 | 112 | 57 |
| Binary | 11010001 | 11111 | 10100110 | 0 | 1010101 | 10101 | 10010 | 100111010 | 1001010 | 101111 |
Color Harmonies of #D11FA6
Complementary color
Monochromatic Colors of #D11FA6
Black with #D11FA6
Text Example
Text Example
White with #D11FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11FA6; }
p { color: rgb(209,31,166); }
H1.HeaderClassName
{
color: #D11FA6;
}
.AnyTagClassName
{
color: #D11FA6;
}
</style>
background-color css
<style>
a { background-color: #D11FA6; }
a { background-color: rgb(209,31,166); }
div.DivClassName
{
background-color: #D11FA6;
}
.BgClassName
{
background-color: #D11FA6;
}
</style>
border-color css
<style>
span { border-color: #D11FA6; }
span { border-color: rgb(209,31,166); }
td.TdClassName
{
border-color: #D11FA6;
}
.TagClassName
{
border-color: #D11FA6;
}
</style>