Shades of Medium Violet Red #D71589
Tints of Medium Violet Red #D71589
RGB
CMYK
RGB Variations
Color information
#D71589 (or 0xD71589) is known color: Medium Violet Red. HEX triplet: D7, 15 and 89. RGB value is (215,21,137). Sum of RGB (Red+Green+Blue) = 215+21+137=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D71589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71589 is #28EA76. Grayscale: #5B5B5B. Windows color (decimal): -2681463 or 8984023. OLE color: 8984023.
HSL color Cylindrical-coordinate representation of color #D71589: hue angle of 324.12º 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 #D71589 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 137 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.16 |
| HSL | 324.12º | 0.82% | 0.46% | - |
| HSV(B) | 324.12º | 0.9% | 0.84% | - |
| XYZ | 32.81 | 16.79 | 25.18 | - |
| YUV | 92.23 | 153.27 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 137 | 0 | 0.90 | 0.36 | 0.16 | 324.12 | 0.82 | 0.46 |
| Hex | D7 | 15 | 89 | 0 | 5A | 24 | 10 | 144 | 52 | 2E |
| Octal | 327 | 25 | 211 | 0 | 132 | 44 | 20 | 504 | 122 | 56 |
| Binary | 11010111 | 10101 | 10001001 | 0 | 1011010 | 100100 | 10000 | 101000100 | 1010010 | 101110 |
Color Harmonies of #D71589
Complementary color
Monochromatic Colors of #D71589
Black with #D71589
Text Example
Text Example
White with #D71589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71589; }
p { color: rgb(215,21,137); }
H1.HeaderClassName
{
color: #D71589;
}
.AnyTagClassName
{
color: #D71589;
}
</style>
background-color css
<style>
a { background-color: #D71589; }
a { background-color: rgb(215,21,137); }
div.DivClassName
{
background-color: #D71589;
}
.BgClassName
{
background-color: #D71589;
}
</style>
border-color css
<style>
span { border-color: #D71589; }
span { border-color: rgb(215,21,137); }
td.TdClassName
{
border-color: #D71589;
}
.TagClassName
{
border-color: #D71589;
}
</style>