Shades of Mulberry #DA4D94
Tints of Mulberry #DA4D94
RGB
CMYK
RGB Variations
Color information
#DA4D94 (or 0xDA4D94) is known color: Mulberry. HEX triplet: DA, 4D and 94. RGB value is (218,77,148). Sum of RGB (Red+Green+Blue) = 218+77+148=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4D94 is #25B26B. Grayscale: #7F7F7F. Windows color (decimal): -2470508 or 9719258. OLE color: 9719258.
HSL color Cylindrical-coordinate representation of color #DA4D94: hue angle of 329.79º 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 #DA4D94 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 148 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.15 |
| HSL | 329.79º | 0.66% | 0.58% | - |
| HSV(B) | 329.79º | 0.65% | 0.85% | - |
| XYZ | 36.91 | 22.35 | 30.39 | - |
| YUV | 127.25 | 139.71 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 148 | 0 | 0.65 | 0.32 | 0.15 | 329.79 | 0.66 | 0.58 |
| Hex | DA | 4D | 94 | 0 | 41 | 20 | F | 14A | 42 | 3A |
| Octal | 332 | 115 | 224 | 0 | 101 | 40 | 17 | 512 | 102 | 72 |
| Binary | 11011010 | 1001101 | 10010100 | 0 | 1000001 | 100000 | 1111 | 101001010 | 1000010 | 111010 |
Color Harmonies of #DA4D94
Complementary color
Monochromatic Colors of #DA4D94
Black with #DA4D94
Text Example
Text Example
White with #DA4D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D94; }
p { color: rgb(218,77,148); }
H1.HeaderClassName
{
color: #DA4D94;
}
.AnyTagClassName
{
color: #DA4D94;
}
</style>
background-color css
<style>
a { background-color: #DA4D94; }
a { background-color: rgb(218,77,148); }
div.DivClassName
{
background-color: #DA4D94;
}
.BgClassName
{
background-color: #DA4D94;
}
</style>
border-color css
<style>
span { border-color: #DA4D94; }
span { border-color: rgb(218,77,148); }
td.TdClassName
{
border-color: #DA4D94;
}
.TagClassName
{
border-color: #DA4D94;
}
</style>