Shades of Medium Violet Red #D109A0
Tints of Medium Violet Red #D109A0
RGB
CMYK
RGB Variations
Color information
#D109A0 (or 0xD109A0) is known color: Medium Violet Red. HEX triplet: D1, 09 and A0. RGB value is (209,9,160). Sum of RGB (Red+Green+Blue) = 209+9+160=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D109A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D109A0 is #2EF65F. Grayscale: #555555. Windows color (decimal): -3077728 or 10488273. OLE color: 10488273.
HSL color Cylindrical-coordinate representation of color #D109A0: hue angle of 314.7º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D109A0 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 160 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.18 |
| HSL | 314.7º | 0.92% | 0.43% | - |
| HSV(B) | 314.7º | 0.96% | 0.82% | - |
| XYZ | 32.74 | 16.29 | 34.68 | - |
| YUV | 86.01 | 169.76 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 160 | 0 | 0.96 | 0.23 | 0.18 | 314.7 | 0.92 | 0.43 |
| Hex | D1 | 9 | A0 | 0 | 60 | 17 | 12 | 13B | 5C | 2B |
| Octal | 321 | 11 | 240 | 0 | 140 | 27 | 22 | 473 | 134 | 53 |
| Binary | 11010001 | 1001 | 10100000 | 0 | 1100000 | 10111 | 10010 | 100111011 | 1011100 | 101011 |
Color Harmonies of #D109A0
Complementary color
Monochromatic Colors of #D109A0
Black with #D109A0
Text Example
Text Example
White with #D109A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D109A0; }
p { color: rgb(209,9,160); }
H1.HeaderClassName
{
color: #D109A0;
}
.AnyTagClassName
{
color: #D109A0;
}
</style>
background-color css
<style>
a { background-color: #D109A0; }
a { background-color: rgb(209,9,160); }
div.DivClassName
{
background-color: #D109A0;
}
.BgClassName
{
background-color: #D109A0;
}
</style>
border-color css
<style>
span { border-color: #D109A0; }
span { border-color: rgb(209,9,160); }
td.TdClassName
{
border-color: #D109A0;
}
.TagClassName
{
border-color: #D109A0;
}
</style>