Shades of Mulberry #DB53A0
Tints of Mulberry #DB53A0
RGB
CMYK
RGB Variations
Color information
#DB53A0 (or 0xDB53A0) is known color: Mulberry. HEX triplet: DB, 53 and A0. RGB value is (219,83,160). Sum of RGB (Red+Green+Blue) = 219+83+160=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB53A0 is #24AC5F. Grayscale: #848484. Windows color (decimal): -2403424 or 10507227. OLE color: 10507227.
HSL color Cylindrical-coordinate representation of color #DB53A0: hue angle of 326.03º 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 #DB53A0 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 160 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.14 |
| HSL | 326.03º | 0.65% | 0.59% | - |
| HSV(B) | 326.03º | 0.62% | 0.86% | - |
| XYZ | 38.65 | 23.78 | 35.81 | - |
| YUV | 132.44 | 143.56 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 160 | 0 | 0.62 | 0.27 | 0.14 | 326.03 | 0.65 | 0.59 |
| Hex | DB | 53 | A0 | 0 | 3E | 1B | E | 146 | 41 | 3B |
| Octal | 333 | 123 | 240 | 0 | 76 | 33 | 16 | 506 | 101 | 73 |
| Binary | 11011011 | 1010011 | 10100000 | 0 | 111110 | 11011 | 1110 | 101000110 | 1000001 | 111011 |
Color Harmonies of #DB53A0
Complementary color
Monochromatic Colors of #DB53A0
Black with #DB53A0
Text Example
Text Example
White with #DB53A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53A0; }
p { color: rgb(219,83,160); }
H1.HeaderClassName
{
color: #DB53A0;
}
.AnyTagClassName
{
color: #DB53A0;
}
</style>
background-color css
<style>
a { background-color: #DB53A0; }
a { background-color: rgb(219,83,160); }
div.DivClassName
{
background-color: #DB53A0;
}
.BgClassName
{
background-color: #DB53A0;
}
</style>
border-color css
<style>
span { border-color: #DB53A0; }
span { border-color: rgb(219,83,160); }
td.TdClassName
{
border-color: #DB53A0;
}
.TagClassName
{
border-color: #DB53A0;
}
</style>