Shades of Medium Violet Red #D10379
Tints of Medium Violet Red #D10379
RGB
CMYK
RGB Variations
Color information
#D10379 (or 0xD10379) is known color: Medium Violet Red. HEX triplet: D1, 03 and 79. RGB value is (209,3,121). Sum of RGB (Red+Green+Blue) = 209+3+121=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D10379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10379 is #2EFC86. Grayscale: #4D4D4D. Windows color (decimal): -3079303 or 7930833. OLE color: 7930833.
HSL color Cylindrical-coordinate representation of color #D10379: hue angle of 325.63º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10379 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 121 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.18 |
| HSL | 325.63º | 0.97% | 0.42% | - |
| HSV(B) | 325.63º | 0.99% | 0.82% | - |
| XYZ | 29.78 | 15 | 19.42 | - |
| YUV | 78.05 | 152.25 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 121 | 0 | 0.99 | 0.42 | 0.18 | 325.63 | 0.97 | 0.42 |
| Hex | D1 | 3 | 79 | 0 | 63 | 2A | 12 | 146 | 61 | 2A |
| Octal | 321 | 3 | 171 | 0 | 143 | 52 | 22 | 506 | 141 | 52 |
| Binary | 11010001 | 11 | 1111001 | 0 | 1100011 | 101010 | 10010 | 101000110 | 1100001 | 101010 |
Color Harmonies of #D10379
Complementary color
Monochromatic Colors of #D10379
Black with #D10379
Text Example
Text Example
White with #D10379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10379; }
p { color: rgb(209,3,121); }
H1.HeaderClassName
{
color: #D10379;
}
.AnyTagClassName
{
color: #D10379;
}
</style>
background-color css
<style>
a { background-color: #D10379; }
a { background-color: rgb(209,3,121); }
div.DivClassName
{
background-color: #D10379;
}
.BgClassName
{
background-color: #D10379;
}
</style>
border-color css
<style>
span { border-color: #D10379; }
span { border-color: rgb(209,3,121); }
td.TdClassName
{
border-color: #D10379;
}
.TagClassName
{
border-color: #D10379;
}
</style>