Shades of Mulberry #DA4DA3
Tints of Mulberry #DA4DA3
RGB
CMYK
RGB Variations
Color information
#DA4DA3 (or 0xDA4DA3) is known color: Mulberry. HEX triplet: DA, 4D and A3. RGB value is (218,77,163). Sum of RGB (Red+Green+Blue) = 218+77+163=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4DA3 is #25B25C. Grayscale: #808080. Windows color (decimal): -2470493 or 10702298. OLE color: 10702298.
HSL color Cylindrical-coordinate representation of color #DA4DA3: hue angle of 323.4º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4DA3 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 163 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.15 |
| HSL | 323.4º | 0.66% | 0.58% | - |
| HSV(B) | 323.4º | 0.65% | 0.85% | - |
| XYZ | 38.18 | 22.86 | 37.05 | - |
| YUV | 128.96 | 147.21 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 163 | 0 | 0.65 | 0.25 | 0.15 | 323.4 | 0.66 | 0.58 |
| Hex | DA | 4D | A3 | 0 | 41 | 19 | F | 143 | 42 | 3A |
| Octal | 332 | 115 | 243 | 0 | 101 | 31 | 17 | 503 | 102 | 72 |
| Binary | 11011010 | 1001101 | 10100011 | 0 | 1000001 | 11001 | 1111 | 101000011 | 1000010 | 111010 |
Color Harmonies of #DA4DA3
Complementary color
Monochromatic Colors of #DA4DA3
Black with #DA4DA3
Text Example
Text Example
White with #DA4DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4DA3; }
p { color: rgb(218,77,163); }
H1.HeaderClassName
{
color: #DA4DA3;
}
.AnyTagClassName
{
color: #DA4DA3;
}
</style>
background-color css
<style>
a { background-color: #DA4DA3; }
a { background-color: rgb(218,77,163); }
div.DivClassName
{
background-color: #DA4DA3;
}
.BgClassName
{
background-color: #DA4DA3;
}
</style>
border-color css
<style>
span { border-color: #DA4DA3; }
span { border-color: rgb(218,77,163); }
td.TdClassName
{
border-color: #DA4DA3;
}
.TagClassName
{
border-color: #DA4DA3;
}
</style>