Shades of Mulberry #DA4FA6
Tints of Mulberry #DA4FA6
RGB
CMYK
RGB Variations
Color information
#DA4FA6 (or 0xDA4FA6) is known color: Mulberry. HEX triplet: DA, 4F and A6. RGB value is (218,79,166). Sum of RGB (Red+Green+Blue) = 218+79+166=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4FA6 is #25B059. Grayscale: #828282. Windows color (decimal): -2469978 or 10899418. OLE color: 10899418.
HSL color Cylindrical-coordinate representation of color #DA4FA6: hue angle of 322.45º 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 #DA4FA6 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 79 | 166 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.15 |
| HSL | 322.45º | 0.65% | 0.58% | - |
| HSV(B) | 322.45º | 0.64% | 0.85% | - |
| XYZ | 38.59 | 23.25 | 38.53 | - |
| YUV | 130.48 | 148.05 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 79 | 166 | 0 | 0.64 | 0.24 | 0.15 | 322.45 | 0.65 | 0.58 |
| Hex | DA | 4F | A6 | 0 | 40 | 18 | F | 142 | 41 | 3A |
| Octal | 332 | 117 | 246 | 0 | 100 | 30 | 17 | 502 | 101 | 72 |
| Binary | 11011010 | 1001111 | 10100110 | 0 | 1000000 | 11000 | 1111 | 101000010 | 1000001 | 111010 |
Color Harmonies of #DA4FA6
Complementary color
Monochromatic Colors of #DA4FA6
Black with #DA4FA6
Text Example
Text Example
White with #DA4FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4FA6; }
p { color: rgb(218,79,166); }
H1.HeaderClassName
{
color: #DA4FA6;
}
.AnyTagClassName
{
color: #DA4FA6;
}
</style>
background-color css
<style>
a { background-color: #DA4FA6; }
a { background-color: rgb(218,79,166); }
div.DivClassName
{
background-color: #DA4FA6;
}
.BgClassName
{
background-color: #DA4FA6;
}
</style>
border-color css
<style>
span { border-color: #DA4FA6; }
span { border-color: rgb(218,79,166); }
td.TdClassName
{
border-color: #DA4FA6;
}
.TagClassName
{
border-color: #DA4FA6;
}
</style>