Shades of Medium Violet Red #DA057B
Tints of Medium Violet Red #DA057B
RGB
CMYK
RGB Variations
Color information
#DA057B (or 0xDA057B) is known color: Medium Violet Red. HEX triplet: DA, 05 and 7B. RGB value is (218,5,123). Sum of RGB (Red+Green+Blue) = 218+5+123=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA057B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA057B is #25FA84. Grayscale: #515151. Windows color (decimal): -2488965 or 8062426. OLE color: 8062426.
HSL color Cylindrical-coordinate representation of color #DA057B: hue angle of 326.76º 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 #DA057B is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 123 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.15 |
| HSL | 326.76º | 0.96% | 0.44% | - |
| HSV(B) | 326.76º | 0.98% | 0.85% | - |
| XYZ | 32.54 | 16.44 | 20.2 | - |
| YUV | 82.14 | 151.07 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 123 | 0 | 0.98 | 0.44 | 0.15 | 326.76 | 0.96 | 0.44 |
| Hex | DA | 5 | 7B | 0 | 62 | 2C | F | 147 | 60 | 2C |
| Octal | 332 | 5 | 173 | 0 | 142 | 54 | 17 | 507 | 140 | 54 |
| Binary | 11011010 | 101 | 1111011 | 0 | 1100010 | 101100 | 1111 | 101000111 | 1100000 | 101100 |
Color Harmonies of #DA057B
Complementary color
Monochromatic Colors of #DA057B
Black with #DA057B
Text Example
Text Example
White with #DA057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA057B; }
p { color: rgb(218,5,123); }
H1.HeaderClassName
{
color: #DA057B;
}
.AnyTagClassName
{
color: #DA057B;
}
</style>
background-color css
<style>
a { background-color: #DA057B; }
a { background-color: rgb(218,5,123); }
div.DivClassName
{
background-color: #DA057B;
}
.BgClassName
{
background-color: #DA057B;
}
</style>
border-color css
<style>
span { border-color: #DA057B; }
span { border-color: rgb(218,5,123); }
td.TdClassName
{
border-color: #DA057B;
}
.TagClassName
{
border-color: #DA057B;
}
</style>