Shades of Medium Violet Red #D50976
Tints of Medium Violet Red #D50976
RGB
CMYK
RGB Variations
Color information
#D50976 (or 0xD50976) is known color: Medium Violet Red. HEX triplet: D5, 09 and 76. RGB value is (213,9,118). Sum of RGB (Red+Green+Blue) = 213+9+118=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D50976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50976 is #2AF689. Grayscale: #525252. Windows color (decimal): -2815626 or 7735765. OLE color: 7735765.
HSL color Cylindrical-coordinate representation of color #D50976: hue angle of 327.94º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50976 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 118 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.16 |
| HSL | 327.94º | 0.92% | 0.44% | - |
| HSV(B) | 327.94º | 0.96% | 0.84% | - |
| XYZ | 30.81 | 15.65 | 18.54 | - |
| YUV | 82.42 | 148.09 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 118 | 0 | 0.96 | 0.45 | 0.16 | 327.94 | 0.92 | 0.44 |
| Hex | D5 | 9 | 76 | 0 | 60 | 2D | 10 | 148 | 5C | 2C |
| Octal | 325 | 11 | 166 | 0 | 140 | 55 | 20 | 510 | 134 | 54 |
| Binary | 11010101 | 1001 | 1110110 | 0 | 1100000 | 101101 | 10000 | 101001000 | 1011100 | 101100 |
Color Harmonies of #D50976
Complementary color
Monochromatic Colors of #D50976
Black with #D50976
Text Example
Text Example
White with #D50976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50976; }
p { color: rgb(213,9,118); }
H1.HeaderClassName
{
color: #D50976;
}
.AnyTagClassName
{
color: #D50976;
}
</style>
background-color css
<style>
a { background-color: #D50976; }
a { background-color: rgb(213,9,118); }
div.DivClassName
{
background-color: #D50976;
}
.BgClassName
{
background-color: #D50976;
}
</style>
border-color css
<style>
span { border-color: #D50976; }
span { border-color: rgb(213,9,118); }
td.TdClassName
{
border-color: #D50976;
}
.TagClassName
{
border-color: #D50976;
}
</style>