Shades of Medium Violet Red #D11095
Tints of Medium Violet Red #D11095
RGB
CMYK
RGB Variations
Color information
#D11095 (or 0xD11095) is known color: Medium Violet Red. HEX triplet: D1, 10 and 95. RGB value is (209,16,149). Sum of RGB (Red+Green+Blue) = 209+16+149=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D11095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11095 is #2EEF6A. Grayscale: #585858. Windows color (decimal): -3075947 or 9769169. OLE color: 9769169.
HSL color Cylindrical-coordinate representation of color #D11095: hue angle of 318.65º 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 #D11095 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 149 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.18 |
| HSL | 318.65º | 0.86% | 0.44% | - |
| HSV(B) | 318.65º | 0.92% | 0.82% | - |
| XYZ | 31.9 | 16.1 | 29.86 | - |
| YUV | 88.87 | 161.94 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 149 | 0 | 0.92 | 0.29 | 0.18 | 318.65 | 0.86 | 0.44 |
| Hex | D1 | 10 | 95 | 0 | 5C | 1D | 12 | 13F | 56 | 2C |
| Octal | 321 | 20 | 225 | 0 | 134 | 35 | 22 | 477 | 126 | 54 |
| Binary | 11010001 | 10000 | 10010101 | 0 | 1011100 | 11101 | 10010 | 100111111 | 1010110 | 101100 |
Color Harmonies of #D11095
Complementary color
Monochromatic Colors of #D11095
Black with #D11095
Text Example
Text Example
White with #D11095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11095; }
p { color: rgb(209,16,149); }
H1.HeaderClassName
{
color: #D11095;
}
.AnyTagClassName
{
color: #D11095;
}
</style>
background-color css
<style>
a { background-color: #D11095; }
a { background-color: rgb(209,16,149); }
div.DivClassName
{
background-color: #D11095;
}
.BgClassName
{
background-color: #D11095;
}
</style>
border-color css
<style>
span { border-color: #D11095; }
span { border-color: rgb(209,16,149); }
td.TdClassName
{
border-color: #D11095;
}
.TagClassName
{
border-color: #D11095;
}
</style>