Shades of Medium Violet Red #D11997
Tints of Medium Violet Red #D11997
RGB
CMYK
RGB Variations
Color information
#D11997 (or 0xD11997) is known color: Medium Violet Red. HEX triplet: D1, 19 and 97. RGB value is (209,25,151). Sum of RGB (Red+Green+Blue) = 209+25+151=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D11997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11997 is #2EE668. Grayscale: #5E5E5E. Windows color (decimal): -3073641 or 9902545. OLE color: 9902545.
HSL color Cylindrical-coordinate representation of color #D11997: hue angle of 318.91º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11997 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 151 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.18 |
| HSL | 318.91º | 0.79% | 0.46% | - |
| HSV(B) | 318.91º | 0.88% | 0.82% | - |
| XYZ | 32.23 | 16.48 | 30.76 | - |
| YUV | 94.38 | 159.96 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 151 | 0 | 0.88 | 0.28 | 0.18 | 318.91 | 0.79 | 0.46 |
| Hex | D1 | 19 | 97 | 0 | 58 | 1C | 12 | 13F | 4F | 2E |
| Octal | 321 | 31 | 227 | 0 | 130 | 34 | 22 | 477 | 117 | 56 |
| Binary | 11010001 | 11001 | 10010111 | 0 | 1011000 | 11100 | 10010 | 100111111 | 1001111 | 101110 |
Color Harmonies of #D11997
Complementary color
Monochromatic Colors of #D11997
Black with #D11997
Text Example
Text Example
White with #D11997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11997; }
p { color: rgb(209,25,151); }
H1.HeaderClassName
{
color: #D11997;
}
.AnyTagClassName
{
color: #D11997;
}
</style>
background-color css
<style>
a { background-color: #D11997; }
a { background-color: rgb(209,25,151); }
div.DivClassName
{
background-color: #D11997;
}
.BgClassName
{
background-color: #D11997;
}
</style>
border-color css
<style>
span { border-color: #D11997; }
span { border-color: rgb(209,25,151); }
td.TdClassName
{
border-color: #D11997;
}
.TagClassName
{
border-color: #D11997;
}
</style>