Shades of Medium Violet Red #D91589
Tints of Medium Violet Red #D91589
RGB
CMYK
RGB Variations
Color information
#D91589 (or 0xD91589) is known color: Medium Violet Red. HEX triplet: D9, 15 and 89. RGB value is (217,21,137). Sum of RGB (Red+Green+Blue) = 217+21+137=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D91589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91589 is #26EA76. Grayscale: #5C5C5C. Windows color (decimal): -2550391 or 8984025. OLE color: 8984025.
HSL color Cylindrical-coordinate representation of color #D91589: hue angle of 324.49º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91589 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 137 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.15 |
| HSL | 324.49º | 0.82% | 0.47% | - |
| HSV(B) | 324.49º | 0.9% | 0.85% | - |
| XYZ | 33.4 | 17.09 | 25.21 | - |
| YUV | 92.83 | 152.93 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 137 | 0 | 0.90 | 0.37 | 0.15 | 324.49 | 0.82 | 0.47 |
| Hex | D9 | 15 | 89 | 0 | 5A | 25 | F | 144 | 52 | 2F |
| Octal | 331 | 25 | 211 | 0 | 132 | 45 | 17 | 504 | 122 | 57 |
| Binary | 11011001 | 10101 | 10001001 | 0 | 1011010 | 100101 | 1111 | 101000100 | 1010010 | 101111 |
Color Harmonies of #D91589
Complementary color
Monochromatic Colors of #D91589
Black with #D91589
Text Example
Text Example
White with #D91589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91589; }
p { color: rgb(217,21,137); }
H1.HeaderClassName
{
color: #D91589;
}
.AnyTagClassName
{
color: #D91589;
}
</style>
background-color css
<style>
a { background-color: #D91589; }
a { background-color: rgb(217,21,137); }
div.DivClassName
{
background-color: #D91589;
}
.BgClassName
{
background-color: #D91589;
}
</style>
border-color css
<style>
span { border-color: #D91589; }
span { border-color: rgb(217,21,137); }
td.TdClassName
{
border-color: #D91589;
}
.TagClassName
{
border-color: #D91589;
}
</style>