Shades of Mulberry #DA40AC
Tints of Mulberry #DA40AC
RGB
CMYK
RGB Variations
Color information
#DA40AC (or 0xDA40AC) is known color: Mulberry. HEX triplet: DA, 40 and AC. RGB value is (218,64,172). Sum of RGB (Red+Green+Blue) = 218+64+172=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA40AC is #25BF53. Grayscale: #7A7A7A. Windows color (decimal): -2473812 or 11288794. OLE color: 11288794.
HSL color Cylindrical-coordinate representation of color #DA40AC: hue angle of 317.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA40AC is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 172 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.15 |
| HSL | 317.92º | 0.68% | 0.55% | - |
| HSV(B) | 317.92º | 0.71% | 0.85% | - |
| XYZ | 38.19 | 21.55 | 41.18 | - |
| YUV | 122.36 | 156.02 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 172 | 0 | 0.71 | 0.21 | 0.15 | 317.92 | 0.68 | 0.55 |
| Hex | DA | 40 | AC | 0 | 47 | 15 | F | 13E | 44 | 37 |
| Octal | 332 | 100 | 254 | 0 | 107 | 25 | 17 | 476 | 104 | 67 |
| Binary | 11011010 | 1000000 | 10101100 | 0 | 1000111 | 10101 | 1111 | 100111110 | 1000100 | 110111 |
Color Harmonies of #DA40AC
Complementary color
Monochromatic Colors of #DA40AC
Black with #DA40AC
Text Example
Text Example
White with #DA40AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA40AC; }
p { color: rgb(218,64,172); }
H1.HeaderClassName
{
color: #DA40AC;
}
.AnyTagClassName
{
color: #DA40AC;
}
</style>
background-color css
<style>
a { background-color: #DA40AC; }
a { background-color: rgb(218,64,172); }
div.DivClassName
{
background-color: #DA40AC;
}
.BgClassName
{
background-color: #DA40AC;
}
</style>
border-color css
<style>
span { border-color: #DA40AC; }
span { border-color: rgb(218,64,172); }
td.TdClassName
{
border-color: #DA40AC;
}
.TagClassName
{
border-color: #DA40AC;
}
</style>