Shades of Mulberry #DA4AA8
Tints of Mulberry #DA4AA8
RGB
CMYK
RGB Variations
Color information
#DA4AA8 (or 0xDA4AA8) is known color: Mulberry. HEX triplet: DA, 4A and A8. RGB value is (218,74,168). Sum of RGB (Red+Green+Blue) = 218+74+168=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4AA8 is #25B557. Grayscale: #7F7F7F. Windows color (decimal): -2471256 or 11029210. OLE color: 11029210.
HSL color Cylindrical-coordinate representation of color #DA4AA8: hue angle of 320.83º 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 #DA4AA8 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 168 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.15 |
| HSL | 320.83º | 0.66% | 0.57% | - |
| HSV(B) | 320.83º | 0.66% | 0.85% | - |
| XYZ | 38.43 | 22.63 | 39.39 | - |
| YUV | 127.77 | 150.71 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 168 | 0 | 0.66 | 0.23 | 0.15 | 320.83 | 0.66 | 0.57 |
| Hex | DA | 4A | A8 | 0 | 42 | 17 | F | 141 | 42 | 39 |
| Octal | 332 | 112 | 250 | 0 | 102 | 27 | 17 | 501 | 102 | 71 |
| Binary | 11011010 | 1001010 | 10101000 | 0 | 1000010 | 10111 | 1111 | 101000001 | 1000010 | 111001 |
Color Harmonies of #DA4AA8
Complementary color
Monochromatic Colors of #DA4AA8
Black with #DA4AA8
Text Example
Text Example
White with #DA4AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4AA8; }
p { color: rgb(218,74,168); }
H1.HeaderClassName
{
color: #DA4AA8;
}
.AnyTagClassName
{
color: #DA4AA8;
}
</style>
background-color css
<style>
a { background-color: #DA4AA8; }
a { background-color: rgb(218,74,168); }
div.DivClassName
{
background-color: #DA4AA8;
}
.BgClassName
{
background-color: #DA4AA8;
}
</style>
border-color css
<style>
span { border-color: #DA4AA8; }
span { border-color: rgb(218,74,168); }
td.TdClassName
{
border-color: #DA4AA8;
}
.TagClassName
{
border-color: #DA4AA8;
}
</style>