Shades of Medium Violet Red #D10879
Tints of Medium Violet Red #D10879
RGB
CMYK
RGB Variations
Color information
#D10879 (or 0xD10879) is known color: Medium Violet Red. HEX triplet: D1, 08 and 79. RGB value is (209,8,121). Sum of RGB (Red+Green+Blue) = 209+8+121=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D10879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10879 is #2EF786. Grayscale: #505050. Windows color (decimal): -3078023 or 7932113. OLE color: 7932113.
HSL color Cylindrical-coordinate representation of color #D10879: hue angle of 326.27º degrees, saturation: 0.93, 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 #D10879 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 121 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.18 |
| HSL | 326.27º | 0.93% | 0.43% | - |
| HSV(B) | 326.27º | 0.96% | 0.82% | - |
| XYZ | 29.83 | 15.11 | 19.43 | - |
| YUV | 80.98 | 150.59 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 121 | 0 | 0.96 | 0.42 | 0.18 | 326.27 | 0.93 | 0.43 |
| Hex | D1 | 8 | 79 | 0 | 60 | 2A | 12 | 146 | 5D | 2B |
| Octal | 321 | 10 | 171 | 0 | 140 | 52 | 22 | 506 | 135 | 53 |
| Binary | 11010001 | 1000 | 1111001 | 0 | 1100000 | 101010 | 10010 | 101000110 | 1011101 | 101011 |
Color Harmonies of #D10879
Complementary color
Monochromatic Colors of #D10879
Black with #D10879
Text Example
Text Example
White with #D10879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10879; }
p { color: rgb(209,8,121); }
H1.HeaderClassName
{
color: #D10879;
}
.AnyTagClassName
{
color: #D10879;
}
</style>
background-color css
<style>
a { background-color: #D10879; }
a { background-color: rgb(209,8,121); }
div.DivClassName
{
background-color: #D10879;
}
.BgClassName
{
background-color: #D10879;
}
</style>
border-color css
<style>
span { border-color: #D10879; }
span { border-color: rgb(209,8,121); }
td.TdClassName
{
border-color: #D10879;
}
.TagClassName
{
border-color: #D10879;
}
</style>