Shades of Medium Violet Red #D51589
Tints of Medium Violet Red #D51589
RGB
CMYK
RGB Variations
Color information
#D51589 (or 0xD51589) is known color: Medium Violet Red. HEX triplet: D5, 15 and 89. RGB value is (213,21,137). Sum of RGB (Red+Green+Blue) = 213+21+137=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D51589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51589 is #2AEA76. Grayscale: #5B5B5B. Windows color (decimal): -2812535 or 8984021. OLE color: 8984021.
HSL color Cylindrical-coordinate representation of color #D51589: hue angle of 323.75º 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 #D51589 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 137 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.16 |
| HSL | 323.75º | 0.82% | 0.46% | - |
| HSV(B) | 323.75º | 0.9% | 0.84% | - |
| XYZ | 32.22 | 16.49 | 25.15 | - |
| YUV | 91.63 | 153.61 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 137 | 0 | 0.90 | 0.36 | 0.16 | 323.75 | 0.82 | 0.46 |
| Hex | D5 | 15 | 89 | 0 | 5A | 24 | 10 | 144 | 52 | 2E |
| Octal | 325 | 25 | 211 | 0 | 132 | 44 | 20 | 504 | 122 | 56 |
| Binary | 11010101 | 10101 | 10001001 | 0 | 1011010 | 100100 | 10000 | 101000100 | 1010010 | 101110 |
Color Harmonies of #D51589
Complementary color
Monochromatic Colors of #D51589
Black with #D51589
Text Example
Text Example
White with #D51589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51589; }
p { color: rgb(213,21,137); }
H1.HeaderClassName
{
color: #D51589;
}
.AnyTagClassName
{
color: #D51589;
}
</style>
background-color css
<style>
a { background-color: #D51589; }
a { background-color: rgb(213,21,137); }
div.DivClassName
{
background-color: #D51589;
}
.BgClassName
{
background-color: #D51589;
}
</style>
border-color css
<style>
span { border-color: #D51589; }
span { border-color: rgb(213,21,137); }
td.TdClassName
{
border-color: #D51589;
}
.TagClassName
{
border-color: #D51589;
}
</style>