Shades of Mulberry #DB48A5
Tints of Mulberry #DB48A5
RGB
CMYK
RGB Variations
Color information
#DB48A5 (or 0xDB48A5) is known color: Mulberry. HEX triplet: DB, 48 and A5. RGB value is (219,72,165). Sum of RGB (Red+Green+Blue) = 219+72+165=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB48A5 is #24B75A. Grayscale: #7E7E7E. Windows color (decimal): -2406235 or 10832091. OLE color: 10832091.
HSL color Cylindrical-coordinate representation of color #DB48A5: hue angle of 322.04º 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 #DB48A5 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 165 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.14 |
| HSL | 322.04º | 0.67% | 0.57% | - |
| HSV(B) | 322.04º | 0.67% | 0.86% | - |
| XYZ | 38.32 | 22.41 | 37.9 | - |
| YUV | 126.56 | 149.7 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 165 | 0 | 0.67 | 0.25 | 0.14 | 322.04 | 0.67 | 0.57 |
| Hex | DB | 48 | A5 | 0 | 43 | 19 | E | 142 | 43 | 39 |
| Octal | 333 | 110 | 245 | 0 | 103 | 31 | 16 | 502 | 103 | 71 |
| Binary | 11011011 | 1001000 | 10100101 | 0 | 1000011 | 11001 | 1110 | 101000010 | 1000011 | 111001 |
Color Harmonies of #DB48A5
Complementary color
Monochromatic Colors of #DB48A5
Black with #DB48A5
Text Example
Text Example
White with #DB48A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48A5; }
p { color: rgb(219,72,165); }
H1.HeaderClassName
{
color: #DB48A5;
}
.AnyTagClassName
{
color: #DB48A5;
}
</style>
background-color css
<style>
a { background-color: #DB48A5; }
a { background-color: rgb(219,72,165); }
div.DivClassName
{
background-color: #DB48A5;
}
.BgClassName
{
background-color: #DB48A5;
}
</style>
border-color css
<style>
span { border-color: #DB48A5; }
span { border-color: rgb(219,72,165); }
td.TdClassName
{
border-color: #DB48A5;
}
.TagClassName
{
border-color: #DB48A5;
}
</style>