Shades of Medium Violet Red #D11999
Tints of Medium Violet Red #D11999
RGB
CMYK
RGB Variations
Color information
#D11999 (or 0xD11999) is known color: Medium Violet Red. HEX triplet: D1, 19 and 99. RGB value is (209,25,153). Sum of RGB (Red+Green+Blue) = 209+25+153=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D11999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11999 is #2EE666. Grayscale: #5E5E5E. Windows color (decimal): -3073639 or 10033617. OLE color: 10033617.
HSL color Cylindrical-coordinate representation of color #D11999: hue angle of 318.26º 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 #D11999 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 153 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.18 |
| HSL | 318.26º | 0.79% | 0.46% | - |
| HSV(B) | 318.26º | 0.88% | 0.82% | - |
| XYZ | 32.39 | 16.55 | 31.62 | - |
| YUV | 94.61 | 160.96 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 153 | 0 | 0.88 | 0.27 | 0.18 | 318.26 | 0.79 | 0.46 |
| Hex | D1 | 19 | 99 | 0 | 58 | 1B | 12 | 13E | 4F | 2E |
| Octal | 321 | 31 | 231 | 0 | 130 | 33 | 22 | 476 | 117 | 56 |
| Binary | 11010001 | 11001 | 10011001 | 0 | 1011000 | 11011 | 10010 | 100111110 | 1001111 | 101110 |
Color Harmonies of #D11999
Complementary color
Monochromatic Colors of #D11999
Black with #D11999
Text Example
Text Example
White with #D11999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11999; }
p { color: rgb(209,25,153); }
H1.HeaderClassName
{
color: #D11999;
}
.AnyTagClassName
{
color: #D11999;
}
</style>
background-color css
<style>
a { background-color: #D11999; }
a { background-color: rgb(209,25,153); }
div.DivClassName
{
background-color: #D11999;
}
.BgClassName
{
background-color: #D11999;
}
</style>
border-color css
<style>
span { border-color: #D11999; }
span { border-color: rgb(209,25,153); }
td.TdClassName
{
border-color: #D11999;
}
.TagClassName
{
border-color: #D11999;
}
</style>