Shades of Mulberry #DB54A3
Tints of Mulberry #DB54A3
RGB
CMYK
RGB Variations
Color information
#DB54A3 (or 0xDB54A3) is known color: Mulberry. HEX triplet: DB, 54 and A3. RGB value is (219,84,163). Sum of RGB (Red+Green+Blue) = 219+84+163=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB54A3 is #24AB5C. Grayscale: #858585. Windows color (decimal): -2403165 or 10704091. OLE color: 10704091.
HSL color Cylindrical-coordinate representation of color #DB54A3: hue angle of 324.89º 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 #DB54A3 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 163 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.14 |
| HSL | 324.89º | 0.65% | 0.59% | - |
| HSV(B) | 324.89º | 0.62% | 0.86% | - |
| XYZ | 38.99 | 24.05 | 37.24 | - |
| YUV | 133.37 | 144.73 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 163 | 0 | 0.62 | 0.26 | 0.14 | 324.89 | 0.65 | 0.59 |
| Hex | DB | 54 | A3 | 0 | 3E | 1A | E | 145 | 41 | 3B |
| Octal | 333 | 124 | 243 | 0 | 76 | 32 | 16 | 505 | 101 | 73 |
| Binary | 11011011 | 1010100 | 10100011 | 0 | 111110 | 11010 | 1110 | 101000101 | 1000001 | 111011 |
Color Harmonies of #DB54A3
Complementary color
Monochromatic Colors of #DB54A3
Black with #DB54A3
Text Example
Text Example
White with #DB54A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54A3; }
p { color: rgb(219,84,163); }
H1.HeaderClassName
{
color: #DB54A3;
}
.AnyTagClassName
{
color: #DB54A3;
}
</style>
background-color css
<style>
a { background-color: #DB54A3; }
a { background-color: rgb(219,84,163); }
div.DivClassName
{
background-color: #DB54A3;
}
.BgClassName
{
background-color: #DB54A3;
}
</style>
border-color css
<style>
span { border-color: #DB54A3; }
span { border-color: rgb(219,84,163); }
td.TdClassName
{
border-color: #DB54A3;
}
.TagClassName
{
border-color: #DB54A3;
}
</style>