Shades of Medium Violet Red #D91189
Tints of Medium Violet Red #D91189
RGB
CMYK
RGB Variations
Color information
#D91189 (or 0xD91189) is known color: Medium Violet Red. HEX triplet: D9, 11 and 89. RGB value is (217,17,137). Sum of RGB (Red+Green+Blue) = 217+17+137=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D91189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91189 is #26EE76. Grayscale: #5A5A5A. Windows color (decimal): -2551415 or 8983001. OLE color: 8983001.
HSL color Cylindrical-coordinate representation of color #D91189: hue angle of 324º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D91189 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 137 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.15 |
| HSL | 324º | 0.85% | 0.46% | - |
| HSV(B) | 324º | 0.92% | 0.85% | - |
| XYZ | 33.33 | 16.96 | 25.18 | - |
| YUV | 90.48 | 154.26 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 137 | 0 | 0.92 | 0.37 | 0.15 | 324 | 0.85 | 0.46 |
| Hex | D9 | 11 | 89 | 0 | 5C | 25 | F | 144 | 55 | 2E |
| Octal | 331 | 21 | 211 | 0 | 134 | 45 | 17 | 504 | 125 | 56 |
| Binary | 11011001 | 10001 | 10001001 | 0 | 1011100 | 100101 | 1111 | 101000100 | 1010101 | 101110 |
Color Harmonies of #D91189
Complementary color
Monochromatic Colors of #D91189
Black with #D91189
Text Example
Text Example
White with #D91189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91189; }
p { color: rgb(217,17,137); }
H1.HeaderClassName
{
color: #D91189;
}
.AnyTagClassName
{
color: #D91189;
}
</style>
background-color css
<style>
a { background-color: #D91189; }
a { background-color: rgb(217,17,137); }
div.DivClassName
{
background-color: #D91189;
}
.BgClassName
{
background-color: #D91189;
}
</style>
border-color css
<style>
span { border-color: #D91189; }
span { border-color: rgb(217,17,137); }
td.TdClassName
{
border-color: #D91189;
}
.TagClassName
{
border-color: #D91189;
}
</style>