Shades of Medium Violet Red #D11676
Tints of Medium Violet Red #D11676
RGB
CMYK
RGB Variations
Color information
#D11676 (or 0xD11676) is known color: Medium Violet Red. HEX triplet: D1, 16 and 76. RGB value is (209,22,118). Sum of RGB (Red+Green+Blue) = 209+22+118=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D11676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11676 is #2EE989. Grayscale: #585858. Windows color (decimal): -3074442 or 7739089. OLE color: 7739089.
HSL color Cylindrical-coordinate representation of color #D11676: hue angle of 329.2º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11676 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 118 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.18 |
| HSL | 329.2º | 0.81% | 0.45% | - |
| HSV(B) | 329.2º | 0.89% | 0.82% | - |
| XYZ | 29.85 | 15.44 | 18.55 | - |
| YUV | 88.86 | 144.45 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 118 | 0 | 0.89 | 0.44 | 0.18 | 329.2 | 0.81 | 0.45 |
| Hex | D1 | 16 | 76 | 0 | 59 | 2C | 12 | 149 | 51 | 2D |
| Octal | 321 | 26 | 166 | 0 | 131 | 54 | 22 | 511 | 121 | 55 |
| Binary | 11010001 | 10110 | 1110110 | 0 | 1011001 | 101100 | 10010 | 101001001 | 1010001 | 101101 |
Color Harmonies of #D11676
Complementary color
Monochromatic Colors of #D11676
Black with #D11676
Text Example
Text Example
White with #D11676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11676; }
p { color: rgb(209,22,118); }
H1.HeaderClassName
{
color: #D11676;
}
.AnyTagClassName
{
color: #D11676;
}
</style>
background-color css
<style>
a { background-color: #D11676; }
a { background-color: rgb(209,22,118); }
div.DivClassName
{
background-color: #D11676;
}
.BgClassName
{
background-color: #D11676;
}
</style>
border-color css
<style>
span { border-color: #D11676; }
span { border-color: rgb(209,22,118); }
td.TdClassName
{
border-color: #D11676;
}
.TagClassName
{
border-color: #D11676;
}
</style>