Shades of Medium Violet Red #D50980
Tints of Medium Violet Red #D50980
RGB
CMYK
RGB Variations
Color information
#D50980 (or 0xD50980) is known color: Medium Violet Red. HEX triplet: D5, 09 and 80. RGB value is (213,9,128). Sum of RGB (Red+Green+Blue) = 213+9+128=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D50980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50980 is #2AF67F. Grayscale: #535353. Windows color (decimal): -2815616 or 8391125. OLE color: 8391125.
HSL color Cylindrical-coordinate representation of color #D50980: hue angle of 325º 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 #D50980 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 128 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.16 |
| HSL | 325º | 0.92% | 0.44% | - |
| HSV(B) | 325º | 0.96% | 0.84% | - |
| XYZ | 31.43 | 15.9 | 21.83 | - |
| YUV | 83.56 | 153.09 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 128 | 0 | 0.96 | 0.40 | 0.16 | 325 | 0.92 | 0.44 |
| Hex | D5 | 9 | 80 | 0 | 60 | 28 | 10 | 145 | 5C | 2C |
| Octal | 325 | 11 | 200 | 0 | 140 | 50 | 20 | 505 | 134 | 54 |
| Binary | 11010101 | 1001 | 10000000 | 0 | 1100000 | 101000 | 10000 | 101000101 | 1011100 | 101100 |
Color Harmonies of #D50980
Complementary color
Monochromatic Colors of #D50980
Black with #D50980
Text Example
Text Example
White with #D50980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50980; }
p { color: rgb(213,9,128); }
H1.HeaderClassName
{
color: #D50980;
}
.AnyTagClassName
{
color: #D50980;
}
</style>
background-color css
<style>
a { background-color: #D50980; }
a { background-color: rgb(213,9,128); }
div.DivClassName
{
background-color: #D50980;
}
.BgClassName
{
background-color: #D50980;
}
</style>
border-color css
<style>
span { border-color: #D50980; }
span { border-color: rgb(213,9,128); }
td.TdClassName
{
border-color: #D50980;
}
.TagClassName
{
border-color: #D50980;
}
</style>