Shades of Medium Violet Red #D11797
Tints of Medium Violet Red #D11797
RGB
CMYK
RGB Variations
Color information
#D11797 (or 0xD11797) is known color: Medium Violet Red. HEX triplet: D1, 17 and 97. RGB value is (209,23,151). Sum of RGB (Red+Green+Blue) = 209+23+151=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 23 (9.38% from 255 or 6.01% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D11797 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11797 is #2EE868. Grayscale: #5C5C5C. Windows color (decimal): -3074153 or 9902033. OLE color: 9902033.
HSL color Cylindrical-coordinate representation of color #D11797: hue angle of 318.71º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11797 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 151 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.18 |
| HSL | 318.71º | 0.8% | 0.45% | - |
| HSV(B) | 318.71º | 0.89% | 0.82% | - |
| XYZ | 32.19 | 16.4 | 30.75 | - |
| YUV | 93.21 | 160.62 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 151 | 0 | 0.89 | 0.28 | 0.18 | 318.71 | 0.8 | 0.45 |
| Hex | D1 | 17 | 97 | 0 | 59 | 1C | 12 | 13F | 50 | 2D |
| Octal | 321 | 27 | 227 | 0 | 131 | 34 | 22 | 477 | 120 | 55 |
| Binary | 11010001 | 10111 | 10010111 | 0 | 1011001 | 11100 | 10010 | 100111111 | 1010000 | 101101 |
Color Harmonies of #D11797
Complementary color
Monochromatic Colors of #D11797
Black with #D11797
Text Example
Text Example
White with #D11797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11797; }
p { color: rgb(209,23,151); }
H1.HeaderClassName
{
color: #D11797;
}
.AnyTagClassName
{
color: #D11797;
}
</style>
background-color css
<style>
a { background-color: #D11797; }
a { background-color: rgb(209,23,151); }
div.DivClassName
{
background-color: #D11797;
}
.BgClassName
{
background-color: #D11797;
}
</style>
border-color css
<style>
span { border-color: #D11797; }
span { border-color: rgb(209,23,151); }
td.TdClassName
{
border-color: #D11797;
}
.TagClassName
{
border-color: #D11797;
}
</style>