Shades of Medium Violet Red #D11397
Tints of Medium Violet Red #D11397
RGB
CMYK
RGB Variations
Color information
#D11397 (or 0xD11397) is known color: Medium Violet Red. HEX triplet: D1, 13 and 97. RGB value is (209,19,151). Sum of RGB (Red+Green+Blue) = 209+19+151=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D11397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11397 is #2EEC68. Grayscale: #5A5A5A. Windows color (decimal): -3075177 or 9901009. OLE color: 9901009.
HSL color Cylindrical-coordinate representation of color #D11397: hue angle of 318.32º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11397 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 151 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.18 |
| HSL | 318.32º | 0.83% | 0.45% | - |
| HSV(B) | 318.32º | 0.91% | 0.82% | - |
| XYZ | 32.11 | 16.26 | 30.72 | - |
| YUV | 90.86 | 161.95 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 151 | 0 | 0.91 | 0.28 | 0.18 | 318.32 | 0.83 | 0.45 |
| Hex | D1 | 13 | 97 | 0 | 5B | 1C | 12 | 13E | 53 | 2D |
| Octal | 321 | 23 | 227 | 0 | 133 | 34 | 22 | 476 | 123 | 55 |
| Binary | 11010001 | 10011 | 10010111 | 0 | 1011011 | 11100 | 10010 | 100111110 | 1010011 | 101101 |
Color Harmonies of #D11397
Complementary color
Monochromatic Colors of #D11397
Black with #D11397
Text Example
Text Example
White with #D11397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11397; }
p { color: rgb(209,19,151); }
H1.HeaderClassName
{
color: #D11397;
}
.AnyTagClassName
{
color: #D11397;
}
</style>
background-color css
<style>
a { background-color: #D11397; }
a { background-color: rgb(209,19,151); }
div.DivClassName
{
background-color: #D11397;
}
.BgClassName
{
background-color: #D11397;
}
</style>
border-color css
<style>
span { border-color: #D11397; }
span { border-color: rgb(209,19,151); }
td.TdClassName
{
border-color: #D11397;
}
.TagClassName
{
border-color: #D11397;
}
</style>