Shades of Mulberry #DB549F
Tints of Mulberry #DB549F
RGB
CMYK
RGB Variations
Color information
#DB549F (or 0xDB549F) is known color: Mulberry. HEX triplet: DB, 54 and 9F. RGB value is (219,84,159). Sum of RGB (Red+Green+Blue) = 219+84+159=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB549F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB549F is #24AB60. Grayscale: #848484. Windows color (decimal): -2403169 or 10441947. OLE color: 10441947.
HSL color Cylindrical-coordinate representation of color #DB549F: hue angle of 326.67º 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 #DB549F is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 159 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.14 |
| HSL | 326.67º | 0.65% | 0.59% | - |
| HSV(B) | 326.67º | 0.62% | 0.86% | - |
| XYZ | 38.64 | 23.9 | 35.38 | - |
| YUV | 132.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 159 | 0 | 0.62 | 0.27 | 0.14 | 326.67 | 0.65 | 0.59 |
| Hex | DB | 54 | 9F | 0 | 3E | 1B | E | 147 | 41 | 3B |
| Octal | 333 | 124 | 237 | 0 | 76 | 33 | 16 | 507 | 101 | 73 |
| Binary | 11011011 | 1010100 | 10011111 | 0 | 111110 | 11011 | 1110 | 101000111 | 1000001 | 111011 |
Color Harmonies of #DB549F
Complementary color
Monochromatic Colors of #DB549F
Black with #DB549F
Text Example
Text Example
White with #DB549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB549F; }
p { color: rgb(219,84,159); }
H1.HeaderClassName
{
color: #DB549F;
}
.AnyTagClassName
{
color: #DB549F;
}
</style>
background-color css
<style>
a { background-color: #DB549F; }
a { background-color: rgb(219,84,159); }
div.DivClassName
{
background-color: #DB549F;
}
.BgClassName
{
background-color: #DB549F;
}
</style>
border-color css
<style>
span { border-color: #DB549F; }
span { border-color: rgb(219,84,159); }
td.TdClassName
{
border-color: #DB549F;
}
.TagClassName
{
border-color: #DB549F;
}
</style>