Shades of Mulberry #DB54A9
Tints of Mulberry #DB54A9
RGB
CMYK
RGB Variations
Color information
#DB54A9 (or 0xDB54A9) is known color: Mulberry. HEX triplet: DB, 54 and A9. RGB value is (219,84,169). Sum of RGB (Red+Green+Blue) = 219+84+169=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB54A9 is #24AB56. Grayscale: #858585. Windows color (decimal): -2403159 or 11097307. OLE color: 11097307.
HSL color Cylindrical-coordinate representation of color #DB54A9: hue angle of 322.22º 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 #DB54A9 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 169 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.14 |
| HSL | 322.22º | 0.65% | 0.59% | - |
| HSV(B) | 322.22º | 0.62% | 0.86% | - |
| XYZ | 39.55 | 24.27 | 40.14 | - |
| YUV | 134.06 | 147.73 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 169 | 0 | 0.62 | 0.23 | 0.14 | 322.22 | 0.65 | 0.59 |
| Hex | DB | 54 | A9 | 0 | 3E | 17 | E | 142 | 41 | 3B |
| Octal | 333 | 124 | 251 | 0 | 76 | 27 | 16 | 502 | 101 | 73 |
| Binary | 11011011 | 1010100 | 10101001 | 0 | 111110 | 10111 | 1110 | 101000010 | 1000001 | 111011 |
Color Harmonies of #DB54A9
Complementary color
Monochromatic Colors of #DB54A9
Black with #DB54A9
Text Example
Text Example
White with #DB54A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54A9; }
p { color: rgb(219,84,169); }
H1.HeaderClassName
{
color: #DB54A9;
}
.AnyTagClassName
{
color: #DB54A9;
}
</style>
background-color css
<style>
a { background-color: #DB54A9; }
a { background-color: rgb(219,84,169); }
div.DivClassName
{
background-color: #DB54A9;
}
.BgClassName
{
background-color: #DB54A9;
}
</style>
border-color css
<style>
span { border-color: #DB54A9; }
span { border-color: rgb(219,84,169); }
td.TdClassName
{
border-color: #DB54A9;
}
.TagClassName
{
border-color: #DB54A9;
}
</style>