Shades of Mulberry #DA559D
Tints of Mulberry #DA559D
RGB
CMYK
RGB Variations
Color information
#DA559D (or 0xDA559D) is known color: Mulberry. HEX triplet: DA, 55 and 9D. RGB value is (218,85,157). Sum of RGB (Red+Green+Blue) = 218+85+157=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA559D is #25AA62. Grayscale: #848484. Windows color (decimal): -2468451 or 10311130. OLE color: 10311130.
HSL color Cylindrical-coordinate representation of color #DA559D: hue angle of 327.52º 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 #DA559D is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 157 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.15 |
| HSL | 327.52º | 0.64% | 0.59% | - |
| HSV(B) | 327.52º | 0.61% | 0.85% | - |
| XYZ | 38.25 | 23.84 | 34.48 | - |
| YUV | 132.98 | 141.56 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 157 | 0 | 0.61 | 0.28 | 0.15 | 327.52 | 0.64 | 0.59 |
| Hex | DA | 55 | 9D | 0 | 3D | 1C | F | 148 | 40 | 3B |
| Octal | 332 | 125 | 235 | 0 | 75 | 34 | 17 | 510 | 100 | 73 |
| Binary | 11011010 | 1010101 | 10011101 | 0 | 111101 | 11100 | 1111 | 101001000 | 1000000 | 111011 |
Color Harmonies of #DA559D
Complementary color
Monochromatic Colors of #DA559D
Black with #DA559D
Text Example
Text Example
White with #DA559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA559D; }
p { color: rgb(218,85,157); }
H1.HeaderClassName
{
color: #DA559D;
}
.AnyTagClassName
{
color: #DA559D;
}
</style>
background-color css
<style>
a { background-color: #DA559D; }
a { background-color: rgb(218,85,157); }
div.DivClassName
{
background-color: #DA559D;
}
.BgClassName
{
background-color: #DA559D;
}
</style>
border-color css
<style>
span { border-color: #DA559D; }
span { border-color: rgb(218,85,157); }
td.TdClassName
{
border-color: #DA559D;
}
.TagClassName
{
border-color: #DA559D;
}
</style>