Shades of Mulberry #DB55AA
Tints of Mulberry #DB55AA
RGB
CMYK
RGB Variations
Color information
#DB55AA (or 0xDB55AA) is known color: Mulberry. HEX triplet: DB, 55 and AA. RGB value is (219,85,170). Sum of RGB (Red+Green+Blue) = 219+85+170=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB55AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB55AA is #24AA55. Grayscale: #868686. Windows color (decimal): -2402902 or 11163099. OLE color: 11163099.
HSL color Cylindrical-coordinate representation of color #DB55AA: hue angle of 321.94º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB55AA is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 170 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.14 |
| HSL | 321.94º | 0.65% | 0.6% | - |
| HSV(B) | 321.94º | 0.61% | 0.86% | - |
| XYZ | 39.72 | 24.46 | 40.66 | - |
| YUV | 134.76 | 147.89 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 170 | 0 | 0.61 | 0.22 | 0.14 | 321.94 | 0.65 | 0.6 |
| Hex | DB | 55 | AA | 0 | 3D | 16 | E | 142 | 41 | 3C |
| Octal | 333 | 125 | 252 | 0 | 75 | 26 | 16 | 502 | 101 | 74 |
| Binary | 11011011 | 1010101 | 10101010 | 0 | 111101 | 10110 | 1110 | 101000010 | 1000001 | 111100 |
Color Harmonies of #DB55AA
Complementary color
Monochromatic Colors of #DB55AA
Black with #DB55AA
Text Example
Text Example
White with #DB55AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB55AA; }
p { color: rgb(219,85,170); }
H1.HeaderClassName
{
color: #DB55AA;
}
.AnyTagClassName
{
color: #DB55AA;
}
</style>
background-color css
<style>
a { background-color: #DB55AA; }
a { background-color: rgb(219,85,170); }
div.DivClassName
{
background-color: #DB55AA;
}
.BgClassName
{
background-color: #DB55AA;
}
</style>
border-color css
<style>
span { border-color: #DB55AA; }
span { border-color: rgb(219,85,170); }
td.TdClassName
{
border-color: #DB55AA;
}
.TagClassName
{
border-color: #DB55AA;
}
</style>