Shades of Medium Violet Red #D50076
Tints of Medium Violet Red #D50076
RGB
CMYK
RGB Variations
Color information
#D50076 (or 0xD50076) is known color: Medium Violet Red. HEX triplet: D5, 00 and 76. RGB value is (213,0,118). Sum of RGB (Red+Green+Blue) = 213+0+118=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D50076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50076 is #2AFF89. Grayscale: #4C4C4C. Windows color (decimal): -2817930 or 7733461. OLE color: 7733461.
HSL color Cylindrical-coordinate representation of color #D50076: hue angle of 326.76º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50076 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.45 | 0.16 |
| HSL | 326.76º | 1% | 0.42% | - |
| HSV(B) | 326.76º | 1% | 0.84% | - |
| XYZ | 30.71 | 15.45 | 18.5 | - |
| YUV | 77.14 | 151.07 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 118 | 0 | 1 | 0.45 | 0.16 | 326.76 | 1 | 0.42 |
| Hex | D5 | 0 | 76 | 0 | 64 | 2D | 10 | 147 | 64 | 2A |
| Octal | 325 | 0 | 166 | 0 | 144 | 55 | 20 | 507 | 144 | 52 |
| Binary | 11010101 | 0 | 1110110 | 0 | 1100100 | 101101 | 10000 | 101000111 | 1100100 | 101010 |
Color Harmonies of #D50076
Complementary color
Monochromatic Colors of #D50076
Black with #D50076
Text Example
Text Example
White with #D50076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50076; }
p { color: rgb(213,0,118); }
H1.HeaderClassName
{
color: #D50076;
}
.AnyTagClassName
{
color: #D50076;
}
</style>
background-color css
<style>
a { background-color: #D50076; }
a { background-color: rgb(213,0,118); }
div.DivClassName
{
background-color: #D50076;
}
.BgClassName
{
background-color: #D50076;
}
</style>
border-color css
<style>
span { border-color: #D50076; }
span { border-color: rgb(213,0,118); }
td.TdClassName
{
border-color: #D50076;
}
.TagClassName
{
border-color: #D50076;
}
</style>