Shades of Medium Violet Red #DA057C
Tints of Medium Violet Red #DA057C
RGB
CMYK
RGB Variations
Color information
#DA057C (or 0xDA057C) is known color: Medium Violet Red. HEX triplet: DA, 05 and 7C. RGB value is (218,5,124). Sum of RGB (Red+Green+Blue) = 218+5+124=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA057C is #25FA83. Grayscale: #515151. Windows color (decimal): -2488964 or 8127962. OLE color: 8127962.
HSL color Cylindrical-coordinate representation of color #DA057C: hue angle of 326.48º 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 #DA057C is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 124 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.15 |
| HSL | 326.48º | 0.96% | 0.44% | - |
| HSV(B) | 326.48º | 0.98% | 0.85% | - |
| XYZ | 32.61 | 16.47 | 20.53 | - |
| YUV | 82.25 | 151.57 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 124 | 0 | 0.98 | 0.43 | 0.15 | 326.48 | 0.96 | 0.44 |
| Hex | DA | 5 | 7C | 0 | 62 | 2B | F | 146 | 60 | 2C |
| Octal | 332 | 5 | 174 | 0 | 142 | 53 | 17 | 506 | 140 | 54 |
| Binary | 11011010 | 101 | 1111100 | 0 | 1100010 | 101011 | 1111 | 101000110 | 1100000 | 101100 |
Color Harmonies of #DA057C
Complementary color
Monochromatic Colors of #DA057C
Black with #DA057C
Text Example
Text Example
White with #DA057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA057C; }
p { color: rgb(218,5,124); }
H1.HeaderClassName
{
color: #DA057C;
}
.AnyTagClassName
{
color: #DA057C;
}
</style>
background-color css
<style>
a { background-color: #DA057C; }
a { background-color: rgb(218,5,124); }
div.DivClassName
{
background-color: #DA057C;
}
.BgClassName
{
background-color: #DA057C;
}
</style>
border-color css
<style>
span { border-color: #DA057C; }
span { border-color: rgb(218,5,124); }
td.TdClassName
{
border-color: #DA057C;
}
.TagClassName
{
border-color: #DA057C;
}
</style>