Shades of Mulberry #DA539E
Tints of Mulberry #DA539E
RGB
CMYK
RGB Variations
Color information
#DA539E (or 0xDA539E) is known color: Mulberry. HEX triplet: DA, 53 and 9E. RGB value is (218,83,158). Sum of RGB (Red+Green+Blue) = 218+83+158=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA539E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA539E is #25AC61. Grayscale: #838383. Windows color (decimal): -2468962 or 10376154. OLE color: 10376154.
HSL color Cylindrical-coordinate representation of color #DA539E: hue angle of 326.67º 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 #DA539E is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 158 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.15 |
| HSL | 326.67º | 0.65% | 0.59% | - |
| HSV(B) | 326.67º | 0.62% | 0.85% | - |
| XYZ | 38.18 | 23.56 | 34.88 | - |
| YUV | 131.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 158 | 0 | 0.62 | 0.28 | 0.15 | 326.67 | 0.65 | 0.59 |
| Hex | DA | 53 | 9E | 0 | 3E | 1C | F | 147 | 41 | 3B |
| Octal | 332 | 123 | 236 | 0 | 76 | 34 | 17 | 507 | 101 | 73 |
| Binary | 11011010 | 1010011 | 10011110 | 0 | 111110 | 11100 | 1111 | 101000111 | 1000001 | 111011 |
Color Harmonies of #DA539E
Complementary color
Monochromatic Colors of #DA539E
Black with #DA539E
Text Example
Text Example
White with #DA539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA539E; }
p { color: rgb(218,83,158); }
H1.HeaderClassName
{
color: #DA539E;
}
.AnyTagClassName
{
color: #DA539E;
}
</style>
background-color css
<style>
a { background-color: #DA539E; }
a { background-color: rgb(218,83,158); }
div.DivClassName
{
background-color: #DA539E;
}
.BgClassName
{
background-color: #DA539E;
}
</style>
border-color css
<style>
span { border-color: #DA539E; }
span { border-color: rgb(218,83,158); }
td.TdClassName
{
border-color: #DA539E;
}
.TagClassName
{
border-color: #DA539E;
}
</style>