Shades of Mulberry #DA539B
Tints of Mulberry #DA539B
RGB
CMYK
RGB Variations
Color information
#DA539B (or 0xDA539B) is known color: Mulberry. HEX triplet: DA, 53 and 9B. RGB value is (218,83,155). Sum of RGB (Red+Green+Blue) = 218+83+155=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA539B is #25AC64. Grayscale: #838383. Windows color (decimal): -2468965 or 10179546. OLE color: 10179546.
HSL color Cylindrical-coordinate representation of color #DA539B: hue angle of 328º 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 #DA539B is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 155 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.15 |
| HSL | 328º | 0.65% | 0.59% | - |
| HSV(B) | 328º | 0.62% | 0.85% | - |
| XYZ | 37.92 | 23.46 | 33.54 | - |
| YUV | 131.57 | 141.23 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 155 | 0 | 0.62 | 0.29 | 0.15 | 328 | 0.65 | 0.59 |
| Hex | DA | 53 | 9B | 0 | 3E | 1D | F | 148 | 41 | 3B |
| Octal | 332 | 123 | 233 | 0 | 76 | 35 | 17 | 510 | 101 | 73 |
| Binary | 11011010 | 1010011 | 10011011 | 0 | 111110 | 11101 | 1111 | 101001000 | 1000001 | 111011 |
Color Harmonies of #DA539B
Complementary color
Monochromatic Colors of #DA539B
Black with #DA539B
Text Example
Text Example
White with #DA539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA539B; }
p { color: rgb(218,83,155); }
H1.HeaderClassName
{
color: #DA539B;
}
.AnyTagClassName
{
color: #DA539B;
}
</style>
background-color css
<style>
a { background-color: #DA539B; }
a { background-color: rgb(218,83,155); }
div.DivClassName
{
background-color: #DA539B;
}
.BgClassName
{
background-color: #DA539B;
}
</style>
border-color css
<style>
span { border-color: #DA539B; }
span { border-color: rgb(218,83,155); }
td.TdClassName
{
border-color: #DA539B;
}
.TagClassName
{
border-color: #DA539B;
}
</style>