Shades of Mulberry #DA529B
Tints of Mulberry #DA529B
RGB
CMYK
RGB Variations
Color information
#DA529B (or 0xDA529B) is known color: Mulberry. HEX triplet: DA, 52 and 9B. RGB value is (218,82,155). Sum of RGB (Red+Green+Blue) = 218+82+155=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA529B is #25AD64. Grayscale: #828282. Windows color (decimal): -2469221 or 10179290. OLE color: 10179290.
HSL color Cylindrical-coordinate representation of color #DA529B: hue angle of 327.79º 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 #DA529B is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 155 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.15 |
| HSL | 327.79º | 0.65% | 0.59% | - |
| HSV(B) | 327.79º | 0.62% | 0.85% | - |
| XYZ | 37.85 | 23.31 | 33.51 | - |
| YUV | 130.99 | 141.56 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 155 | 0 | 0.62 | 0.29 | 0.15 | 327.79 | 0.65 | 0.59 |
| Hex | DA | 52 | 9B | 0 | 3E | 1D | F | 148 | 41 | 3B |
| Octal | 332 | 122 | 233 | 0 | 76 | 35 | 17 | 510 | 101 | 73 |
| Binary | 11011010 | 1010010 | 10011011 | 0 | 111110 | 11101 | 1111 | 101001000 | 1000001 | 111011 |
Color Harmonies of #DA529B
Complementary color
Monochromatic Colors of #DA529B
Black with #DA529B
Text Example
Text Example
White with #DA529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA529B; }
p { color: rgb(218,82,155); }
H1.HeaderClassName
{
color: #DA529B;
}
.AnyTagClassName
{
color: #DA529B;
}
</style>
background-color css
<style>
a { background-color: #DA529B; }
a { background-color: rgb(218,82,155); }
div.DivClassName
{
background-color: #DA529B;
}
.BgClassName
{
background-color: #DA529B;
}
</style>
border-color css
<style>
span { border-color: #DA529B; }
span { border-color: rgb(218,82,155); }
td.TdClassName
{
border-color: #DA529B;
}
.TagClassName
{
border-color: #DA529B;
}
</style>