Shades of Medium Violet Red #DA0577
Tints of Medium Violet Red #DA0577
RGB
CMYK
RGB Variations
Color information
#DA0577 (or 0xDA0577) is known color: Medium Violet Red. HEX triplet: DA, 05 and 77. RGB value is (218,5,119). Sum of RGB (Red+Green+Blue) = 218+5+119=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0577 is #25FA88. Grayscale: #515151. Windows color (decimal): -2488969 or 7800282. OLE color: 7800282.
HSL color Cylindrical-coordinate representation of color #DA0577: hue angle of 327.89º 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 #DA0577 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 119 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.15 |
| HSL | 327.89º | 0.96% | 0.44% | - |
| HSV(B) | 327.89º | 0.98% | 0.85% | - |
| XYZ | 32.3 | 16.35 | 18.91 | - |
| YUV | 81.68 | 149.07 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 119 | 0 | 0.98 | 0.45 | 0.15 | 327.89 | 0.96 | 0.44 |
| Hex | DA | 5 | 77 | 0 | 62 | 2D | F | 148 | 60 | 2C |
| Octal | 332 | 5 | 167 | 0 | 142 | 55 | 17 | 510 | 140 | 54 |
| Binary | 11011010 | 101 | 1110111 | 0 | 1100010 | 101101 | 1111 | 101001000 | 1100000 | 101100 |
Color Harmonies of #DA0577
Complementary color
Monochromatic Colors of #DA0577
Black with #DA0577
Text Example
Text Example
White with #DA0577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0577; }
p { color: rgb(218,5,119); }
H1.HeaderClassName
{
color: #DA0577;
}
.AnyTagClassName
{
color: #DA0577;
}
</style>
background-color css
<style>
a { background-color: #DA0577; }
a { background-color: rgb(218,5,119); }
div.DivClassName
{
background-color: #DA0577;
}
.BgClassName
{
background-color: #DA0577;
}
</style>
border-color css
<style>
span { border-color: #DA0577; }
span { border-color: rgb(218,5,119); }
td.TdClassName
{
border-color: #DA0577;
}
.TagClassName
{
border-color: #DA0577;
}
</style>