Shades of Mulberry #DA5493
Tints of Mulberry #DA5493
RGB
CMYK
RGB Variations
Color information
#DA5493 (or 0xDA5493) is known color: Mulberry. HEX triplet: DA, 54 and 93. RGB value is (218,84,147). Sum of RGB (Red+Green+Blue) = 218+84+147=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5493 is #25AB6C. Grayscale: #838383. Windows color (decimal): -2468717 or 9655514. OLE color: 9655514.
HSL color Cylindrical-coordinate representation of color #DA5493: hue angle of 331.79º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA5493 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 147 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.15 |
| HSL | 331.79º | 0.64% | 0.59% | - |
| HSV(B) | 331.79º | 0.61% | 0.85% | - |
| XYZ | 37.35 | 23.35 | 30.14 | - |
| YUV | 131.25 | 136.89 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 147 | 0 | 0.61 | 0.33 | 0.15 | 331.79 | 0.64 | 0.59 |
| Hex | DA | 54 | 93 | 0 | 3D | 21 | F | 14C | 40 | 3B |
| Octal | 332 | 124 | 223 | 0 | 75 | 41 | 17 | 514 | 100 | 73 |
| Binary | 11011010 | 1010100 | 10010011 | 0 | 111101 | 100001 | 1111 | 101001100 | 1000000 | 111011 |
Color Harmonies of #DA5493
Complementary color
Monochromatic Colors of #DA5493
Black with #DA5493
Text Example
Text Example
White with #DA5493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5493; }
p { color: rgb(218,84,147); }
H1.HeaderClassName
{
color: #DA5493;
}
.AnyTagClassName
{
color: #DA5493;
}
</style>
background-color css
<style>
a { background-color: #DA5493; }
a { background-color: rgb(218,84,147); }
div.DivClassName
{
background-color: #DA5493;
}
.BgClassName
{
background-color: #DA5493;
}
</style>
border-color css
<style>
span { border-color: #DA5493; }
span { border-color: rgb(218,84,147); }
td.TdClassName
{
border-color: #DA5493;
}
.TagClassName
{
border-color: #DA5493;
}
</style>