Shades of Mulberry #DA4AAC
Tints of Mulberry #DA4AAC
RGB
CMYK
RGB Variations
Color information
#DA4AAC (or 0xDA4AAC) is known color: Mulberry. HEX triplet: DA, 4A and AC. RGB value is (218,74,172). Sum of RGB (Red+Green+Blue) = 218+74+172=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4AAC is #25B553. Grayscale: #7F7F7F. Windows color (decimal): -2471252 or 11291354. OLE color: 11291354.
HSL color Cylindrical-coordinate representation of color #DA4AAC: hue angle of 319.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4AAC is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 172 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.15 |
| HSL | 319.17º | 0.66% | 0.57% | - |
| HSV(B) | 319.17º | 0.66% | 0.85% | - |
| XYZ | 38.81 | 22.78 | 41.38 | - |
| YUV | 128.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 172 | 0 | 0.66 | 0.21 | 0.15 | 319.17 | 0.66 | 0.57 |
| Hex | DA | 4A | AC | 0 | 42 | 15 | F | 13F | 42 | 39 |
| Octal | 332 | 112 | 254 | 0 | 102 | 25 | 17 | 477 | 102 | 71 |
| Binary | 11011010 | 1001010 | 10101100 | 0 | 1000010 | 10101 | 1111 | 100111111 | 1000010 | 111001 |
Color Harmonies of #DA4AAC
Complementary color
Monochromatic Colors of #DA4AAC
Black with #DA4AAC
Text Example
Text Example
White with #DA4AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4AAC; }
p { color: rgb(218,74,172); }
H1.HeaderClassName
{
color: #DA4AAC;
}
.AnyTagClassName
{
color: #DA4AAC;
}
</style>
background-color css
<style>
a { background-color: #DA4AAC; }
a { background-color: rgb(218,74,172); }
div.DivClassName
{
background-color: #DA4AAC;
}
.BgClassName
{
background-color: #DA4AAC;
}
</style>
border-color css
<style>
span { border-color: #DA4AAC; }
span { border-color: rgb(218,74,172); }
td.TdClassName
{
border-color: #DA4AAC;
}
.TagClassName
{
border-color: #DA4AAC;
}
</style>