Shades of Mulberry #DA49AD
Tints of Mulberry #DA49AD
RGB
CMYK
RGB Variations
Color information
#DA49AD (or 0xDA49AD) is known color: Mulberry. HEX triplet: DA, 49 and AD. RGB value is (218,73,173). Sum of RGB (Red+Green+Blue) = 218+73+173=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA49AD is #25B652. Grayscale: #7F7F7F. Windows color (decimal): -2471507 or 11356634. OLE color: 11356634.
HSL color Cylindrical-coordinate representation of color #DA49AD: hue angle of 318.62º 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 #DA49AD is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 173 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.15 |
| HSL | 318.62º | 0.66% | 0.57% | - |
| HSV(B) | 318.62º | 0.67% | 0.85% | - |
| XYZ | 38.84 | 22.69 | 41.87 | - |
| YUV | 127.76 | 153.54 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 173 | 0 | 0.67 | 0.21 | 0.15 | 318.62 | 0.66 | 0.57 |
| Hex | DA | 49 | AD | 0 | 43 | 15 | F | 13F | 42 | 39 |
| Octal | 332 | 111 | 255 | 0 | 103 | 25 | 17 | 477 | 102 | 71 |
| Binary | 11011010 | 1001001 | 10101101 | 0 | 1000011 | 10101 | 1111 | 100111111 | 1000010 | 111001 |
Color Harmonies of #DA49AD
Complementary color
Monochromatic Colors of #DA49AD
Black with #DA49AD
Text Example
Text Example
White with #DA49AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA49AD; }
p { color: rgb(218,73,173); }
H1.HeaderClassName
{
color: #DA49AD;
}
.AnyTagClassName
{
color: #DA49AD;
}
</style>
background-color css
<style>
a { background-color: #DA49AD; }
a { background-color: rgb(218,73,173); }
div.DivClassName
{
background-color: #DA49AD;
}
.BgClassName
{
background-color: #DA49AD;
}
</style>
border-color css
<style>
span { border-color: #DA49AD; }
span { border-color: rgb(218,73,173); }
td.TdClassName
{
border-color: #DA49AD;
}
.TagClassName
{
border-color: #DA49AD;
}
</style>