Shades of Mulberry #DA57A1
Tints of Mulberry #DA57A1
RGB
CMYK
RGB Variations
Color information
#DA57A1 (or 0xDA57A1) is known color: Mulberry. HEX triplet: DA, 57 and A1. RGB value is (218,87,161). Sum of RGB (Red+Green+Blue) = 218+87+161=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA57A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA57A1 is #25A85E. Grayscale: #868686. Windows color (decimal): -2467935 or 10573786. OLE color: 10573786.
HSL color Cylindrical-coordinate representation of color #DA57A1: hue angle of 326.11º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA57A1 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 161 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.15 |
| HSL | 326.11º | 0.64% | 0.6% | - |
| HSV(B) | 326.11º | 0.6% | 0.85% | - |
| XYZ | 38.75 | 24.3 | 36.37 | - |
| YUV | 134.61 | 142.9 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 161 | 0 | 0.60 | 0.26 | 0.15 | 326.11 | 0.64 | 0.6 |
| Hex | DA | 57 | A1 | 0 | 3C | 1A | F | 146 | 40 | 3C |
| Octal | 332 | 127 | 241 | 0 | 74 | 32 | 17 | 506 | 100 | 74 |
| Binary | 11011010 | 1010111 | 10100001 | 0 | 111100 | 11010 | 1111 | 101000110 | 1000000 | 111100 |
Color Harmonies of #DA57A1
Complementary color
Monochromatic Colors of #DA57A1
Black with #DA57A1
Text Example
Text Example
White with #DA57A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA57A1; }
p { color: rgb(218,87,161); }
H1.HeaderClassName
{
color: #DA57A1;
}
.AnyTagClassName
{
color: #DA57A1;
}
</style>
background-color css
<style>
a { background-color: #DA57A1; }
a { background-color: rgb(218,87,161); }
div.DivClassName
{
background-color: #DA57A1;
}
.BgClassName
{
background-color: #DA57A1;
}
</style>
border-color css
<style>
span { border-color: #DA57A1; }
span { border-color: rgb(218,87,161); }
td.TdClassName
{
border-color: #DA57A1;
}
.TagClassName
{
border-color: #DA57A1;
}
</style>