Shades of Medium Violet Red #DA0377
Tints of Medium Violet Red #DA0377
RGB
CMYK
RGB Variations
Color information
#DA0377 (or 0xDA0377) is known color: Medium Violet Red. HEX triplet: DA, 03 and 77. RGB value is (218,3,119). Sum of RGB (Red+Green+Blue) = 218+3+119=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0377 is #25FC88. Grayscale: #505050. Windows color (decimal): -2489481 or 7799770. OLE color: 7799770.
HSL color Cylindrical-coordinate representation of color #DA0377: hue angle of 327.63º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0377 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 119 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.15 |
| HSL | 327.63º | 0.97% | 0.43% | - |
| HSV(B) | 327.63º | 0.99% | 0.85% | - |
| XYZ | 32.28 | 16.3 | 18.9 | - |
| YUV | 80.51 | 149.73 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 119 | 0 | 0.99 | 0.45 | 0.15 | 327.63 | 0.97 | 0.43 |
| Hex | DA | 3 | 77 | 0 | 63 | 2D | F | 148 | 61 | 2B |
| Octal | 332 | 3 | 167 | 0 | 143 | 55 | 17 | 510 | 141 | 53 |
| Binary | 11011010 | 11 | 1110111 | 0 | 1100011 | 101101 | 1111 | 101001000 | 1100001 | 101011 |
Color Harmonies of #DA0377
Complementary color
Monochromatic Colors of #DA0377
Black with #DA0377
Text Example
Text Example
White with #DA0377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0377; }
p { color: rgb(218,3,119); }
H1.HeaderClassName
{
color: #DA0377;
}
.AnyTagClassName
{
color: #DA0377;
}
</style>
background-color css
<style>
a { background-color: #DA0377; }
a { background-color: rgb(218,3,119); }
div.DivClassName
{
background-color: #DA0377;
}
.BgClassName
{
background-color: #DA0377;
}
</style>
border-color css
<style>
span { border-color: #DA0377; }
span { border-color: rgb(218,3,119); }
td.TdClassName
{
border-color: #DA0377;
}
.TagClassName
{
border-color: #DA0377;
}
</style>