Shades of Mulberry #DA499A
Tints of Mulberry #DA499A
RGB
CMYK
RGB Variations
Color information
#DA499A (or 0xDA499A) is known color: Mulberry. HEX triplet: DA, 49 and 9A. RGB value is (218,73,154). Sum of RGB (Red+Green+Blue) = 218+73+154=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA499A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA499A is #25B665. Grayscale: #7D7D7D. Windows color (decimal): -2471526 or 10111450. OLE color: 10111450.
HSL color Cylindrical-coordinate representation of color #DA499A: hue angle of 326.48º 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 #DA499A is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 154 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.15 |
| HSL | 326.48º | 0.66% | 0.57% | - |
| HSV(B) | 326.48º | 0.67% | 0.85% | - |
| XYZ | 37.13 | 22 | 32.86 | - |
| YUV | 125.59 | 144.04 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 154 | 0 | 0.67 | 0.29 | 0.15 | 326.48 | 0.66 | 0.57 |
| Hex | DA | 49 | 9A | 0 | 43 | 1D | F | 146 | 42 | 39 |
| Octal | 332 | 111 | 232 | 0 | 103 | 35 | 17 | 506 | 102 | 71 |
| Binary | 11011010 | 1001001 | 10011010 | 0 | 1000011 | 11101 | 1111 | 101000110 | 1000010 | 111001 |
Color Harmonies of #DA499A
Complementary color
Monochromatic Colors of #DA499A
Black with #DA499A
Text Example
Text Example
White with #DA499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA499A; }
p { color: rgb(218,73,154); }
H1.HeaderClassName
{
color: #DA499A;
}
.AnyTagClassName
{
color: #DA499A;
}
</style>
background-color css
<style>
a { background-color: #DA499A; }
a { background-color: rgb(218,73,154); }
div.DivClassName
{
background-color: #DA499A;
}
.BgClassName
{
background-color: #DA499A;
}
</style>
border-color css
<style>
span { border-color: #DA499A; }
span { border-color: rgb(218,73,154); }
td.TdClassName
{
border-color: #DA499A;
}
.TagClassName
{
border-color: #DA499A;
}
</style>