Shades of Medium Violet Red #D41589
Tints of Medium Violet Red #D41589
RGB
CMYK
RGB Variations
Color information
#D41589 (or 0xD41589) is known color: Medium Violet Red. HEX triplet: D4, 15 and 89. RGB value is (212,21,137). Sum of RGB (Red+Green+Blue) = 212+21+137=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D41589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41589 is #2BEA76. Grayscale: #5B5B5B. Windows color (decimal): -2878071 or 8984020. OLE color: 8984020.
HSL color Cylindrical-coordinate representation of color #D41589: hue angle of 323.56º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41589 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 137 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.17 |
| HSL | 323.56º | 0.82% | 0.46% | - |
| HSV(B) | 323.56º | 0.9% | 0.83% | - |
| XYZ | 31.93 | 16.34 | 25.14 | - |
| YUV | 91.33 | 153.78 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 137 | 0 | 0.90 | 0.35 | 0.17 | 323.56 | 0.82 | 0.46 |
| Hex | D4 | 15 | 89 | 0 | 5A | 23 | 11 | 144 | 52 | 2E |
| Octal | 324 | 25 | 211 | 0 | 132 | 43 | 21 | 504 | 122 | 56 |
| Binary | 11010100 | 10101 | 10001001 | 0 | 1011010 | 100011 | 10001 | 101000100 | 1010010 | 101110 |
Color Harmonies of #D41589
Complementary color
Monochromatic Colors of #D41589
Black with #D41589
Text Example
Text Example
White with #D41589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41589; }
p { color: rgb(212,21,137); }
H1.HeaderClassName
{
color: #D41589;
}
.AnyTagClassName
{
color: #D41589;
}
</style>
background-color css
<style>
a { background-color: #D41589; }
a { background-color: rgb(212,21,137); }
div.DivClassName
{
background-color: #D41589;
}
.BgClassName
{
background-color: #D41589;
}
</style>
border-color css
<style>
span { border-color: #D41589; }
span { border-color: rgb(212,21,137); }
td.TdClassName
{
border-color: #D41589;
}
.TagClassName
{
border-color: #D41589;
}
</style>