Shades of Mulberry #DB549D
Tints of Mulberry #DB549D
RGB
CMYK
RGB Variations
Color information
#DB549D (or 0xDB549D) is known color: Mulberry. HEX triplet: DB, 54 and 9D. RGB value is (219,84,157). Sum of RGB (Red+Green+Blue) = 219+84+157=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB549D is #24AB62. Grayscale: #848484. Windows color (decimal): -2403171 or 10310875. OLE color: 10310875.
HSL color Cylindrical-coordinate representation of color #DB549D: hue angle of 327.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB549D is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 157 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.14 |
| HSL | 327.56º | 0.65% | 0.59% | - |
| HSV(B) | 327.56º | 0.62% | 0.86% | - |
| XYZ | 38.47 | 23.84 | 34.47 | - |
| YUV | 132.69 | 141.73 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 157 | 0 | 0.62 | 0.28 | 0.14 | 327.56 | 0.65 | 0.59 |
| Hex | DB | 54 | 9D | 0 | 3E | 1C | E | 148 | 41 | 3B |
| Octal | 333 | 124 | 235 | 0 | 76 | 34 | 16 | 510 | 101 | 73 |
| Binary | 11011011 | 1010100 | 10011101 | 0 | 111110 | 11100 | 1110 | 101001000 | 1000001 | 111011 |
Color Harmonies of #DB549D
Complementary color
Monochromatic Colors of #DB549D
Black with #DB549D
Text Example
Text Example
White with #DB549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB549D; }
p { color: rgb(219,84,157); }
H1.HeaderClassName
{
color: #DB549D;
}
.AnyTagClassName
{
color: #DB549D;
}
</style>
background-color css
<style>
a { background-color: #DB549D; }
a { background-color: rgb(219,84,157); }
div.DivClassName
{
background-color: #DB549D;
}
.BgClassName
{
background-color: #DB549D;
}
</style>
border-color css
<style>
span { border-color: #DB549D; }
span { border-color: rgb(219,84,157); }
td.TdClassName
{
border-color: #DB549D;
}
.TagClassName
{
border-color: #DB549D;
}
</style>