Shades of Medium Violet Red #D91389
Tints of Medium Violet Red #D91389
RGB
CMYK
RGB Variations
Color information
#D91389 (or 0xD91389) is known color: Medium Violet Red. HEX triplet: D9, 13 and 89. RGB value is (217,19,137). Sum of RGB (Red+Green+Blue) = 217+19+137=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D91389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91389 is #26EC76. Grayscale: #5B5B5B. Windows color (decimal): -2550903 or 8983513. OLE color: 8983513.
HSL color Cylindrical-coordinate representation of color #D91389: hue angle of 324.24º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91389 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 137 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.15 |
| HSL | 324.24º | 0.84% | 0.46% | - |
| HSV(B) | 324.24º | 0.91% | 0.85% | - |
| XYZ | 33.36 | 17.02 | 25.19 | - |
| YUV | 91.65 | 153.6 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 137 | 0 | 0.91 | 0.37 | 0.15 | 324.24 | 0.84 | 0.46 |
| Hex | D9 | 13 | 89 | 0 | 5B | 25 | F | 144 | 54 | 2E |
| Octal | 331 | 23 | 211 | 0 | 133 | 45 | 17 | 504 | 124 | 56 |
| Binary | 11011001 | 10011 | 10001001 | 0 | 1011011 | 100101 | 1111 | 101000100 | 1010100 | 101110 |
Color Harmonies of #D91389
Complementary color
Monochromatic Colors of #D91389
Black with #D91389
Text Example
Text Example
White with #D91389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91389; }
p { color: rgb(217,19,137); }
H1.HeaderClassName
{
color: #D91389;
}
.AnyTagClassName
{
color: #D91389;
}
</style>
background-color css
<style>
a { background-color: #D91389; }
a { background-color: rgb(217,19,137); }
div.DivClassName
{
background-color: #D91389;
}
.BgClassName
{
background-color: #D91389;
}
</style>
border-color css
<style>
span { border-color: #D91389; }
span { border-color: rgb(217,19,137); }
td.TdClassName
{
border-color: #D91389;
}
.TagClassName
{
border-color: #D91389;
}
</style>