Shades of Mulberry #DA4BA1
Tints of Mulberry #DA4BA1
RGB
CMYK
RGB Variations
Color information
#DA4BA1 (or 0xDA4BA1) is known color: Mulberry. HEX triplet: DA, 4B and A1. RGB value is (218,75,161). Sum of RGB (Red+Green+Blue) = 218+75+161=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4BA1 is #25B45E. Grayscale: #7F7F7F. Windows color (decimal): -2471007 or 10570714. OLE color: 10570714.
HSL color Cylindrical-coordinate representation of color #DA4BA1: hue angle of 323.92º 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 #DA4BA1 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 75 | 161 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.15 |
| HSL | 323.92º | 0.66% | 0.57% | - |
| HSV(B) | 323.92º | 0.66% | 0.85% | - |
| XYZ | 37.86 | 22.51 | 36.07 | - |
| YUV | 127.56 | 146.88 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 75 | 161 | 0 | 0.66 | 0.26 | 0.15 | 323.92 | 0.66 | 0.57 |
| Hex | DA | 4B | A1 | 0 | 42 | 1A | F | 144 | 42 | 39 |
| Octal | 332 | 113 | 241 | 0 | 102 | 32 | 17 | 504 | 102 | 71 |
| Binary | 11011010 | 1001011 | 10100001 | 0 | 1000010 | 11010 | 1111 | 101000100 | 1000010 | 111001 |
Color Harmonies of #DA4BA1
Complementary color
Monochromatic Colors of #DA4BA1
Black with #DA4BA1
Text Example
Text Example
White with #DA4BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4BA1; }
p { color: rgb(218,75,161); }
H1.HeaderClassName
{
color: #DA4BA1;
}
.AnyTagClassName
{
color: #DA4BA1;
}
</style>
background-color css
<style>
a { background-color: #DA4BA1; }
a { background-color: rgb(218,75,161); }
div.DivClassName
{
background-color: #DA4BA1;
}
.BgClassName
{
background-color: #DA4BA1;
}
</style>
border-color css
<style>
span { border-color: #DA4BA1; }
span { border-color: rgb(218,75,161); }
td.TdClassName
{
border-color: #DA4BA1;
}
.TagClassName
{
border-color: #DA4BA1;
}
</style>