Shades of Medium Violet Red #D11876
Tints of Medium Violet Red #D11876
RGB
CMYK
RGB Variations
Color information
#D11876 (or 0xD11876) is known color: Medium Violet Red. HEX triplet: D1, 18 and 76. RGB value is (209,24,118). Sum of RGB (Red+Green+Blue) = 209+24+118=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D11876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11876 is #2EE789. Grayscale: #595959. Windows color (decimal): -3073930 or 7739601. OLE color: 7739601.
HSL color Cylindrical-coordinate representation of color #D11876: hue angle of 329.51º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11876 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 118 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.18 |
| HSL | 329.51º | 0.79% | 0.46% | - |
| HSV(B) | 329.51º | 0.89% | 0.82% | - |
| XYZ | 29.89 | 15.52 | 18.56 | - |
| YUV | 90.03 | 143.79 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 118 | 0 | 0.89 | 0.44 | 0.18 | 329.51 | 0.79 | 0.46 |
| Hex | D1 | 18 | 76 | 0 | 59 | 2C | 12 | 14A | 4F | 2E |
| Octal | 321 | 30 | 166 | 0 | 131 | 54 | 22 | 512 | 117 | 56 |
| Binary | 11010001 | 11000 | 1110110 | 0 | 1011001 | 101100 | 10010 | 101001010 | 1001111 | 101110 |
Color Harmonies of #D11876
Complementary color
Monochromatic Colors of #D11876
Black with #D11876
Text Example
Text Example
White with #D11876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11876; }
p { color: rgb(209,24,118); }
H1.HeaderClassName
{
color: #D11876;
}
.AnyTagClassName
{
color: #D11876;
}
</style>
background-color css
<style>
a { background-color: #D11876; }
a { background-color: rgb(209,24,118); }
div.DivClassName
{
background-color: #D11876;
}
.BgClassName
{
background-color: #D11876;
}
</style>
border-color css
<style>
span { border-color: #D11876; }
span { border-color: rgb(209,24,118); }
td.TdClassName
{
border-color: #D11876;
}
.TagClassName
{
border-color: #D11876;
}
</style>