Shades of Medium Violet Red #D11286
Tints of Medium Violet Red #D11286
RGB
CMYK
RGB Variations
Color information
#D11286 (or 0xD11286) is known color: Medium Violet Red. HEX triplet: D1, 12 and 86. RGB value is (209,18,134). Sum of RGB (Red+Green+Blue) = 209+18+134=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D11286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11286 is #2EED79. Grayscale: #585858. Windows color (decimal): -3075450 or 8786641. OLE color: 8786641.
HSL color Cylindrical-coordinate representation of color #D11286: hue angle of 323.56º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11286 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 134 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.18 |
| HSL | 323.56º | 0.84% | 0.45% | - |
| HSV(B) | 323.56º | 0.91% | 0.82% | - |
| XYZ | 30.81 | 15.71 | 23.96 | - |
| YUV | 88.33 | 153.78 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 134 | 0 | 0.91 | 0.36 | 0.18 | 323.56 | 0.84 | 0.45 |
| Hex | D1 | 12 | 86 | 0 | 5B | 24 | 12 | 144 | 54 | 2D |
| Octal | 321 | 22 | 206 | 0 | 133 | 44 | 22 | 504 | 124 | 55 |
| Binary | 11010001 | 10010 | 10000110 | 0 | 1011011 | 100100 | 10010 | 101000100 | 1010100 | 101101 |
Color Harmonies of #D11286
Complementary color
Monochromatic Colors of #D11286
Black with #D11286
Text Example
Text Example
White with #D11286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11286; }
p { color: rgb(209,18,134); }
H1.HeaderClassName
{
color: #D11286;
}
.AnyTagClassName
{
color: #D11286;
}
</style>
background-color css
<style>
a { background-color: #D11286; }
a { background-color: rgb(209,18,134); }
div.DivClassName
{
background-color: #D11286;
}
.BgClassName
{
background-color: #D11286;
}
</style>
border-color css
<style>
span { border-color: #D11286; }
span { border-color: rgb(209,18,134); }
td.TdClassName
{
border-color: #D11286;
}
.TagClassName
{
border-color: #D11286;
}
</style>