Shades of Medium Violet Red #D10978
Tints of Medium Violet Red #D10978
RGB
CMYK
RGB Variations
Color information
#D10978 (or 0xD10978) is known color: Medium Violet Red. HEX triplet: D1, 09 and 78. RGB value is (209,9,120). Sum of RGB (Red+Green+Blue) = 209+9+120=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D10978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10978 is #2EF687. Grayscale: #515151. Windows color (decimal): -3077768 or 7866833. OLE color: 7866833.
HSL color Cylindrical-coordinate representation of color #D10978: hue angle of 326.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 #D10978 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 120 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.18 |
| HSL | 326.7º | 0.92% | 0.43% | - |
| HSV(B) | 326.7º | 0.96% | 0.82% | - |
| XYZ | 29.78 | 15.11 | 19.12 | - |
| YUV | 81.45 | 149.76 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 120 | 0 | 0.96 | 0.43 | 0.18 | 326.7 | 0.92 | 0.43 |
| Hex | D1 | 9 | 78 | 0 | 60 | 2B | 12 | 147 | 5C | 2B |
| Octal | 321 | 11 | 170 | 0 | 140 | 53 | 22 | 507 | 134 | 53 |
| Binary | 11010001 | 1001 | 1111000 | 0 | 1100000 | 101011 | 10010 | 101000111 | 1011100 | 101011 |
Color Harmonies of #D10978
Complementary color
Monochromatic Colors of #D10978
Black with #D10978
Text Example
Text Example
White with #D10978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10978; }
p { color: rgb(209,9,120); }
H1.HeaderClassName
{
color: #D10978;
}
.AnyTagClassName
{
color: #D10978;
}
</style>
background-color css
<style>
a { background-color: #D10978; }
a { background-color: rgb(209,9,120); }
div.DivClassName
{
background-color: #D10978;
}
.BgClassName
{
background-color: #D10978;
}
</style>
border-color css
<style>
span { border-color: #D10978; }
span { border-color: rgb(209,9,120); }
td.TdClassName
{
border-color: #D10978;
}
.TagClassName
{
border-color: #D10978;
}
</style>