Shades of Medium Violet Red #D11085
Tints of Medium Violet Red #D11085
RGB
CMYK
RGB Variations
Color information
#D11085 (or 0xD11085) is known color: Medium Violet Red. HEX triplet: D1, 10 and 85. RGB value is (209,16,133). Sum of RGB (Red+Green+Blue) = 209+16+133=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D11085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11085 is #2EEF7A. Grayscale: #565656. Windows color (decimal): -3075963 or 8720593. OLE color: 8720593.
HSL color Cylindrical-coordinate representation of color #D11085: hue angle of 323.63º 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 #D11085 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 133 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.18 |
| HSL | 323.63º | 0.86% | 0.44% | - |
| HSV(B) | 323.63º | 0.92% | 0.82% | - |
| XYZ | 30.71 | 15.62 | 23.59 | - |
| YUV | 87.05 | 153.94 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 133 | 0 | 0.92 | 0.36 | 0.18 | 323.63 | 0.86 | 0.44 |
| Hex | D1 | 10 | 85 | 0 | 5C | 24 | 12 | 144 | 56 | 2C |
| Octal | 321 | 20 | 205 | 0 | 134 | 44 | 22 | 504 | 126 | 54 |
| Binary | 11010001 | 10000 | 10000101 | 0 | 1011100 | 100100 | 10010 | 101000100 | 1010110 | 101100 |
Color Harmonies of #D11085
Complementary color
Monochromatic Colors of #D11085
Black with #D11085
Text Example
Text Example
White with #D11085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11085; }
p { color: rgb(209,16,133); }
H1.HeaderClassName
{
color: #D11085;
}
.AnyTagClassName
{
color: #D11085;
}
</style>
background-color css
<style>
a { background-color: #D11085; }
a { background-color: rgb(209,16,133); }
div.DivClassName
{
background-color: #D11085;
}
.BgClassName
{
background-color: #D11085;
}
</style>
border-color css
<style>
span { border-color: #D11085; }
span { border-color: rgb(209,16,133); }
td.TdClassName
{
border-color: #D11085;
}
.TagClassName
{
border-color: #D11085;
}
</style>