Shades of Mulberry #DA4AAB
Tints of Mulberry #DA4AAB
RGB
CMYK
RGB Variations
Color information
#DA4AAB (or 0xDA4AAB) is known color: Mulberry. HEX triplet: DA, 4A and AB. RGB value is (218,74,171). Sum of RGB (Red+Green+Blue) = 218+74+171=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4AAB is #25B554. Grayscale: #7F7F7F. Windows color (decimal): -2471253 or 11225818. OLE color: 11225818.
HSL color Cylindrical-coordinate representation of color #DA4AAB: hue angle of 319.58º 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 #DA4AAB is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 171 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.15 |
| HSL | 319.58º | 0.66% | 0.57% | - |
| HSV(B) | 319.58º | 0.66% | 0.85% | - |
| XYZ | 38.71 | 22.74 | 40.88 | - |
| YUV | 128.11 | 152.21 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 171 | 0 | 0.66 | 0.22 | 0.15 | 319.58 | 0.66 | 0.57 |
| Hex | DA | 4A | AB | 0 | 42 | 16 | F | 140 | 42 | 39 |
| Octal | 332 | 112 | 253 | 0 | 102 | 26 | 17 | 500 | 102 | 71 |
| Binary | 11011010 | 1001010 | 10101011 | 0 | 1000010 | 10110 | 1111 | 101000000 | 1000010 | 111001 |
Color Harmonies of #DA4AAB
Complementary color
Monochromatic Colors of #DA4AAB
Black with #DA4AAB
Text Example
Text Example
White with #DA4AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4AAB; }
p { color: rgb(218,74,171); }
H1.HeaderClassName
{
color: #DA4AAB;
}
.AnyTagClassName
{
color: #DA4AAB;
}
</style>
background-color css
<style>
a { background-color: #DA4AAB; }
a { background-color: rgb(218,74,171); }
div.DivClassName
{
background-color: #DA4AAB;
}
.BgClassName
{
background-color: #DA4AAB;
}
</style>
border-color css
<style>
span { border-color: #DA4AAB; }
span { border-color: rgb(218,74,171); }
td.TdClassName
{
border-color: #DA4AAB;
}
.TagClassName
{
border-color: #DA4AAB;
}
</style>