Shades of Mulberry #DA4FA0
Tints of Mulberry #DA4FA0
RGB
CMYK
RGB Variations
Color information
#DA4FA0 (or 0xDA4FA0) is known color: Mulberry. HEX triplet: DA, 4F and A0. RGB value is (218,79,160). Sum of RGB (Red+Green+Blue) = 218+79+160=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4FA0 is #25B05F. Grayscale: #818181. Windows color (decimal): -2469984 or 10506202. OLE color: 10506202.
HSL color Cylindrical-coordinate representation of color #DA4FA0: hue angle of 325.04º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4FA0 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 79 | 160 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.15 |
| HSL | 325.04º | 0.65% | 0.58% | - |
| HSV(B) | 325.04º | 0.64% | 0.85% | - |
| XYZ | 38.05 | 23.04 | 35.7 | - |
| YUV | 129.8 | 145.05 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 79 | 160 | 0 | 0.64 | 0.27 | 0.15 | 325.04 | 0.65 | 0.58 |
| Hex | DA | 4F | A0 | 0 | 40 | 1B | F | 145 | 41 | 3A |
| Octal | 332 | 117 | 240 | 0 | 100 | 33 | 17 | 505 | 101 | 72 |
| Binary | 11011010 | 1001111 | 10100000 | 0 | 1000000 | 11011 | 1111 | 101000101 | 1000001 | 111010 |
Color Harmonies of #DA4FA0
Complementary color
Monochromatic Colors of #DA4FA0
Black with #DA4FA0
Text Example
Text Example
White with #DA4FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4FA0; }
p { color: rgb(218,79,160); }
H1.HeaderClassName
{
color: #DA4FA0;
}
.AnyTagClassName
{
color: #DA4FA0;
}
</style>
background-color css
<style>
a { background-color: #DA4FA0; }
a { background-color: rgb(218,79,160); }
div.DivClassName
{
background-color: #DA4FA0;
}
.BgClassName
{
background-color: #DA4FA0;
}
</style>
border-color css
<style>
span { border-color: #DA4FA0; }
span { border-color: rgb(218,79,160); }
td.TdClassName
{
border-color: #DA4FA0;
}
.TagClassName
{
border-color: #DA4FA0;
}
</style>