Shades of Mulberry #DA4BA3
Tints of Mulberry #DA4BA3
RGB
CMYK
RGB Variations
Color information
#DA4BA3 (or 0xDA4BA3) is known color: Mulberry. HEX triplet: DA, 4B and A3. RGB value is (218,75,163). Sum of RGB (Red+Green+Blue) = 218+75+163=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4BA3 is #25B45C. Grayscale: #7F7F7F. Windows color (decimal): -2471005 or 10701786. OLE color: 10701786.
HSL color Cylindrical-coordinate representation of color #DA4BA3: hue angle of 323.08º 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 #DA4BA3 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 75 | 163 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.15 |
| HSL | 323.08º | 0.66% | 0.57% | - |
| HSV(B) | 323.08º | 0.66% | 0.85% | - |
| XYZ | 38.04 | 22.58 | 37 | - |
| YUV | 127.79 | 147.88 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 75 | 163 | 0 | 0.66 | 0.25 | 0.15 | 323.08 | 0.66 | 0.57 |
| Hex | DA | 4B | A3 | 0 | 42 | 19 | F | 143 | 42 | 39 |
| Octal | 332 | 113 | 243 | 0 | 102 | 31 | 17 | 503 | 102 | 71 |
| Binary | 11011010 | 1001011 | 10100011 | 0 | 1000010 | 11001 | 1111 | 101000011 | 1000010 | 111001 |
Color Harmonies of #DA4BA3
Complementary color
Monochromatic Colors of #DA4BA3
Black with #DA4BA3
Text Example
Text Example
White with #DA4BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4BA3; }
p { color: rgb(218,75,163); }
H1.HeaderClassName
{
color: #DA4BA3;
}
.AnyTagClassName
{
color: #DA4BA3;
}
</style>
background-color css
<style>
a { background-color: #DA4BA3; }
a { background-color: rgb(218,75,163); }
div.DivClassName
{
background-color: #DA4BA3;
}
.BgClassName
{
background-color: #DA4BA3;
}
</style>
border-color css
<style>
span { border-color: #DA4BA3; }
span { border-color: rgb(218,75,163); }
td.TdClassName
{
border-color: #DA4BA3;
}
.TagClassName
{
border-color: #DA4BA3;
}
</style>