Shades of Medium Violet Red #D11697
Tints of Medium Violet Red #D11697
RGB
CMYK
RGB Variations
Color information
#D11697 (or 0xD11697) is known color: Medium Violet Red. HEX triplet: D1, 16 and 97. RGB value is (209,22,151). Sum of RGB (Red+Green+Blue) = 209+22+151=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D11697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11697 is #2EE968. Grayscale: #5C5C5C. Windows color (decimal): -3074409 or 9901777. OLE color: 9901777.
HSL color Cylindrical-coordinate representation of color #D11697: hue angle of 318.61º degrees, saturation: 0.81, 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 #D11697 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 151 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.18 |
| HSL | 318.61º | 0.81% | 0.45% | - |
| HSV(B) | 318.61º | 0.89% | 0.82% | - |
| XYZ | 32.17 | 16.36 | 30.74 | - |
| YUV | 92.62 | 160.95 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 151 | 0 | 0.89 | 0.28 | 0.18 | 318.61 | 0.81 | 0.45 |
| Hex | D1 | 16 | 97 | 0 | 59 | 1C | 12 | 13F | 51 | 2D |
| Octal | 321 | 26 | 227 | 0 | 131 | 34 | 22 | 477 | 121 | 55 |
| Binary | 11010001 | 10110 | 10010111 | 0 | 1011001 | 11100 | 10010 | 100111111 | 1010001 | 101101 |
Color Harmonies of #D11697
Complementary color
Monochromatic Colors of #D11697
Black with #D11697
Text Example
Text Example
White with #D11697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11697; }
p { color: rgb(209,22,151); }
H1.HeaderClassName
{
color: #D11697;
}
.AnyTagClassName
{
color: #D11697;
}
</style>
background-color css
<style>
a { background-color: #D11697; }
a { background-color: rgb(209,22,151); }
div.DivClassName
{
background-color: #D11697;
}
.BgClassName
{
background-color: #D11697;
}
</style>
border-color css
<style>
span { border-color: #D11697; }
span { border-color: rgb(209,22,151); }
td.TdClassName
{
border-color: #D11697;
}
.TagClassName
{
border-color: #D11697;
}
</style>