Shades of Mulberry #DA57A2
Tints of Mulberry #DA57A2
RGB
CMYK
RGB Variations
Color information
#DA57A2 (or 0xDA57A2) is known color: Mulberry. HEX triplet: DA, 57 and A2. RGB value is (218,87,162). Sum of RGB (Red+Green+Blue) = 218+87+162=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA57A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA57A2 is #25A85D. Grayscale: #868686. Windows color (decimal): -2467934 or 10639322. OLE color: 10639322.
HSL color Cylindrical-coordinate representation of color #DA57A2: hue angle of 325.65º 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 #DA57A2 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 162 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.15 |
| HSL | 325.65º | 0.64% | 0.6% | - |
| HSV(B) | 325.65º | 0.6% | 0.85% | - |
| XYZ | 38.84 | 24.33 | 36.83 | - |
| YUV | 134.72 | 143.4 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 162 | 0 | 0.60 | 0.26 | 0.15 | 325.65 | 0.64 | 0.6 |
| Hex | DA | 57 | A2 | 0 | 3C | 1A | F | 146 | 40 | 3C |
| Octal | 332 | 127 | 242 | 0 | 74 | 32 | 17 | 506 | 100 | 74 |
| Binary | 11011010 | 1010111 | 10100010 | 0 | 111100 | 11010 | 1111 | 101000110 | 1000000 | 111100 |
Color Harmonies of #DA57A2
Complementary color
Monochromatic Colors of #DA57A2
Black with #DA57A2
Text Example
Text Example
White with #DA57A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA57A2; }
p { color: rgb(218,87,162); }
H1.HeaderClassName
{
color: #DA57A2;
}
.AnyTagClassName
{
color: #DA57A2;
}
</style>
background-color css
<style>
a { background-color: #DA57A2; }
a { background-color: rgb(218,87,162); }
div.DivClassName
{
background-color: #DA57A2;
}
.BgClassName
{
background-color: #DA57A2;
}
</style>
border-color css
<style>
span { border-color: #DA57A2; }
span { border-color: rgb(218,87,162); }
td.TdClassName
{
border-color: #DA57A2;
}
.TagClassName
{
border-color: #DA57A2;
}
</style>