Shades of Mulberry #DA4EAC
Tints of Mulberry #DA4EAC
RGB
CMYK
RGB Variations
Color information
#DA4EAC (or 0xDA4EAC) is known color: Mulberry. HEX triplet: DA, 4E and AC. RGB value is (218,78,172). Sum of RGB (Red+Green+Blue) = 218+78+172=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4EAC is #25B153. Grayscale: #828282. Windows color (decimal): -2470228 or 11292378. OLE color: 11292378.
HSL color Cylindrical-coordinate representation of color #DA4EAC: hue angle of 319.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4EAC is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 172 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.15 |
| HSL | 319.71º | 0.65% | 0.58% | - |
| HSV(B) | 319.71º | 0.64% | 0.85% | - |
| XYZ | 39.08 | 23.33 | 41.47 | - |
| YUV | 130.58 | 151.38 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 172 | 0 | 0.64 | 0.21 | 0.15 | 319.71 | 0.65 | 0.58 |
| Hex | DA | 4E | AC | 0 | 40 | 15 | F | 140 | 41 | 3A |
| Octal | 332 | 116 | 254 | 0 | 100 | 25 | 17 | 500 | 101 | 72 |
| Binary | 11011010 | 1001110 | 10101100 | 0 | 1000000 | 10101 | 1111 | 101000000 | 1000001 | 111010 |
Color Harmonies of #DA4EAC
Complementary color
Monochromatic Colors of #DA4EAC
Black with #DA4EAC
Text Example
Text Example
White with #DA4EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4EAC; }
p { color: rgb(218,78,172); }
H1.HeaderClassName
{
color: #DA4EAC;
}
.AnyTagClassName
{
color: #DA4EAC;
}
</style>
background-color css
<style>
a { background-color: #DA4EAC; }
a { background-color: rgb(218,78,172); }
div.DivClassName
{
background-color: #DA4EAC;
}
.BgClassName
{
background-color: #DA4EAC;
}
</style>
border-color css
<style>
span { border-color: #DA4EAC; }
span { border-color: rgb(218,78,172); }
td.TdClassName
{
border-color: #DA4EAC;
}
.TagClassName
{
border-color: #DA4EAC;
}
</style>