Shades of Mulberry #DB53A9
Tints of Mulberry #DB53A9
RGB
CMYK
RGB Variations
Color information
#DB53A9 (or 0xDB53A9) is known color: Mulberry. HEX triplet: DB, 53 and A9. RGB value is (219,83,169). Sum of RGB (Red+Green+Blue) = 219+83+169=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB53A9 is #24AC56. Grayscale: #858585. Windows color (decimal): -2403415 or 11097051. OLE color: 11097051.
HSL color Cylindrical-coordinate representation of color #DB53A9: hue angle of 322.06º 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 #DB53A9 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 169 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.14 |
| HSL | 322.06º | 0.65% | 0.59% | - |
| HSV(B) | 322.06º | 0.62% | 0.86% | - |
| XYZ | 39.47 | 24.11 | 40.11 | - |
| YUV | 133.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 169 | 0 | 0.62 | 0.23 | 0.14 | 322.06 | 0.65 | 0.59 |
| Hex | DB | 53 | A9 | 0 | 3E | 17 | E | 142 | 41 | 3B |
| Octal | 333 | 123 | 251 | 0 | 76 | 27 | 16 | 502 | 101 | 73 |
| Binary | 11011011 | 1010011 | 10101001 | 0 | 111110 | 10111 | 1110 | 101000010 | 1000001 | 111011 |
Color Harmonies of #DB53A9
Complementary color
Monochromatic Colors of #DB53A9
Black with #DB53A9
Text Example
Text Example
White with #DB53A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53A9; }
p { color: rgb(219,83,169); }
H1.HeaderClassName
{
color: #DB53A9;
}
.AnyTagClassName
{
color: #DB53A9;
}
</style>
background-color css
<style>
a { background-color: #DB53A9; }
a { background-color: rgb(219,83,169); }
div.DivClassName
{
background-color: #DB53A9;
}
.BgClassName
{
background-color: #DB53A9;
}
</style>
border-color css
<style>
span { border-color: #DB53A9; }
span { border-color: rgb(219,83,169); }
td.TdClassName
{
border-color: #DB53A9;
}
.TagClassName
{
border-color: #DB53A9;
}
</style>