Shades of Medium Violet Red #D11074
Tints of Medium Violet Red #D11074
RGB
CMYK
RGB Variations
Color information
#D11074 (or 0xD11074) is known color: Medium Violet Red. HEX triplet: D1, 10 and 74. RGB value is (209,16,116). Sum of RGB (Red+Green+Blue) = 209+16+116=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D11074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11074 is #2EEF8B. Grayscale: #545454. Windows color (decimal): -3075980 or 7606481. OLE color: 7606481.
HSL color Cylindrical-coordinate representation of color #D11074: hue angle of 328.91º 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 #D11074 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 116 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.18 |
| HSL | 328.91º | 0.86% | 0.44% | - |
| HSV(B) | 328.91º | 0.92% | 0.82% | - |
| XYZ | 29.63 | 15.19 | 17.89 | - |
| YUV | 85.11 | 145.44 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 116 | 0 | 0.92 | 0.44 | 0.18 | 328.91 | 0.86 | 0.44 |
| Hex | D1 | 10 | 74 | 0 | 5C | 2C | 12 | 149 | 56 | 2C |
| Octal | 321 | 20 | 164 | 0 | 134 | 54 | 22 | 511 | 126 | 54 |
| Binary | 11010001 | 10000 | 1110100 | 0 | 1011100 | 101100 | 10010 | 101001001 | 1010110 | 101100 |
Color Harmonies of #D11074
Complementary color
Monochromatic Colors of #D11074
Black with #D11074
Text Example
Text Example
White with #D11074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11074; }
p { color: rgb(209,16,116); }
H1.HeaderClassName
{
color: #D11074;
}
.AnyTagClassName
{
color: #D11074;
}
</style>
background-color css
<style>
a { background-color: #D11074; }
a { background-color: rgb(209,16,116); }
div.DivClassName
{
background-color: #D11074;
}
.BgClassName
{
background-color: #D11074;
}
</style>
border-color css
<style>
span { border-color: #D11074; }
span { border-color: rgb(209,16,116); }
td.TdClassName
{
border-color: #D11074;
}
.TagClassName
{
border-color: #D11074;
}
</style>