Shades of Mulberry #DB53A1
Tints of Mulberry #DB53A1
RGB
CMYK
RGB Variations
Color information
#DB53A1 (or 0xDB53A1) is known color: Mulberry. HEX triplet: DB, 53 and A1. RGB value is (219,83,161). Sum of RGB (Red+Green+Blue) = 219+83+161=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB53A1 is #24AC5E. Grayscale: #848484. Windows color (decimal): -2403423 or 10572763. OLE color: 10572763.
HSL color Cylindrical-coordinate representation of color #DB53A1: hue angle of 325.59º 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 #DB53A1 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 161 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.14 |
| HSL | 325.59º | 0.65% | 0.59% | - |
| HSV(B) | 325.59º | 0.62% | 0.86% | - |
| XYZ | 38.74 | 23.82 | 36.27 | - |
| YUV | 132.56 | 144.06 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 161 | 0 | 0.62 | 0.26 | 0.14 | 325.59 | 0.65 | 0.59 |
| Hex | DB | 53 | A1 | 0 | 3E | 1A | E | 146 | 41 | 3B |
| Octal | 333 | 123 | 241 | 0 | 76 | 32 | 16 | 506 | 101 | 73 |
| Binary | 11011011 | 1010011 | 10100001 | 0 | 111110 | 11010 | 1110 | 101000110 | 1000001 | 111011 |
Color Harmonies of #DB53A1
Complementary color
Monochromatic Colors of #DB53A1
Black with #DB53A1
Text Example
Text Example
White with #DB53A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53A1; }
p { color: rgb(219,83,161); }
H1.HeaderClassName
{
color: #DB53A1;
}
.AnyTagClassName
{
color: #DB53A1;
}
</style>
background-color css
<style>
a { background-color: #DB53A1; }
a { background-color: rgb(219,83,161); }
div.DivClassName
{
background-color: #DB53A1;
}
.BgClassName
{
background-color: #DB53A1;
}
</style>
border-color css
<style>
span { border-color: #DB53A1; }
span { border-color: rgb(219,83,161); }
td.TdClassName
{
border-color: #DB53A1;
}
.TagClassName
{
border-color: #DB53A1;
}
</style>