Shades of Mulberry #DA5293
Tints of Mulberry #DA5293
RGB
CMYK
RGB Variations
Color information
#DA5293 (or 0xDA5293) is known color: Mulberry. HEX triplet: DA, 52 and 93. RGB value is (218,82,147). Sum of RGB (Red+Green+Blue) = 218+82+147=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5293 is #25AD6C. Grayscale: #818181. Windows color (decimal): -2469229 or 9655002. OLE color: 9655002.
HSL color Cylindrical-coordinate representation of color #DA5293: hue angle of 331.32º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5293 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 147 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.15 |
| HSL | 331.32º | 0.65% | 0.59% | - |
| HSV(B) | 331.32º | 0.62% | 0.85% | - |
| XYZ | 37.2 | 23.05 | 30.09 | - |
| YUV | 130.07 | 137.56 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 147 | 0 | 0.62 | 0.33 | 0.15 | 331.32 | 0.65 | 0.59 |
| Hex | DA | 52 | 93 | 0 | 3E | 21 | F | 14B | 41 | 3B |
| Octal | 332 | 122 | 223 | 0 | 76 | 41 | 17 | 513 | 101 | 73 |
| Binary | 11011010 | 1010010 | 10010011 | 0 | 111110 | 100001 | 1111 | 101001011 | 1000001 | 111011 |
Color Harmonies of #DA5293
Complementary color
Monochromatic Colors of #DA5293
Black with #DA5293
Text Example
Text Example
White with #DA5293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5293; }
p { color: rgb(218,82,147); }
H1.HeaderClassName
{
color: #DA5293;
}
.AnyTagClassName
{
color: #DA5293;
}
</style>
background-color css
<style>
a { background-color: #DA5293; }
a { background-color: rgb(218,82,147); }
div.DivClassName
{
background-color: #DA5293;
}
.BgClassName
{
background-color: #DA5293;
}
</style>
border-color css
<style>
span { border-color: #DA5293; }
span { border-color: rgb(218,82,147); }
td.TdClassName
{
border-color: #DA5293;
}
.TagClassName
{
border-color: #DA5293;
}
</style>