Shades of Medium Violet Red #D11497
Tints of Medium Violet Red #D11497
RGB
CMYK
RGB Variations
Color information
#D11497 (or 0xD11497) is known color: Medium Violet Red. HEX triplet: D1, 14 and 97. RGB value is (209,20,151). Sum of RGB (Red+Green+Blue) = 209+20+151=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D11497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11497 is #2EEB68. Grayscale: #5B5B5B. Windows color (decimal): -3074921 or 9901265. OLE color: 9901265.
HSL color Cylindrical-coordinate representation of color #D11497: hue angle of 318.41º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11497 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 151 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.18 |
| HSL | 318.41º | 0.83% | 0.45% | - |
| HSV(B) | 318.41º | 0.9% | 0.82% | - |
| XYZ | 32.13 | 16.29 | 30.73 | - |
| YUV | 91.45 | 161.62 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 151 | 0 | 0.90 | 0.28 | 0.18 | 318.41 | 0.83 | 0.45 |
| Hex | D1 | 14 | 97 | 0 | 5A | 1C | 12 | 13E | 53 | 2D |
| Octal | 321 | 24 | 227 | 0 | 132 | 34 | 22 | 476 | 123 | 55 |
| Binary | 11010001 | 10100 | 10010111 | 0 | 1011010 | 11100 | 10010 | 100111110 | 1010011 | 101101 |
Color Harmonies of #D11497
Complementary color
Monochromatic Colors of #D11497
Black with #D11497
Text Example
Text Example
White with #D11497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11497; }
p { color: rgb(209,20,151); }
H1.HeaderClassName
{
color: #D11497;
}
.AnyTagClassName
{
color: #D11497;
}
</style>
background-color css
<style>
a { background-color: #D11497; }
a { background-color: rgb(209,20,151); }
div.DivClassName
{
background-color: #D11497;
}
.BgClassName
{
background-color: #D11497;
}
</style>
border-color css
<style>
span { border-color: #D11497; }
span { border-color: rgb(209,20,151); }
td.TdClassName
{
border-color: #D11497;
}
.TagClassName
{
border-color: #D11497;
}
</style>