Shades of Mulberry #DA4D9B
Tints of Mulberry #DA4D9B
RGB
CMYK
RGB Variations
Color information
#DA4D9B (or 0xDA4D9B) is known color: Mulberry. HEX triplet: DA, 4D and 9B. RGB value is (218,77,155). Sum of RGB (Red+Green+Blue) = 218+77+155=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4D9B is #25B264. Grayscale: #7F7F7F. Windows color (decimal): -2470501 or 10178010. OLE color: 10178010.
HSL color Cylindrical-coordinate representation of color #DA4D9B: hue angle of 326.81º 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 #DA4D9B is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 155 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.15 |
| HSL | 326.81º | 0.66% | 0.58% | - |
| HSV(B) | 326.81º | 0.65% | 0.85% | - |
| XYZ | 37.48 | 22.58 | 33.39 | - |
| YUV | 128.05 | 143.21 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 155 | 0 | 0.65 | 0.29 | 0.15 | 326.81 | 0.66 | 0.58 |
| Hex | DA | 4D | 9B | 0 | 41 | 1D | F | 147 | 42 | 3A |
| Octal | 332 | 115 | 233 | 0 | 101 | 35 | 17 | 507 | 102 | 72 |
| Binary | 11011010 | 1001101 | 10011011 | 0 | 1000001 | 11101 | 1111 | 101000111 | 1000010 | 111010 |
Color Harmonies of #DA4D9B
Complementary color
Monochromatic Colors of #DA4D9B
Black with #DA4D9B
Text Example
Text Example
White with #DA4D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D9B; }
p { color: rgb(218,77,155); }
H1.HeaderClassName
{
color: #DA4D9B;
}
.AnyTagClassName
{
color: #DA4D9B;
}
</style>
background-color css
<style>
a { background-color: #DA4D9B; }
a { background-color: rgb(218,77,155); }
div.DivClassName
{
background-color: #DA4D9B;
}
.BgClassName
{
background-color: #DA4D9B;
}
</style>
border-color css
<style>
span { border-color: #DA4D9B; }
span { border-color: rgb(218,77,155); }
td.TdClassName
{
border-color: #DA4D9B;
}
.TagClassName
{
border-color: #DA4D9B;
}
</style>