Shades of Medium Violet Red #D10876
Tints of Medium Violet Red #D10876
RGB
CMYK
RGB Variations
Color information
#D10876 (or 0xD10876) is known color: Medium Violet Red. HEX triplet: D1, 08 and 76. RGB value is (209,8,118). Sum of RGB (Red+Green+Blue) = 209+8+118=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D10876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10876 is #2EF789. Grayscale: #505050. Windows color (decimal): -3078026 or 7735505. OLE color: 7735505.
HSL color Cylindrical-coordinate representation of color #D10876: hue angle of 327.16º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10876 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 118 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.18 |
| HSL | 327.16º | 0.93% | 0.43% | - |
| HSV(B) | 327.16º | 0.96% | 0.82% | - |
| XYZ | 29.65 | 15.04 | 18.48 | - |
| YUV | 80.64 | 149.09 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 118 | 0 | 0.96 | 0.44 | 0.18 | 327.16 | 0.93 | 0.43 |
| Hex | D1 | 8 | 76 | 0 | 60 | 2C | 12 | 147 | 5D | 2B |
| Octal | 321 | 10 | 166 | 0 | 140 | 54 | 22 | 507 | 135 | 53 |
| Binary | 11010001 | 1000 | 1110110 | 0 | 1100000 | 101100 | 10010 | 101000111 | 1011101 | 101011 |
Color Harmonies of #D10876
Complementary color
Monochromatic Colors of #D10876
Black with #D10876
Text Example
Text Example
White with #D10876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10876; }
p { color: rgb(209,8,118); }
H1.HeaderClassName
{
color: #D10876;
}
.AnyTagClassName
{
color: #D10876;
}
</style>
background-color css
<style>
a { background-color: #D10876; }
a { background-color: rgb(209,8,118); }
div.DivClassName
{
background-color: #D10876;
}
.BgClassName
{
background-color: #D10876;
}
</style>
border-color css
<style>
span { border-color: #D10876; }
span { border-color: rgb(209,8,118); }
td.TdClassName
{
border-color: #D10876;
}
.TagClassName
{
border-color: #D10876;
}
</style>