Shades of Medium Violet Red #D11075
Tints of Medium Violet Red #D11075
RGB
CMYK
RGB Variations
Color information
#D11075 (or 0xD11075) is known color: Medium Violet Red. HEX triplet: D1, 10 and 75. RGB value is (209,16,117). Sum of RGB (Red+Green+Blue) = 209+16+117=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D11075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11075 is #2EEF8A. Grayscale: #555555. Windows color (decimal): -3075979 or 7672017. OLE color: 7672017.
HSL color Cylindrical-coordinate representation of color #D11075: hue angle of 328.6º 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 #D11075 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 117 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.18 |
| HSL | 328.6º | 0.86% | 0.44% | - |
| HSV(B) | 328.6º | 0.92% | 0.82% | - |
| XYZ | 29.69 | 15.21 | 18.2 | - |
| YUV | 85.22 | 145.94 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 117 | 0 | 0.92 | 0.44 | 0.18 | 328.6 | 0.86 | 0.44 |
| Hex | D1 | 10 | 75 | 0 | 5C | 2C | 12 | 149 | 56 | 2C |
| Octal | 321 | 20 | 165 | 0 | 134 | 54 | 22 | 511 | 126 | 54 |
| Binary | 11010001 | 10000 | 1110101 | 0 | 1011100 | 101100 | 10010 | 101001001 | 1010110 | 101100 |
Color Harmonies of #D11075
Complementary color
Monochromatic Colors of #D11075
Black with #D11075
Text Example
Text Example
White with #D11075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11075; }
p { color: rgb(209,16,117); }
H1.HeaderClassName
{
color: #D11075;
}
.AnyTagClassName
{
color: #D11075;
}
</style>
background-color css
<style>
a { background-color: #D11075; }
a { background-color: rgb(209,16,117); }
div.DivClassName
{
background-color: #D11075;
}
.BgClassName
{
background-color: #D11075;
}
</style>
border-color css
<style>
span { border-color: #D11075; }
span { border-color: rgb(209,16,117); }
td.TdClassName
{
border-color: #D11075;
}
.TagClassName
{
border-color: #D11075;
}
</style>