Shades of Medium Violet Red #D51587
Tints of Medium Violet Red #D51587
RGB
CMYK
RGB Variations
Color information
#D51587 (or 0xD51587) is known color: Medium Violet Red. HEX triplet: D5, 15 and 87. RGB value is (213,21,135). Sum of RGB (Red+Green+Blue) = 213+21+135=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D51587 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51587 is #2AEA78. Grayscale: #5B5B5B. Windows color (decimal): -2812537 or 8852949. OLE color: 8852949.
HSL color Cylindrical-coordinate representation of color #D51587: hue angle of 324.38º 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 #D51587 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 135 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.16 |
| HSL | 324.38º | 0.82% | 0.46% | - |
| HSV(B) | 324.38º | 0.9% | 0.84% | - |
| XYZ | 32.08 | 16.43 | 24.4 | - |
| YUV | 91.4 | 152.61 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 135 | 0 | 0.90 | 0.37 | 0.16 | 324.38 | 0.82 | 0.46 |
| Hex | D5 | 15 | 87 | 0 | 5A | 25 | 10 | 144 | 52 | 2E |
| Octal | 325 | 25 | 207 | 0 | 132 | 45 | 20 | 504 | 122 | 56 |
| Binary | 11010101 | 10101 | 10000111 | 0 | 1011010 | 100101 | 10000 | 101000100 | 1010010 | 101110 |
Color Harmonies of #D51587
Complementary color
Monochromatic Colors of #D51587
Black with #D51587
Text Example
Text Example
White with #D51587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51587; }
p { color: rgb(213,21,135); }
H1.HeaderClassName
{
color: #D51587;
}
.AnyTagClassName
{
color: #D51587;
}
</style>
background-color css
<style>
a { background-color: #D51587; }
a { background-color: rgb(213,21,135); }
div.DivClassName
{
background-color: #D51587;
}
.BgClassName
{
background-color: #D51587;
}
</style>
border-color css
<style>
span { border-color: #D51587; }
span { border-color: rgb(213,21,135); }
td.TdClassName
{
border-color: #D51587;
}
.TagClassName
{
border-color: #D51587;
}
</style>