Shades of Medium Violet Red #D50079
Tints of Medium Violet Red #D50079
RGB
CMYK
RGB Variations
Color information
#D50079 (or 0xD50079) is known color: Medium Violet Red. HEX triplet: D5, 00 and 79. RGB value is (213,0,121). Sum of RGB (Red+Green+Blue) = 213+0+121=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D50079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50079 is #2AFF86. Grayscale: #4D4D4D. Windows color (decimal): -2817927 or 7930069. OLE color: 7930069.
HSL color Cylindrical-coordinate representation of color #D50079: hue angle of 325.92º 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 #D50079 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.43 | 0.16 |
| HSL | 325.92º | 1% | 0.42% | - |
| HSV(B) | 325.92º | 1% | 0.84% | - |
| XYZ | 30.89 | 15.53 | 19.46 | - |
| YUV | 77.48 | 152.57 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 121 | 0 | 1 | 0.43 | 0.16 | 325.92 | 1 | 0.42 |
| Hex | D5 | 0 | 79 | 0 | 64 | 2B | 10 | 146 | 64 | 2A |
| Octal | 325 | 0 | 171 | 0 | 144 | 53 | 20 | 506 | 144 | 52 |
| Binary | 11010101 | 0 | 1111001 | 0 | 1100100 | 101011 | 10000 | 101000110 | 1100100 | 101010 |
Color Harmonies of #D50079
Complementary color
Monochromatic Colors of #D50079
Black with #D50079
Text Example
Text Example
White with #D50079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50079; }
p { color: rgb(213,0,121); }
H1.HeaderClassName
{
color: #D50079;
}
.AnyTagClassName
{
color: #D50079;
}
</style>
background-color css
<style>
a { background-color: #D50079; }
a { background-color: rgb(213,0,121); }
div.DivClassName
{
background-color: #D50079;
}
.BgClassName
{
background-color: #D50079;
}
</style>
border-color css
<style>
span { border-color: #D50079; }
span { border-color: rgb(213,0,121); }
td.TdClassName
{
border-color: #D50079;
}
.TagClassName
{
border-color: #D50079;
}
</style>