Shades of Medium Violet Red #D11389
Tints of Medium Violet Red #D11389
RGB
CMYK
RGB Variations
Color information
#D11389 (or 0xD11389) is known color: Medium Violet Red. HEX triplet: D1, 13 and 89. RGB value is (209,19,137). Sum of RGB (Red+Green+Blue) = 209+19+137=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D11389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11389 is #2EEC76. Grayscale: #585858. Windows color (decimal): -3075191 or 8983505. OLE color: 8983505.
HSL color Cylindrical-coordinate representation of color #D11389: hue angle of 322.74º 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 #D11389 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 137 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.18 |
| HSL | 322.74º | 0.83% | 0.45% | - |
| HSV(B) | 322.74º | 0.91% | 0.82% | - |
| XYZ | 31.04 | 15.83 | 25.09 | - |
| YUV | 89.26 | 154.95 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 137 | 0 | 0.91 | 0.34 | 0.18 | 322.74 | 0.83 | 0.45 |
| Hex | D1 | 13 | 89 | 0 | 5B | 22 | 12 | 143 | 53 | 2D |
| Octal | 321 | 23 | 211 | 0 | 133 | 42 | 22 | 503 | 123 | 55 |
| Binary | 11010001 | 10011 | 10001001 | 0 | 1011011 | 100010 | 10010 | 101000011 | 1010011 | 101101 |
Color Harmonies of #D11389
Complementary color
Monochromatic Colors of #D11389
Black with #D11389
Text Example
Text Example
White with #D11389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11389; }
p { color: rgb(209,19,137); }
H1.HeaderClassName
{
color: #D11389;
}
.AnyTagClassName
{
color: #D11389;
}
</style>
background-color css
<style>
a { background-color: #D11389; }
a { background-color: rgb(209,19,137); }
div.DivClassName
{
background-color: #D11389;
}
.BgClassName
{
background-color: #D11389;
}
</style>
border-color css
<style>
span { border-color: #D11389; }
span { border-color: rgb(209,19,137); }
td.TdClassName
{
border-color: #D11389;
}
.TagClassName
{
border-color: #D11389;
}
</style>