Shades of Mulberry #DA5595
Tints of Mulberry #DA5595
RGB
CMYK
RGB Variations
Color information
#DA5595 (or 0xDA5595) is known color: Mulberry. HEX triplet: DA, 55 and 95. RGB value is (218,85,149). Sum of RGB (Red+Green+Blue) = 218+85+149=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5595 is #25AA6A. Grayscale: #838383. Windows color (decimal): -2468459 or 9786842. OLE color: 9786842.
HSL color Cylindrical-coordinate representation of color #DA5595: hue angle of 331.13º 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 #DA5595 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 149 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.15 |
| HSL | 331.13º | 0.64% | 0.59% | - |
| HSV(B) | 331.13º | 0.61% | 0.85% | - |
| XYZ | 37.59 | 23.57 | 31 | - |
| YUV | 132.06 | 137.56 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 149 | 0 | 0.61 | 0.32 | 0.15 | 331.13 | 0.64 | 0.59 |
| Hex | DA | 55 | 95 | 0 | 3D | 20 | F | 14B | 40 | 3B |
| Octal | 332 | 125 | 225 | 0 | 75 | 40 | 17 | 513 | 100 | 73 |
| Binary | 11011010 | 1010101 | 10010101 | 0 | 111101 | 100000 | 1111 | 101001011 | 1000000 | 111011 |
Color Harmonies of #DA5595
Complementary color
Monochromatic Colors of #DA5595
Black with #DA5595
Text Example
Text Example
White with #DA5595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5595; }
p { color: rgb(218,85,149); }
H1.HeaderClassName
{
color: #DA5595;
}
.AnyTagClassName
{
color: #DA5595;
}
</style>
background-color css
<style>
a { background-color: #DA5595; }
a { background-color: rgb(218,85,149); }
div.DivClassName
{
background-color: #DA5595;
}
.BgClassName
{
background-color: #DA5595;
}
</style>
border-color css
<style>
span { border-color: #DA5595; }
span { border-color: rgb(218,85,149); }
td.TdClassName
{
border-color: #DA5595;
}
.TagClassName
{
border-color: #DA5595;
}
</style>