Shades of Mulberry #DA4DAC
Tints of Mulberry #DA4DAC
RGB
CMYK
RGB Variations
Color information
#DA4DAC (or 0xDA4DAC) is known color: Mulberry. HEX triplet: DA, 4D and AC. RGB value is (218,77,172). Sum of RGB (Red+Green+Blue) = 218+77+172=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4DAC is #25B253. Grayscale: #818181. Windows color (decimal): -2470484 or 11292122. OLE color: 11292122.
HSL color Cylindrical-coordinate representation of color #DA4DAC: hue angle of 319.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4DAC is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 172 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.15 |
| HSL | 319.57º | 0.66% | 0.58% | - |
| HSV(B) | 319.57º | 0.65% | 0.85% | - |
| XYZ | 39.01 | 23.19 | 41.45 | - |
| YUV | 129.99 | 151.71 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 172 | 0 | 0.65 | 0.21 | 0.15 | 319.57 | 0.66 | 0.58 |
| Hex | DA | 4D | AC | 0 | 41 | 15 | F | 140 | 42 | 3A |
| Octal | 332 | 115 | 254 | 0 | 101 | 25 | 17 | 500 | 102 | 72 |
| Binary | 11011010 | 1001101 | 10101100 | 0 | 1000001 | 10101 | 1111 | 101000000 | 1000010 | 111010 |
Color Harmonies of #DA4DAC
Complementary color
Monochromatic Colors of #DA4DAC
Black with #DA4DAC
Text Example
Text Example
White with #DA4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4DAC; }
p { color: rgb(218,77,172); }
H1.HeaderClassName
{
color: #DA4DAC;
}
.AnyTagClassName
{
color: #DA4DAC;
}
</style>
background-color css
<style>
a { background-color: #DA4DAC; }
a { background-color: rgb(218,77,172); }
div.DivClassName
{
background-color: #DA4DAC;
}
.BgClassName
{
background-color: #DA4DAC;
}
</style>
border-color css
<style>
span { border-color: #DA4DAC; }
span { border-color: rgb(218,77,172); }
td.TdClassName
{
border-color: #DA4DAC;
}
.TagClassName
{
border-color: #DA4DAC;
}
</style>