Shades of Mulberry #DA49AA
Tints of Mulberry #DA49AA
RGB
CMYK
RGB Variations
Color information
#DA49AA (or 0xDA49AA) is known color: Mulberry. HEX triplet: DA, 49 and AA. RGB value is (218,73,170). Sum of RGB (Red+Green+Blue) = 218+73+170=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA49AA is #25B655. Grayscale: #7F7F7F. Windows color (decimal): -2471510 or 11160026. OLE color: 11160026.
HSL color Cylindrical-coordinate representation of color #DA49AA: hue angle of 319.86º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA49AA is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 170 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.15 |
| HSL | 319.86º | 0.66% | 0.57% | - |
| HSV(B) | 319.86º | 0.67% | 0.85% | - |
| XYZ | 38.55 | 22.57 | 40.36 | - |
| YUV | 127.41 | 152.04 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 170 | 0 | 0.67 | 0.22 | 0.15 | 319.86 | 0.66 | 0.57 |
| Hex | DA | 49 | AA | 0 | 43 | 16 | F | 140 | 42 | 39 |
| Octal | 332 | 111 | 252 | 0 | 103 | 26 | 17 | 500 | 102 | 71 |
| Binary | 11011010 | 1001001 | 10101010 | 0 | 1000011 | 10110 | 1111 | 101000000 | 1000010 | 111001 |
Color Harmonies of #DA49AA
Complementary color
Monochromatic Colors of #DA49AA
Black with #DA49AA
Text Example
Text Example
White with #DA49AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA49AA; }
p { color: rgb(218,73,170); }
H1.HeaderClassName
{
color: #DA49AA;
}
.AnyTagClassName
{
color: #DA49AA;
}
</style>
background-color css
<style>
a { background-color: #DA49AA; }
a { background-color: rgb(218,73,170); }
div.DivClassName
{
background-color: #DA49AA;
}
.BgClassName
{
background-color: #DA49AA;
}
</style>
border-color css
<style>
span { border-color: #DA49AA; }
span { border-color: rgb(218,73,170); }
td.TdClassName
{
border-color: #DA49AA;
}
.TagClassName
{
border-color: #DA49AA;
}
</style>