Shades of Medium Violet Red #D11099
Tints of Medium Violet Red #D11099
RGB
CMYK
RGB Variations
Color information
#D11099 (or 0xD11099) is known color: Medium Violet Red. HEX triplet: D1, 10 and 99. RGB value is (209,16,153). Sum of RGB (Red+Green+Blue) = 209+16+153=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D11099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11099 is #2EEF66. Grayscale: #585858. Windows color (decimal): -3075943 or 10031313. OLE color: 10031313.
HSL color Cylindrical-coordinate representation of color #D11099: hue angle of 317.41º 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 #D11099 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 153 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.18 |
| HSL | 317.41º | 0.86% | 0.44% | - |
| HSV(B) | 317.41º | 0.92% | 0.82% | - |
| XYZ | 32.23 | 16.23 | 31.57 | - |
| YUV | 89.33 | 163.94 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 153 | 0 | 0.92 | 0.27 | 0.18 | 317.41 | 0.86 | 0.44 |
| Hex | D1 | 10 | 99 | 0 | 5C | 1B | 12 | 13D | 56 | 2C |
| Octal | 321 | 20 | 231 | 0 | 134 | 33 | 22 | 475 | 126 | 54 |
| Binary | 11010001 | 10000 | 10011001 | 0 | 1011100 | 11011 | 10010 | 100111101 | 1010110 | 101100 |
Color Harmonies of #D11099
Complementary color
Monochromatic Colors of #D11099
Black with #D11099
Text Example
Text Example
White with #D11099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11099; }
p { color: rgb(209,16,153); }
H1.HeaderClassName
{
color: #D11099;
}
.AnyTagClassName
{
color: #D11099;
}
</style>
background-color css
<style>
a { background-color: #D11099; }
a { background-color: rgb(209,16,153); }
div.DivClassName
{
background-color: #D11099;
}
.BgClassName
{
background-color: #D11099;
}
</style>
border-color css
<style>
span { border-color: #D11099; }
span { border-color: rgb(209,16,153); }
td.TdClassName
{
border-color: #D11099;
}
.TagClassName
{
border-color: #D11099;
}
</style>