Shades of Mulberry #DA49A0
Tints of Mulberry #DA49A0
RGB
CMYK
RGB Variations
Color information
#DA49A0 (or 0xDA49A0) is known color: Mulberry. HEX triplet: DA, 49 and A0. RGB value is (218,73,160). Sum of RGB (Red+Green+Blue) = 218+73+160=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA49A0 is #25B65F. Grayscale: #7E7E7E. Windows color (decimal): -2471520 or 10504666. OLE color: 10504666.
HSL color Cylindrical-coordinate representation of color #DA49A0: hue angle of 324º 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 #DA49A0 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 160 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.15 |
| HSL | 324º | 0.66% | 0.57% | - |
| HSV(B) | 324º | 0.67% | 0.85% | - |
| XYZ | 37.64 | 22.21 | 35.56 | - |
| YUV | 126.27 | 147.04 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 160 | 0 | 0.67 | 0.27 | 0.15 | 324 | 0.66 | 0.57 |
| Hex | DA | 49 | A0 | 0 | 43 | 1B | F | 144 | 42 | 39 |
| Octal | 332 | 111 | 240 | 0 | 103 | 33 | 17 | 504 | 102 | 71 |
| Binary | 11011010 | 1001001 | 10100000 | 0 | 1000011 | 11011 | 1111 | 101000100 | 1000010 | 111001 |
Color Harmonies of #DA49A0
Complementary color
Monochromatic Colors of #DA49A0
Black with #DA49A0
Text Example
Text Example
White with #DA49A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA49A0; }
p { color: rgb(218,73,160); }
H1.HeaderClassName
{
color: #DA49A0;
}
.AnyTagClassName
{
color: #DA49A0;
}
</style>
background-color css
<style>
a { background-color: #DA49A0; }
a { background-color: rgb(218,73,160); }
div.DivClassName
{
background-color: #DA49A0;
}
.BgClassName
{
background-color: #DA49A0;
}
</style>
border-color css
<style>
span { border-color: #DA49A0; }
span { border-color: rgb(218,73,160); }
td.TdClassName
{
border-color: #DA49A0;
}
.TagClassName
{
border-color: #DA49A0;
}
</style>