Shades of Medium Violet Red #D51584
Tints of Medium Violet Red #D51584
RGB
CMYK
RGB Variations
Color information
#D51584 (or 0xD51584) is known color: Medium Violet Red. HEX triplet: D5, 15 and 84. RGB value is (213,21,132). Sum of RGB (Red+Green+Blue) = 213+21+132=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D51584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51584 is #2AEA7B. Grayscale: #5A5A5A. Windows color (decimal): -2812540 or 8656341. OLE color: 8656341.
HSL color Cylindrical-coordinate representation of color #D51584: hue angle of 325.31º 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 #D51584 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 132 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.16 |
| HSL | 325.31º | 0.82% | 0.46% | - |
| HSV(B) | 325.31º | 0.9% | 0.84% | - |
| XYZ | 31.87 | 16.35 | 23.31 | - |
| YUV | 91.06 | 151.11 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 132 | 0 | 0.90 | 0.38 | 0.16 | 325.31 | 0.82 | 0.46 |
| Hex | D5 | 15 | 84 | 0 | 5A | 26 | 10 | 145 | 52 | 2E |
| Octal | 325 | 25 | 204 | 0 | 132 | 46 | 20 | 505 | 122 | 56 |
| Binary | 11010101 | 10101 | 10000100 | 0 | 1011010 | 100110 | 10000 | 101000101 | 1010010 | 101110 |
Color Harmonies of #D51584
Complementary color
Monochromatic Colors of #D51584
Black with #D51584
Text Example
Text Example
White with #D51584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51584; }
p { color: rgb(213,21,132); }
H1.HeaderClassName
{
color: #D51584;
}
.AnyTagClassName
{
color: #D51584;
}
</style>
background-color css
<style>
a { background-color: #D51584; }
a { background-color: rgb(213,21,132); }
div.DivClassName
{
background-color: #D51584;
}
.BgClassName
{
background-color: #D51584;
}
</style>
border-color css
<style>
span { border-color: #D51584; }
span { border-color: rgb(213,21,132); }
td.TdClassName
{
border-color: #D51584;
}
.TagClassName
{
border-color: #D51584;
}
</style>