Shades of Medium Violet Red #D10790
Tints of Medium Violet Red #D10790
RGB
CMYK
RGB Variations
Color information
#D10790 (or 0xD10790) is known color: Medium Violet Red. HEX triplet: D1, 07 and 90. RGB value is (209,7,144). Sum of RGB (Red+Green+Blue) = 209+7+144=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D10790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10790 is #2EF86F. Grayscale: #525252. Windows color (decimal): -3078256 or 9439185. OLE color: 9439185.
HSL color Cylindrical-coordinate representation of color #D10790: hue angle of 319.31º 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 #D10790 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 144 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.18 |
| HSL | 319.31º | 0.94% | 0.42% | - |
| HSV(B) | 319.31º | 0.97% | 0.82% | - |
| XYZ | 31.4 | 15.72 | 27.76 | - |
| YUV | 83.02 | 162.42 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 144 | 0 | 0.97 | 0.31 | 0.18 | 319.31 | 0.94 | 0.42 |
| Hex | D1 | 7 | 90 | 0 | 61 | 1F | 12 | 13F | 5E | 2A |
| Octal | 321 | 7 | 220 | 0 | 141 | 37 | 22 | 477 | 136 | 52 |
| Binary | 11010001 | 111 | 10010000 | 0 | 1100001 | 11111 | 10010 | 100111111 | 1011110 | 101010 |
Color Harmonies of #D10790
Complementary color
Monochromatic Colors of #D10790
Black with #D10790
Text Example
Text Example
White with #D10790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10790; }
p { color: rgb(209,7,144); }
H1.HeaderClassName
{
color: #D10790;
}
.AnyTagClassName
{
color: #D10790;
}
</style>
background-color css
<style>
a { background-color: #D10790; }
a { background-color: rgb(209,7,144); }
div.DivClassName
{
background-color: #D10790;
}
.BgClassName
{
background-color: #D10790;
}
</style>
border-color css
<style>
span { border-color: #D10790; }
span { border-color: rgb(209,7,144); }
td.TdClassName
{
border-color: #D10790;
}
.TagClassName
{
border-color: #D10790;
}
</style>