Shades of Medium Violet Red #DA0578
Tints of Medium Violet Red #DA0578
RGB
CMYK
RGB Variations
Color information
#DA0578 (or 0xDA0578) is known color: Medium Violet Red. HEX triplet: DA, 05 and 78. RGB value is (218,5,120). Sum of RGB (Red+Green+Blue) = 218+5+120=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0578 is #25FA87. Grayscale: #515151. Windows color (decimal): -2488968 or 7865818. OLE color: 7865818.
HSL color Cylindrical-coordinate representation of color #DA0578: hue angle of 327.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0578 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 120 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.15 |
| HSL | 327.61º | 0.96% | 0.44% | - |
| HSV(B) | 327.61º | 0.98% | 0.85% | - |
| XYZ | 32.36 | 16.37 | 19.22 | - |
| YUV | 81.8 | 149.57 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 120 | 0 | 0.98 | 0.45 | 0.15 | 327.61 | 0.96 | 0.44 |
| Hex | DA | 5 | 78 | 0 | 62 | 2D | F | 148 | 60 | 2C |
| Octal | 332 | 5 | 170 | 0 | 142 | 55 | 17 | 510 | 140 | 54 |
| Binary | 11011010 | 101 | 1111000 | 0 | 1100010 | 101101 | 1111 | 101001000 | 1100000 | 101100 |
Color Harmonies of #DA0578
Complementary color
Monochromatic Colors of #DA0578
Black with #DA0578
Text Example
Text Example
White with #DA0578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0578; }
p { color: rgb(218,5,120); }
H1.HeaderClassName
{
color: #DA0578;
}
.AnyTagClassName
{
color: #DA0578;
}
</style>
background-color css
<style>
a { background-color: #DA0578; }
a { background-color: rgb(218,5,120); }
div.DivClassName
{
background-color: #DA0578;
}
.BgClassName
{
background-color: #DA0578;
}
</style>
border-color css
<style>
span { border-color: #DA0578; }
span { border-color: rgb(218,5,120); }
td.TdClassName
{
border-color: #DA0578;
}
.TagClassName
{
border-color: #DA0578;
}
</style>