Shades of Mulberry #DA49AB
Tints of Mulberry #DA49AB
RGB
CMYK
RGB Variations
Color information
#DA49AB (or 0xDA49AB) is known color: Mulberry. HEX triplet: DA, 49 and AB. RGB value is (218,73,171). Sum of RGB (Red+Green+Blue) = 218+73+171=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA49AB is #25B654. Grayscale: #7F7F7F. Windows color (decimal): -2471509 or 11225562. OLE color: 11225562.
HSL color Cylindrical-coordinate representation of color #DA49AB: hue angle of 319.45º 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 #DA49AB is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 171 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.15 |
| HSL | 319.45º | 0.66% | 0.57% | - |
| HSV(B) | 319.45º | 0.67% | 0.85% | - |
| XYZ | 38.65 | 22.61 | 40.86 | - |
| YUV | 127.53 | 152.54 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 171 | 0 | 0.67 | 0.22 | 0.15 | 319.45 | 0.66 | 0.57 |
| Hex | DA | 49 | AB | 0 | 43 | 16 | F | 13F | 42 | 39 |
| Octal | 332 | 111 | 253 | 0 | 103 | 26 | 17 | 477 | 102 | 71 |
| Binary | 11011010 | 1001001 | 10101011 | 0 | 1000011 | 10110 | 1111 | 100111111 | 1000010 | 111001 |
Color Harmonies of #DA49AB
Complementary color
Monochromatic Colors of #DA49AB
Black with #DA49AB
Text Example
Text Example
White with #DA49AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA49AB; }
p { color: rgb(218,73,171); }
H1.HeaderClassName
{
color: #DA49AB;
}
.AnyTagClassName
{
color: #DA49AB;
}
</style>
background-color css
<style>
a { background-color: #DA49AB; }
a { background-color: rgb(218,73,171); }
div.DivClassName
{
background-color: #DA49AB;
}
.BgClassName
{
background-color: #DA49AB;
}
</style>
border-color css
<style>
span { border-color: #DA49AB; }
span { border-color: rgb(218,73,171); }
td.TdClassName
{
border-color: #DA49AB;
}
.TagClassName
{
border-color: #DA49AB;
}
</style>