Shades of Mulberry #DB48AA
Tints of Mulberry #DB48AA
RGB
CMYK
RGB Variations
Color information
#DB48AA (or 0xDB48AA) is known color: Mulberry. HEX triplet: DB, 48 and AA. RGB value is (219,72,170). Sum of RGB (Red+Green+Blue) = 219+72+170=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB48AA is #24B755. Grayscale: #7E7E7E. Windows color (decimal): -2406230 or 11159771. OLE color: 11159771.
HSL color Cylindrical-coordinate representation of color #DB48AA: hue angle of 320º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB48AA is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 170 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.14 |
| HSL | 320º | 0.67% | 0.57% | - |
| HSV(B) | 320º | 0.67% | 0.86% | - |
| XYZ | 38.79 | 22.6 | 40.35 | - |
| YUV | 127.13 | 152.2 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 170 | 0 | 0.67 | 0.22 | 0.14 | 320 | 0.67 | 0.57 |
| Hex | DB | 48 | AA | 0 | 43 | 16 | E | 140 | 43 | 39 |
| Octal | 333 | 110 | 252 | 0 | 103 | 26 | 16 | 500 | 103 | 71 |
| Binary | 11011011 | 1001000 | 10101010 | 0 | 1000011 | 10110 | 1110 | 101000000 | 1000011 | 111001 |
Color Harmonies of #DB48AA
Complementary color
Monochromatic Colors of #DB48AA
Black with #DB48AA
Text Example
Text Example
White with #DB48AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48AA; }
p { color: rgb(219,72,170); }
H1.HeaderClassName
{
color: #DB48AA;
}
.AnyTagClassName
{
color: #DB48AA;
}
</style>
background-color css
<style>
a { background-color: #DB48AA; }
a { background-color: rgb(219,72,170); }
div.DivClassName
{
background-color: #DB48AA;
}
.BgClassName
{
background-color: #DB48AA;
}
</style>
border-color css
<style>
span { border-color: #DB48AA; }
span { border-color: rgb(219,72,170); }
td.TdClassName
{
border-color: #DB48AA;
}
.TagClassName
{
border-color: #DB48AA;
}
</style>