Shades of Mulberry #DA56AA
Tints of Mulberry #DA56AA
RGB
CMYK
RGB Variations
Color information
#DA56AA (or 0xDA56AA) is known color: Mulberry. HEX triplet: DA, 56 and AA. RGB value is (218,86,170). Sum of RGB (Red+Green+Blue) = 218+86+170=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA56AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA56AA is #25A955. Grayscale: #868686. Windows color (decimal): -2468182 or 11163354. OLE color: 11163354.
HSL color Cylindrical-coordinate representation of color #DA56AA: hue angle of 321.82º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA56AA is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 170 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.15 |
| HSL | 321.82º | 0.64% | 0.6% | - |
| HSV(B) | 321.82º | 0.61% | 0.85% | - |
| XYZ | 39.5 | 24.46 | 40.67 | - |
| YUV | 135.04 | 147.73 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 170 | 0 | 0.61 | 0.22 | 0.15 | 321.82 | 0.64 | 0.6 |
| Hex | DA | 56 | AA | 0 | 3D | 16 | F | 142 | 40 | 3C |
| Octal | 332 | 126 | 252 | 0 | 75 | 26 | 17 | 502 | 100 | 74 |
| Binary | 11011010 | 1010110 | 10101010 | 0 | 111101 | 10110 | 1111 | 101000010 | 1000000 | 111100 |
Color Harmonies of #DA56AA
Complementary color
Monochromatic Colors of #DA56AA
Black with #DA56AA
Text Example
Text Example
White with #DA56AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA56AA; }
p { color: rgb(218,86,170); }
H1.HeaderClassName
{
color: #DA56AA;
}
.AnyTagClassName
{
color: #DA56AA;
}
</style>
background-color css
<style>
a { background-color: #DA56AA; }
a { background-color: rgb(218,86,170); }
div.DivClassName
{
background-color: #DA56AA;
}
.BgClassName
{
background-color: #DA56AA;
}
</style>
border-color css
<style>
span { border-color: #DA56AA; }
span { border-color: rgb(218,86,170); }
td.TdClassName
{
border-color: #DA56AA;
}
.TagClassName
{
border-color: #DA56AA;
}
</style>