Shades of Medium Violet Red #D10778
Tints of Medium Violet Red #D10778
RGB
CMYK
RGB Variations
Color information
#D10778 (or 0xD10778) is known color: Medium Violet Red. HEX triplet: D1, 07 and 78. RGB value is (209,7,120). Sum of RGB (Red+Green+Blue) = 209+7+120=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D10778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10778 is #2EF887. Grayscale: #505050. Windows color (decimal): -3078280 or 7866321. OLE color: 7866321.
HSL color Cylindrical-coordinate representation of color #D10778: hue angle of 326.44º 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 #D10778 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 120 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.18 |
| HSL | 326.44º | 0.94% | 0.42% | - |
| HSV(B) | 326.44º | 0.97% | 0.82% | - |
| XYZ | 29.76 | 15.06 | 19.11 | - |
| YUV | 80.28 | 150.42 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 120 | 0 | 0.97 | 0.43 | 0.18 | 326.44 | 0.94 | 0.42 |
| Hex | D1 | 7 | 78 | 0 | 61 | 2B | 12 | 146 | 5E | 2A |
| Octal | 321 | 7 | 170 | 0 | 141 | 53 | 22 | 506 | 136 | 52 |
| Binary | 11010001 | 111 | 1111000 | 0 | 1100001 | 101011 | 10010 | 101000110 | 1011110 | 101010 |
Color Harmonies of #D10778
Complementary color
Monochromatic Colors of #D10778
Black with #D10778
Text Example
Text Example
White with #D10778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10778; }
p { color: rgb(209,7,120); }
H1.HeaderClassName
{
color: #D10778;
}
.AnyTagClassName
{
color: #D10778;
}
</style>
background-color css
<style>
a { background-color: #D10778; }
a { background-color: rgb(209,7,120); }
div.DivClassName
{
background-color: #D10778;
}
.BgClassName
{
background-color: #D10778;
}
</style>
border-color css
<style>
span { border-color: #D10778; }
span { border-color: rgb(209,7,120); }
td.TdClassName
{
border-color: #D10778;
}
.TagClassName
{
border-color: #D10778;
}
</style>