Shades of Medium Violet Red #DA0780
Tints of Medium Violet Red #DA0780
RGB
CMYK
RGB Variations
Color information
#DA0780 (or 0xDA0780) is known color: Medium Violet Red. HEX triplet: DA, 07 and 80. RGB value is (218,7,128). Sum of RGB (Red+Green+Blue) = 218+7+128=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0780 is #25F87F. Grayscale: #535353. Windows color (decimal): -2488448 or 8390618. OLE color: 8390618.
HSL color Cylindrical-coordinate representation of color #DA0780: hue angle of 325.59º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0780 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 128 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.15 |
| HSL | 325.59º | 0.94% | 0.44% | - |
| HSV(B) | 325.59º | 0.97% | 0.85% | - |
| XYZ | 32.89 | 16.62 | 21.9 | - |
| YUV | 83.88 | 152.9 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 128 | 0 | 0.97 | 0.41 | 0.15 | 325.59 | 0.94 | 0.44 |
| Hex | DA | 7 | 80 | 0 | 61 | 29 | F | 146 | 5E | 2C |
| Octal | 332 | 7 | 200 | 0 | 141 | 51 | 17 | 506 | 136 | 54 |
| Binary | 11011010 | 111 | 10000000 | 0 | 1100001 | 101001 | 1111 | 101000110 | 1011110 | 101100 |
Color Harmonies of #DA0780
Complementary color
Monochromatic Colors of #DA0780
Black with #DA0780
Text Example
Text Example
White with #DA0780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0780; }
p { color: rgb(218,7,128); }
H1.HeaderClassName
{
color: #DA0780;
}
.AnyTagClassName
{
color: #DA0780;
}
</style>
background-color css
<style>
a { background-color: #DA0780; }
a { background-color: rgb(218,7,128); }
div.DivClassName
{
background-color: #DA0780;
}
.BgClassName
{
background-color: #DA0780;
}
</style>
border-color css
<style>
span { border-color: #DA0780; }
span { border-color: rgb(218,7,128); }
td.TdClassName
{
border-color: #DA0780;
}
.TagClassName
{
border-color: #DA0780;
}
</style>