Shades of Medium Violet Red #D11090
Tints of Medium Violet Red #D11090
RGB
CMYK
RGB Variations
Color information
#D11090 (or 0xD11090) is known color: Medium Violet Red. HEX triplet: D1, 10 and 90. RGB value is (209,16,144). Sum of RGB (Red+Green+Blue) = 209+16+144=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D11090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11090 is #2EEF6F. Grayscale: #575757. Windows color (decimal): -3075952 or 9441489. OLE color: 9441489.
HSL color Cylindrical-coordinate representation of color #D11090: hue angle of 320.21º 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 #D11090 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 144 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.18 |
| HSL | 320.21º | 0.86% | 0.44% | - |
| HSV(B) | 320.21º | 0.92% | 0.82% | - |
| XYZ | 31.51 | 15.94 | 27.8 | - |
| YUV | 88.3 | 159.44 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 144 | 0 | 0.92 | 0.31 | 0.18 | 320.21 | 0.86 | 0.44 |
| Hex | D1 | 10 | 90 | 0 | 5C | 1F | 12 | 140 | 56 | 2C |
| Octal | 321 | 20 | 220 | 0 | 134 | 37 | 22 | 500 | 126 | 54 |
| Binary | 11010001 | 10000 | 10010000 | 0 | 1011100 | 11111 | 10010 | 101000000 | 1010110 | 101100 |
Color Harmonies of #D11090
Complementary color
Monochromatic Colors of #D11090
Black with #D11090
Text Example
Text Example
White with #D11090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11090; }
p { color: rgb(209,16,144); }
H1.HeaderClassName
{
color: #D11090;
}
.AnyTagClassName
{
color: #D11090;
}
</style>
background-color css
<style>
a { background-color: #D11090; }
a { background-color: rgb(209,16,144); }
div.DivClassName
{
background-color: #D11090;
}
.BgClassName
{
background-color: #D11090;
}
</style>
border-color css
<style>
span { border-color: #D11090; }
span { border-color: rgb(209,16,144); }
td.TdClassName
{
border-color: #D11090;
}
.TagClassName
{
border-color: #D11090;
}
</style>