Shades of Medium Violet Red #D00876
Tints of Medium Violet Red #D00876
RGB
CMYK
RGB Variations
Color information
#D00876 (or 0xD00876) is known color: Medium Violet Red. HEX triplet: D0, 08 and 76. RGB value is (208,8,118). Sum of RGB (Red+Green+Blue) = 208+8+118=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D00876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00876 is #2FF789. Grayscale: #505050. Windows color (decimal): -3143562 or 7735504. OLE color: 7735504.
HSL color Cylindrical-coordinate representation of color #D00876: hue angle of 327º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00876 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 118 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.18 |
| HSL | 327º | 0.93% | 0.42% | - |
| HSV(B) | 327º | 0.96% | 0.82% | - |
| XYZ | 29.37 | 14.89 | 18.47 | - |
| YUV | 80.34 | 149.26 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 118 | 0 | 0.96 | 0.43 | 0.18 | 327 | 0.93 | 0.42 |
| Hex | D0 | 8 | 76 | 0 | 60 | 2B | 12 | 147 | 5D | 2A |
| Octal | 320 | 10 | 166 | 0 | 140 | 53 | 22 | 507 | 135 | 52 |
| Binary | 11010000 | 1000 | 1110110 | 0 | 1100000 | 101011 | 10010 | 101000111 | 1011101 | 101010 |
Color Harmonies of #D00876
Complementary color
Monochromatic Colors of #D00876
Black with #D00876
Text Example
Text Example
White with #D00876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00876; }
p { color: rgb(208,8,118); }
H1.HeaderClassName
{
color: #D00876;
}
.AnyTagClassName
{
color: #D00876;
}
</style>
background-color css
<style>
a { background-color: #D00876; }
a { background-color: rgb(208,8,118); }
div.DivClassName
{
background-color: #D00876;
}
.BgClassName
{
background-color: #D00876;
}
</style>
border-color css
<style>
span { border-color: #D00876; }
span { border-color: rgb(208,8,118); }
td.TdClassName
{
border-color: #D00876;
}
.TagClassName
{
border-color: #D00876;
}
</style>