Shades of Medium Violet Red #D106A0
Tints of Medium Violet Red #D106A0
RGB
CMYK
RGB Variations
Color information
#D106A0 (or 0xD106A0) is known color: Medium Violet Red. HEX triplet: D1, 06 and A0. RGB value is (209,6,160). Sum of RGB (Red+Green+Blue) = 209+6+160=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D106A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D106A0 is #2EF95F. Grayscale: #535353. Windows color (decimal): -3078496 or 10487505. OLE color: 10487505.
HSL color Cylindrical-coordinate representation of color #D106A0: hue angle of 314.48º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D106A0 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 160 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.18 |
| HSL | 314.48º | 0.94% | 0.42% | - |
| HSV(B) | 314.48º | 0.97% | 0.82% | - |
| XYZ | 32.7 | 16.22 | 34.67 | - |
| YUV | 84.25 | 170.75 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 160 | 0 | 0.97 | 0.23 | 0.18 | 314.48 | 0.94 | 0.42 |
| Hex | D1 | 6 | A0 | 0 | 61 | 17 | 12 | 13A | 5E | 2A |
| Octal | 321 | 6 | 240 | 0 | 141 | 27 | 22 | 472 | 136 | 52 |
| Binary | 11010001 | 110 | 10100000 | 0 | 1100001 | 10111 | 10010 | 100111010 | 1011110 | 101010 |
Color Harmonies of #D106A0
Complementary color
Monochromatic Colors of #D106A0
Black with #D106A0
Text Example
Text Example
White with #D106A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D106A0; }
p { color: rgb(209,6,160); }
H1.HeaderClassName
{
color: #D106A0;
}
.AnyTagClassName
{
color: #D106A0;
}
</style>
background-color css
<style>
a { background-color: #D106A0; }
a { background-color: rgb(209,6,160); }
div.DivClassName
{
background-color: #D106A0;
}
.BgClassName
{
background-color: #D106A0;
}
</style>
border-color css
<style>
span { border-color: #D106A0; }
span { border-color: rgb(209,6,160); }
td.TdClassName
{
border-color: #D106A0;
}
.TagClassName
{
border-color: #D106A0;
}
</style>