Shades of Medium Violet Red #DA0079
Tints of Medium Violet Red #DA0079
RGB
CMYK
RGB Variations
Color information
#DA0079 (or 0xDA0079) is known color: Medium Violet Red. HEX triplet: DA, 00 and 79. RGB value is (218,0,121). Sum of RGB (Red+Green+Blue) = 218+0+121=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0079 is #25FF86. Grayscale: #4E4E4E. Windows color (decimal): -2490247 or 7930074. OLE color: 7930074.
HSL color Cylindrical-coordinate representation of color #DA0079: hue angle of 326.7º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0079 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.44 | 0.15 |
| HSL | 326.7º | 1% | 0.43% | - |
| HSV(B) | 326.7º | 1% | 0.85% | - |
| XYZ | 32.36 | 16.29 | 19.53 | - |
| YUV | 78.98 | 151.72 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 121 | 0 | 1 | 0.44 | 0.15 | 326.7 | 1 | 0.43 |
| Hex | DA | 0 | 79 | 0 | 64 | 2C | F | 147 | 64 | 2B |
| Octal | 332 | 0 | 171 | 0 | 144 | 54 | 17 | 507 | 144 | 53 |
| Binary | 11011010 | 0 | 1111001 | 0 | 1100100 | 101100 | 1111 | 101000111 | 1100100 | 101011 |
Color Harmonies of #DA0079
Complementary color
Monochromatic Colors of #DA0079
Black with #DA0079
Text Example
Text Example
White with #DA0079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0079; }
p { color: rgb(218,0,121); }
H1.HeaderClassName
{
color: #DA0079;
}
.AnyTagClassName
{
color: #DA0079;
}
</style>
background-color css
<style>
a { background-color: #DA0079; }
a { background-color: rgb(218,0,121); }
div.DivClassName
{
background-color: #DA0079;
}
.BgClassName
{
background-color: #DA0079;
}
</style>
border-color css
<style>
span { border-color: #DA0079; }
span { border-color: rgb(218,0,121); }
td.TdClassName
{
border-color: #DA0079;
}
.TagClassName
{
border-color: #DA0079;
}
</style>