Shades of Mulberry #DA4FA8
Tints of Mulberry #DA4FA8
RGB
CMYK
RGB Variations
Color information
#DA4FA8 (or 0xDA4FA8) is known color: Mulberry. HEX triplet: DA, 4F and A8. RGB value is (218,79,168). Sum of RGB (Red+Green+Blue) = 218+79+168=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4FA8 is #25B057. Grayscale: #828282. Windows color (decimal): -2469976 or 11030490. OLE color: 11030490.
HSL color Cylindrical-coordinate representation of color #DA4FA8: hue angle of 321.58º 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 #DA4FA8 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 79 | 168 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.15 |
| HSL | 321.58º | 0.65% | 0.58% | - |
| HSV(B) | 321.58º | 0.64% | 0.85% | - |
| XYZ | 38.78 | 23.32 | 39.5 | - |
| YUV | 130.71 | 149.05 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 79 | 168 | 0 | 0.64 | 0.23 | 0.15 | 321.58 | 0.65 | 0.58 |
| Hex | DA | 4F | A8 | 0 | 40 | 17 | F | 142 | 41 | 3A |
| Octal | 332 | 117 | 250 | 0 | 100 | 27 | 17 | 502 | 101 | 72 |
| Binary | 11011010 | 1001111 | 10101000 | 0 | 1000000 | 10111 | 1111 | 101000010 | 1000001 | 111010 |
Color Harmonies of #DA4FA8
Complementary color
Monochromatic Colors of #DA4FA8
Black with #DA4FA8
Text Example
Text Example
White with #DA4FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4FA8; }
p { color: rgb(218,79,168); }
H1.HeaderClassName
{
color: #DA4FA8;
}
.AnyTagClassName
{
color: #DA4FA8;
}
</style>
background-color css
<style>
a { background-color: #DA4FA8; }
a { background-color: rgb(218,79,168); }
div.DivClassName
{
background-color: #DA4FA8;
}
.BgClassName
{
background-color: #DA4FA8;
}
</style>
border-color css
<style>
span { border-color: #DA4FA8; }
span { border-color: rgb(218,79,168); }
td.TdClassName
{
border-color: #DA4FA8;
}
.TagClassName
{
border-color: #DA4FA8;
}
</style>