Shades of Medium Violet Red #D11F86
Tints of Medium Violet Red #D11F86
RGB
CMYK
RGB Variations
Color information
#D11F86 (or 0xD11F86) is known color: Medium Violet Red. HEX triplet: D1, 1F and 86. RGB value is (209,31,134). Sum of RGB (Red+Green+Blue) = 209+31+134=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11F86 is #2EE079. Grayscale: #5F5F5F. Windows color (decimal): -3072122 or 8789969. OLE color: 8789969.
HSL color Cylindrical-coordinate representation of color #D11F86: hue angle of 325.28º 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 #D11F86 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 31 | 134 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.18 |
| HSL | 325.28º | 0.74% | 0.47% | - |
| HSV(B) | 325.28º | 0.85% | 0.82% | - |
| XYZ | 31.09 | 16.26 | 24.05 | - |
| YUV | 95.96 | 149.47 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 134 | 0 | 0.85 | 0.36 | 0.18 | 325.28 | 0.74 | 0.47 |
| Hex | D1 | 1F | 86 | 0 | 55 | 24 | 12 | 145 | 4A | 2F |
| Octal | 321 | 37 | 206 | 0 | 125 | 44 | 22 | 505 | 112 | 57 |
| Binary | 11010001 | 11111 | 10000110 | 0 | 1010101 | 100100 | 10010 | 101000101 | 1001010 | 101111 |
Color Harmonies of #D11F86
Complementary color
Monochromatic Colors of #D11F86
Black with #D11F86
Text Example
Text Example
White with #D11F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11F86; }
p { color: rgb(209,31,134); }
H1.HeaderClassName
{
color: #D11F86;
}
.AnyTagClassName
{
color: #D11F86;
}
</style>
background-color css
<style>
a { background-color: #D11F86; }
a { background-color: rgb(209,31,134); }
div.DivClassName
{
background-color: #D11F86;
}
.BgClassName
{
background-color: #D11F86;
}
</style>
border-color css
<style>
span { border-color: #D11F86; }
span { border-color: rgb(209,31,134); }
td.TdClassName
{
border-color: #D11F86;
}
.TagClassName
{
border-color: #D11F86;
}
</style>