Shades of Mulberry #DB53AB
Tints of Mulberry #DB53AB
RGB
CMYK
RGB Variations
Color information
#DB53AB (or 0xDB53AB) is known color: Mulberry. HEX triplet: DB, 53 and AB. RGB value is (219,83,171). Sum of RGB (Red+Green+Blue) = 219+83+171=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB53AB is #24AC54. Grayscale: #858585. Windows color (decimal): -2403413 or 11228123. OLE color: 11228123.
HSL color Cylindrical-coordinate representation of color #DB53AB: hue angle of 321.18º 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 #DB53AB is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 171 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.14 |
| HSL | 321.18º | 0.65% | 0.59% | - |
| HSV(B) | 321.18º | 0.62% | 0.86% | - |
| XYZ | 39.66 | 24.19 | 41.11 | - |
| YUV | 133.7 | 149.06 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 171 | 0 | 0.62 | 0.22 | 0.14 | 321.18 | 0.65 | 0.59 |
| Hex | DB | 53 | AB | 0 | 3E | 16 | E | 141 | 41 | 3B |
| Octal | 333 | 123 | 253 | 0 | 76 | 26 | 16 | 501 | 101 | 73 |
| Binary | 11011011 | 1010011 | 10101011 | 0 | 111110 | 10110 | 1110 | 101000001 | 1000001 | 111011 |
Color Harmonies of #DB53AB
Complementary color
Monochromatic Colors of #DB53AB
Black with #DB53AB
Text Example
Text Example
White with #DB53AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53AB; }
p { color: rgb(219,83,171); }
H1.HeaderClassName
{
color: #DB53AB;
}
.AnyTagClassName
{
color: #DB53AB;
}
</style>
background-color css
<style>
a { background-color: #DB53AB; }
a { background-color: rgb(219,83,171); }
div.DivClassName
{
background-color: #DB53AB;
}
.BgClassName
{
background-color: #DB53AB;
}
</style>
border-color css
<style>
span { border-color: #DB53AB; }
span { border-color: rgb(219,83,171); }
td.TdClassName
{
border-color: #DB53AB;
}
.TagClassName
{
border-color: #DB53AB;
}
</style>