Shades of Medium Violet Red #D11073
Tints of Medium Violet Red #D11073
RGB
CMYK
RGB Variations
Color information
#D11073 (or 0xD11073) is known color: Medium Violet Red. HEX triplet: D1, 10 and 73. RGB value is (209,16,115). Sum of RGB (Red+Green+Blue) = 209+16+115=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D11073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11073 is #2EEF8C. Grayscale: #545454. Windows color (decimal): -3075981 or 7540945. OLE color: 7540945.
HSL color Cylindrical-coordinate representation of color #D11073: hue angle of 329.22º 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 #D11073 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 115 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.18 |
| HSL | 329.22º | 0.86% | 0.44% | - |
| HSV(B) | 329.22º | 0.92% | 0.82% | - |
| XYZ | 29.57 | 15.16 | 17.59 | - |
| YUV | 84.99 | 144.94 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 115 | 0 | 0.92 | 0.45 | 0.18 | 329.22 | 0.86 | 0.44 |
| Hex | D1 | 10 | 73 | 0 | 5C | 2D | 12 | 149 | 56 | 2C |
| Octal | 321 | 20 | 163 | 0 | 134 | 55 | 22 | 511 | 126 | 54 |
| Binary | 11010001 | 10000 | 1110011 | 0 | 1011100 | 101101 | 10010 | 101001001 | 1010110 | 101100 |
Color Harmonies of #D11073
Complementary color
Monochromatic Colors of #D11073
Black with #D11073
Text Example
Text Example
White with #D11073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11073; }
p { color: rgb(209,16,115); }
H1.HeaderClassName
{
color: #D11073;
}
.AnyTagClassName
{
color: #D11073;
}
</style>
background-color css
<style>
a { background-color: #D11073; }
a { background-color: rgb(209,16,115); }
div.DivClassName
{
background-color: #D11073;
}
.BgClassName
{
background-color: #D11073;
}
</style>
border-color css
<style>
span { border-color: #D11073; }
span { border-color: rgb(209,16,115); }
td.TdClassName
{
border-color: #D11073;
}
.TagClassName
{
border-color: #D11073;
}
</style>