Shades of Medium Violet Red #D50580
Tints of Medium Violet Red #D50580
RGB
CMYK
RGB Variations
Color information
#D50580 (or 0xD50580) is known color: Medium Violet Red. HEX triplet: D5, 05 and 80. RGB value is (213,5,128). Sum of RGB (Red+Green+Blue) = 213+5+128=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D50580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50580 is #2AFA7F. Grayscale: #505050. Windows color (decimal): -2816640 or 8390101. OLE color: 8390101.
HSL color Cylindrical-coordinate representation of color #D50580: hue angle of 324.52º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D50580 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 128 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.16 |
| HSL | 324.52º | 0.95% | 0.43% | - |
| HSV(B) | 324.52º | 0.98% | 0.84% | - |
| XYZ | 31.39 | 15.81 | 21.82 | - |
| YUV | 81.21 | 154.41 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 128 | 0 | 0.98 | 0.40 | 0.16 | 324.52 | 0.95 | 0.43 |
| Hex | D5 | 5 | 80 | 0 | 62 | 28 | 10 | 145 | 5F | 2B |
| Octal | 325 | 5 | 200 | 0 | 142 | 50 | 20 | 505 | 137 | 53 |
| Binary | 11010101 | 101 | 10000000 | 0 | 1100010 | 101000 | 10000 | 101000101 | 1011111 | 101011 |
Color Harmonies of #D50580
Complementary color
Monochromatic Colors of #D50580
Black with #D50580
Text Example
Text Example
White with #D50580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50580; }
p { color: rgb(213,5,128); }
H1.HeaderClassName
{
color: #D50580;
}
.AnyTagClassName
{
color: #D50580;
}
</style>
background-color css
<style>
a { background-color: #D50580; }
a { background-color: rgb(213,5,128); }
div.DivClassName
{
background-color: #D50580;
}
.BgClassName
{
background-color: #D50580;
}
</style>
border-color css
<style>
span { border-color: #D50580; }
span { border-color: rgb(213,5,128); }
td.TdClassName
{
border-color: #D50580;
}
.TagClassName
{
border-color: #D50580;
}
</style>