Shades of Mulberry #DB529D
Tints of Mulberry #DB529D
RGB
CMYK
RGB Variations
Color information
#DB529D (or 0xDB529D) is known color: Mulberry. HEX triplet: DB, 52 and 9D. RGB value is (219,82,157). Sum of RGB (Red+Green+Blue) = 219+82+157=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB529D is #24AD62. Grayscale: #838383. Windows color (decimal): -2403683 or 10310363. OLE color: 10310363.
HSL color Cylindrical-coordinate representation of color #DB529D: hue angle of 327.15º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB529D is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 157 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.14 |
| HSL | 327.15º | 0.66% | 0.59% | - |
| HSV(B) | 327.15º | 0.63% | 0.86% | - |
| XYZ | 38.32 | 23.53 | 34.42 | - |
| YUV | 131.51 | 142.39 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 157 | 0 | 0.63 | 0.28 | 0.14 | 327.15 | 0.66 | 0.59 |
| Hex | DB | 52 | 9D | 0 | 3F | 1C | E | 147 | 42 | 3B |
| Octal | 333 | 122 | 235 | 0 | 77 | 34 | 16 | 507 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10011101 | 0 | 111111 | 11100 | 1110 | 101000111 | 1000010 | 111011 |
Color Harmonies of #DB529D
Complementary color
Monochromatic Colors of #DB529D
Black with #DB529D
Text Example
Text Example
White with #DB529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB529D; }
p { color: rgb(219,82,157); }
H1.HeaderClassName
{
color: #DB529D;
}
.AnyTagClassName
{
color: #DB529D;
}
</style>
background-color css
<style>
a { background-color: #DB529D; }
a { background-color: rgb(219,82,157); }
div.DivClassName
{
background-color: #DB529D;
}
.BgClassName
{
background-color: #DB529D;
}
</style>
border-color css
<style>
span { border-color: #DB529D; }
span { border-color: rgb(219,82,157); }
td.TdClassName
{
border-color: #DB529D;
}
.TagClassName
{
border-color: #DB529D;
}
</style>