Shades of Medium Violet Red #D91995
Tints of Medium Violet Red #D91995
RGB
CMYK
RGB Variations
Color information
#D91995 (or 0xD91995) is known color: Medium Violet Red. HEX triplet: D9, 19 and 95. RGB value is (217,25,149). Sum of RGB (Red+Green+Blue) = 217+25+149=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D91995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91995 is #26E66A. Grayscale: #606060. Windows color (decimal): -2549355 or 9771481. OLE color: 9771481.
HSL color Cylindrical-coordinate representation of color #D91995: hue angle of 321.25º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91995 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 149 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.15 |
| HSL | 321.25º | 0.79% | 0.47% | - |
| HSV(B) | 321.25º | 0.88% | 0.85% | - |
| XYZ | 34.39 | 17.62 | 30.02 | - |
| YUV | 96.54 | 157.61 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 149 | 0 | 0.88 | 0.31 | 0.15 | 321.25 | 0.79 | 0.47 |
| Hex | D9 | 19 | 95 | 0 | 58 | 1F | F | 141 | 4F | 2F |
| Octal | 331 | 31 | 225 | 0 | 130 | 37 | 17 | 501 | 117 | 57 |
| Binary | 11011001 | 11001 | 10010101 | 0 | 1011000 | 11111 | 1111 | 101000001 | 1001111 | 101111 |
Color Harmonies of #D91995
Complementary color
Monochromatic Colors of #D91995
Black with #D91995
Text Example
Text Example
White with #D91995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91995; }
p { color: rgb(217,25,149); }
H1.HeaderClassName
{
color: #D91995;
}
.AnyTagClassName
{
color: #D91995;
}
</style>
background-color css
<style>
a { background-color: #D91995; }
a { background-color: rgb(217,25,149); }
div.DivClassName
{
background-color: #D91995;
}
.BgClassName
{
background-color: #D91995;
}
</style>
border-color css
<style>
span { border-color: #D91995; }
span { border-color: rgb(217,25,149); }
td.TdClassName
{
border-color: #D91995;
}
.TagClassName
{
border-color: #D91995;
}
</style>