Shades of Medium Violet Red #D51580
Tints of Medium Violet Red #D51580
RGB
CMYK
RGB Variations
Color information
#D51580 (or 0xD51580) is known color: Medium Violet Red. HEX triplet: D5, 15 and 80. RGB value is (213,21,128). Sum of RGB (Red+Green+Blue) = 213+21+128=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D51580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51580 is #2AEA7F. Grayscale: #5A5A5A. Windows color (decimal): -2812544 or 8394197. OLE color: 8394197.
HSL color Cylindrical-coordinate representation of color #D51580: hue angle of 326.56º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51580 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 128 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.16 |
| HSL | 326.56º | 0.82% | 0.46% | - |
| HSV(B) | 326.56º | 0.9% | 0.84% | - |
| XYZ | 31.61 | 16.24 | 21.89 | - |
| YUV | 90.61 | 149.11 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 128 | 0 | 0.90 | 0.40 | 0.16 | 326.56 | 0.82 | 0.46 |
| Hex | D5 | 15 | 80 | 0 | 5A | 28 | 10 | 147 | 52 | 2E |
| Octal | 325 | 25 | 200 | 0 | 132 | 50 | 20 | 507 | 122 | 56 |
| Binary | 11010101 | 10101 | 10000000 | 0 | 1011010 | 101000 | 10000 | 101000111 | 1010010 | 101110 |
Color Harmonies of #D51580
Complementary color
Monochromatic Colors of #D51580
Black with #D51580
Text Example
Text Example
White with #D51580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51580; }
p { color: rgb(213,21,128); }
H1.HeaderClassName
{
color: #D51580;
}
.AnyTagClassName
{
color: #D51580;
}
</style>
background-color css
<style>
a { background-color: #D51580; }
a { background-color: rgb(213,21,128); }
div.DivClassName
{
background-color: #D51580;
}
.BgClassName
{
background-color: #D51580;
}
</style>
border-color css
<style>
span { border-color: #D51580; }
span { border-color: rgb(213,21,128); }
td.TdClassName
{
border-color: #D51580;
}
.TagClassName
{
border-color: #D51580;
}
</style>