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