Shades of Medium Violet Red #D50876
Tints of Medium Violet Red #D50876
RGB
CMYK
RGB Variations
Color information
#D50876 (or 0xD50876) is known color: Medium Violet Red. HEX triplet: D5, 08 and 76. RGB value is (213,8,118). Sum of RGB (Red+Green+Blue) = 213+8+118=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D50876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50876 is #2AF789. Grayscale: #515151. Windows color (decimal): -2815882 or 7735509. OLE color: 7735509.
HSL color Cylindrical-coordinate representation of color #D50876: hue angle of 327.8º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50876 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 118 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.16 |
| HSL | 327.8º | 0.93% | 0.43% | - |
| HSV(B) | 327.8º | 0.96% | 0.84% | - |
| XYZ | 30.8 | 15.63 | 18.53 | - |
| YUV | 81.84 | 148.42 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 118 | 0 | 0.96 | 0.45 | 0.16 | 327.8 | 0.93 | 0.43 |
| Hex | D5 | 8 | 76 | 0 | 60 | 2D | 10 | 148 | 5D | 2B |
| Octal | 325 | 10 | 166 | 0 | 140 | 55 | 20 | 510 | 135 | 53 |
| Binary | 11010101 | 1000 | 1110110 | 0 | 1100000 | 101101 | 10000 | 101001000 | 1011101 | 101011 |
Color Harmonies of #D50876
Complementary color
Monochromatic Colors of #D50876
Black with #D50876
Text Example
Text Example
White with #D50876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50876; }
p { color: rgb(213,8,118); }
H1.HeaderClassName
{
color: #D50876;
}
.AnyTagClassName
{
color: #D50876;
}
</style>
background-color css
<style>
a { background-color: #D50876; }
a { background-color: rgb(213,8,118); }
div.DivClassName
{
background-color: #D50876;
}
.BgClassName
{
background-color: #D50876;
}
</style>
border-color css
<style>
span { border-color: #D50876; }
span { border-color: rgb(213,8,118); }
td.TdClassName
{
border-color: #D50876;
}
.TagClassName
{
border-color: #D50876;
}
</style>