Shades of Medium Violet Red #D11089
Tints of Medium Violet Red #D11089
RGB
CMYK
RGB Variations
Color information
#D11089 (or 0xD11089) is known color: Medium Violet Red. HEX triplet: D1, 10 and 89. RGB value is (209,16,137). Sum of RGB (Red+Green+Blue) = 209+16+137=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D11089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11089 is #2EEF76. Grayscale: #575757. Windows color (decimal): -3075959 or 8982737. OLE color: 8982737.
HSL color Cylindrical-coordinate representation of color #D11089: hue angle of 322.38º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11089 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 137 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.18 |
| HSL | 322.38º | 0.86% | 0.44% | - |
| HSV(B) | 322.38º | 0.92% | 0.82% | - |
| XYZ | 31 | 15.73 | 25.07 | - |
| YUV | 87.5 | 155.94 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 137 | 0 | 0.92 | 0.34 | 0.18 | 322.38 | 0.86 | 0.44 |
| Hex | D1 | 10 | 89 | 0 | 5C | 22 | 12 | 142 | 56 | 2C |
| Octal | 321 | 20 | 211 | 0 | 134 | 42 | 22 | 502 | 126 | 54 |
| Binary | 11010001 | 10000 | 10001001 | 0 | 1011100 | 100010 | 10010 | 101000010 | 1010110 | 101100 |
Color Harmonies of #D11089
Complementary color
Monochromatic Colors of #D11089
Black with #D11089
Text Example
Text Example
White with #D11089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11089; }
p { color: rgb(209,16,137); }
H1.HeaderClassName
{
color: #D11089;
}
.AnyTagClassName
{
color: #D11089;
}
</style>
background-color css
<style>
a { background-color: #D11089; }
a { background-color: rgb(209,16,137); }
div.DivClassName
{
background-color: #D11089;
}
.BgClassName
{
background-color: #D11089;
}
</style>
border-color css
<style>
span { border-color: #D11089; }
span { border-color: rgb(209,16,137); }
td.TdClassName
{
border-color: #D11089;
}
.TagClassName
{
border-color: #D11089;
}
</style>