Shades of Medium Violet Red #D11096
Tints of Medium Violet Red #D11096
RGB
CMYK
RGB Variations
Color information
#D11096 (or 0xD11096) is known color: Medium Violet Red. HEX triplet: D1, 10 and 96. RGB value is (209,16,150). Sum of RGB (Red+Green+Blue) = 209+16+150=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D11096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11096 is #2EEF69. Grayscale: #585858. Windows color (decimal): -3075946 or 9834705. OLE color: 9834705.
HSL color Cylindrical-coordinate representation of color #D11096: hue angle of 318.34º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11096 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 150 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.18 |
| HSL | 318.34º | 0.86% | 0.44% | - |
| HSV(B) | 318.34º | 0.92% | 0.82% | - |
| XYZ | 31.98 | 16.13 | 30.28 | - |
| YUV | 88.98 | 162.44 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 150 | 0 | 0.92 | 0.28 | 0.18 | 318.34 | 0.86 | 0.44 |
| Hex | D1 | 10 | 96 | 0 | 5C | 1C | 12 | 13E | 56 | 2C |
| Octal | 321 | 20 | 226 | 0 | 134 | 34 | 22 | 476 | 126 | 54 |
| Binary | 11010001 | 10000 | 10010110 | 0 | 1011100 | 11100 | 10010 | 100111110 | 1010110 | 101100 |
Color Harmonies of #D11096
Complementary color
Monochromatic Colors of #D11096
Black with #D11096
Text Example
Text Example
White with #D11096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11096; }
p { color: rgb(209,16,150); }
H1.HeaderClassName
{
color: #D11096;
}
.AnyTagClassName
{
color: #D11096;
}
</style>
background-color css
<style>
a { background-color: #D11096; }
a { background-color: rgb(209,16,150); }
div.DivClassName
{
background-color: #D11096;
}
.BgClassName
{
background-color: #D11096;
}
</style>
border-color css
<style>
span { border-color: #D11096; }
span { border-color: rgb(209,16,150); }
td.TdClassName
{
border-color: #D11096;
}
.TagClassName
{
border-color: #D11096;
}
</style>