Shades of Medium Violet Red #D91193
Tints of Medium Violet Red #D91193
RGB
CMYK
RGB Variations
Color information
#D91193 (or 0xD91193) is known color: Medium Violet Red. HEX triplet: D9, 11 and 93. RGB value is (217,17,147). Sum of RGB (Red+Green+Blue) = 217+17+147=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D91193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91193 is #26EE6C. Grayscale: #5B5B5B. Windows color (decimal): -2551405 or 9638361. OLE color: 9638361.
HSL color Cylindrical-coordinate representation of color #D91193: hue angle of 321º 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 #D91193 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 147 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.15 |
| HSL | 321º | 0.85% | 0.46% | - |
| HSV(B) | 321º | 0.92% | 0.85% | - |
| XYZ | 34.08 | 17.26 | 29.14 | - |
| YUV | 91.62 | 159.26 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 147 | 0 | 0.92 | 0.32 | 0.15 | 321 | 0.85 | 0.46 |
| Hex | D9 | 11 | 93 | 0 | 5C | 20 | F | 141 | 55 | 2E |
| Octal | 331 | 21 | 223 | 0 | 134 | 40 | 17 | 501 | 125 | 56 |
| Binary | 11011001 | 10001 | 10010011 | 0 | 1011100 | 100000 | 1111 | 101000001 | 1010101 | 101110 |
Color Harmonies of #D91193
Complementary color
Monochromatic Colors of #D91193
Black with #D91193
Text Example
Text Example
White with #D91193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91193; }
p { color: rgb(217,17,147); }
H1.HeaderClassName
{
color: #D91193;
}
.AnyTagClassName
{
color: #D91193;
}
</style>
background-color css
<style>
a { background-color: #D91193; }
a { background-color: rgb(217,17,147); }
div.DivClassName
{
background-color: #D91193;
}
.BgClassName
{
background-color: #D91193;
}
</style>
border-color css
<style>
span { border-color: #D91193; }
span { border-color: rgb(217,17,147); }
td.TdClassName
{
border-color: #D91193;
}
.TagClassName
{
border-color: #D91193;
}
</style>