Shades of Mulberry #DB54AA
Tints of Mulberry #DB54AA
RGB
CMYK
RGB Variations
Color information
#DB54AA (or 0xDB54AA) is known color: Mulberry. HEX triplet: DB, 54 and AA. RGB value is (219,84,170). Sum of RGB (Red+Green+Blue) = 219+84+170=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB54AA is #24AB55. Grayscale: #858585. Windows color (decimal): -2403158 or 11162843. OLE color: 11162843.
HSL color Cylindrical-coordinate representation of color #DB54AA: hue angle of 321.78º 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 #DB54AA is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 170 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.14 |
| HSL | 321.78º | 0.65% | 0.59% | - |
| HSV(B) | 321.78º | 0.62% | 0.86% | - |
| XYZ | 39.64 | 24.3 | 40.63 | - |
| YUV | 134.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 170 | 0 | 0.62 | 0.22 | 0.14 | 321.78 | 0.65 | 0.59 |
| Hex | DB | 54 | AA | 0 | 3E | 16 | E | 142 | 41 | 3B |
| Octal | 333 | 124 | 252 | 0 | 76 | 26 | 16 | 502 | 101 | 73 |
| Binary | 11011011 | 1010100 | 10101010 | 0 | 111110 | 10110 | 1110 | 101000010 | 1000001 | 111011 |
Color Harmonies of #DB54AA
Complementary color
Monochromatic Colors of #DB54AA
Black with #DB54AA
Text Example
Text Example
White with #DB54AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54AA; }
p { color: rgb(219,84,170); }
H1.HeaderClassName
{
color: #DB54AA;
}
.AnyTagClassName
{
color: #DB54AA;
}
</style>
background-color css
<style>
a { background-color: #DB54AA; }
a { background-color: rgb(219,84,170); }
div.DivClassName
{
background-color: #DB54AA;
}
.BgClassName
{
background-color: #DB54AA;
}
</style>
border-color css
<style>
span { border-color: #DB54AA; }
span { border-color: rgb(219,84,170); }
td.TdClassName
{
border-color: #DB54AA;
}
.TagClassName
{
border-color: #DB54AA;
}
</style>