Shades of Mulberry #DA5294
Tints of Mulberry #DA5294
RGB
CMYK
RGB Variations
Color information
#DA5294 (or 0xDA5294) is known color: Mulberry. HEX triplet: DA, 52 and 94. RGB value is (218,82,148). Sum of RGB (Red+Green+Blue) = 218+82+148=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5294 is #25AD6B. Grayscale: #828282. Windows color (decimal): -2469228 or 9720538. OLE color: 9720538.
HSL color Cylindrical-coordinate representation of color #DA5294: hue angle of 330.88º 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 #DA5294 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 148 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.15 |
| HSL | 330.88º | 0.65% | 0.59% | - |
| HSV(B) | 330.88º | 0.62% | 0.85% | - |
| XYZ | 37.28 | 23.08 | 30.51 | - |
| YUV | 130.19 | 138.06 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 148 | 0 | 0.62 | 0.32 | 0.15 | 330.88 | 0.65 | 0.59 |
| Hex | DA | 52 | 94 | 0 | 3E | 20 | F | 14B | 41 | 3B |
| Octal | 332 | 122 | 224 | 0 | 76 | 40 | 17 | 513 | 101 | 73 |
| Binary | 11011010 | 1010010 | 10010100 | 0 | 111110 | 100000 | 1111 | 101001011 | 1000001 | 111011 |
Color Harmonies of #DA5294
Complementary color
Monochromatic Colors of #DA5294
Black with #DA5294
Text Example
Text Example
White with #DA5294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5294; }
p { color: rgb(218,82,148); }
H1.HeaderClassName
{
color: #DA5294;
}
.AnyTagClassName
{
color: #DA5294;
}
</style>
background-color css
<style>
a { background-color: #DA5294; }
a { background-color: rgb(218,82,148); }
div.DivClassName
{
background-color: #DA5294;
}
.BgClassName
{
background-color: #DA5294;
}
</style>
border-color css
<style>
span { border-color: #DA5294; }
span { border-color: rgb(218,82,148); }
td.TdClassName
{
border-color: #DA5294;
}
.TagClassName
{
border-color: #DA5294;
}
</style>