Shades of Mulberry #DA49AC
Tints of Mulberry #DA49AC
RGB
CMYK
RGB Variations
Color information
#DA49AC (or 0xDA49AC) is known color: Mulberry. HEX triplet: DA, 49 and AC. RGB value is (218,73,172). Sum of RGB (Red+Green+Blue) = 218+73+172=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA49AC is #25B653. Grayscale: #7F7F7F. Windows color (decimal): -2471508 or 11291098. OLE color: 11291098.
HSL color Cylindrical-coordinate representation of color #DA49AC: hue angle of 319.03º 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 #DA49AC is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 172 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.15 |
| HSL | 319.03º | 0.66% | 0.57% | - |
| HSV(B) | 319.03º | 0.67% | 0.85% | - |
| XYZ | 38.74 | 22.65 | 41.36 | - |
| YUV | 127.64 | 153.04 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 172 | 0 | 0.67 | 0.21 | 0.15 | 319.03 | 0.66 | 0.57 |
| Hex | DA | 49 | AC | 0 | 43 | 15 | F | 13F | 42 | 39 |
| Octal | 332 | 111 | 254 | 0 | 103 | 25 | 17 | 477 | 102 | 71 |
| Binary | 11011010 | 1001001 | 10101100 | 0 | 1000011 | 10101 | 1111 | 100111111 | 1000010 | 111001 |
Color Harmonies of #DA49AC
Complementary color
Monochromatic Colors of #DA49AC
Black with #DA49AC
Text Example
Text Example
White with #DA49AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA49AC; }
p { color: rgb(218,73,172); }
H1.HeaderClassName
{
color: #DA49AC;
}
.AnyTagClassName
{
color: #DA49AC;
}
</style>
background-color css
<style>
a { background-color: #DA49AC; }
a { background-color: rgb(218,73,172); }
div.DivClassName
{
background-color: #DA49AC;
}
.BgClassName
{
background-color: #DA49AC;
}
</style>
border-color css
<style>
span { border-color: #DA49AC; }
span { border-color: rgb(218,73,172); }
td.TdClassName
{
border-color: #DA49AC;
}
.TagClassName
{
border-color: #DA49AC;
}
</style>