Shades of Medium Violet Red #D10796
Tints of Medium Violet Red #D10796
RGB
CMYK
RGB Variations
Color information
#D10796 (or 0xD10796) is known color: Medium Violet Red. HEX triplet: D1, 07 and 96. RGB value is (209,7,150). Sum of RGB (Red+Green+Blue) = 209+7+150=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D10796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10796 is #2EF869. Grayscale: #535353. Windows color (decimal): -3078250 or 9832401. OLE color: 9832401.
HSL color Cylindrical-coordinate representation of color #D10796: hue angle of 317.52º 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 #D10796 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 150 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.18 |
| HSL | 317.52º | 0.94% | 0.42% | - |
| HSV(B) | 317.52º | 0.97% | 0.82% | - |
| XYZ | 31.88 | 15.91 | 30.24 | - |
| YUV | 83.7 | 165.42 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 150 | 0 | 0.97 | 0.28 | 0.18 | 317.52 | 0.94 | 0.42 |
| Hex | D1 | 7 | 96 | 0 | 61 | 1C | 12 | 13E | 5E | 2A |
| Octal | 321 | 7 | 226 | 0 | 141 | 34 | 22 | 476 | 136 | 52 |
| Binary | 11010001 | 111 | 10010110 | 0 | 1100001 | 11100 | 10010 | 100111110 | 1011110 | 101010 |
Color Harmonies of #D10796
Complementary color
Monochromatic Colors of #D10796
Black with #D10796
Text Example
Text Example
White with #D10796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10796; }
p { color: rgb(209,7,150); }
H1.HeaderClassName
{
color: #D10796;
}
.AnyTagClassName
{
color: #D10796;
}
</style>
background-color css
<style>
a { background-color: #D10796; }
a { background-color: rgb(209,7,150); }
div.DivClassName
{
background-color: #D10796;
}
.BgClassName
{
background-color: #D10796;
}
</style>
border-color css
<style>
span { border-color: #D10796; }
span { border-color: rgb(209,7,150); }
td.TdClassName
{
border-color: #D10796;
}
.TagClassName
{
border-color: #D10796;
}
</style>