Shades of Mulberry #DB48AB
Tints of Mulberry #DB48AB
RGB
CMYK
RGB Variations
Color information
#DB48AB (or 0xDB48AB) is known color: Mulberry. HEX triplet: DB, 48 and AB. RGB value is (219,72,171). Sum of RGB (Red+Green+Blue) = 219+72+171=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB48AB is #24B754. Grayscale: #7E7E7E. Windows color (decimal): -2406229 or 11225307. OLE color: 11225307.
HSL color Cylindrical-coordinate representation of color #DB48AB: hue angle of 319.59º 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 #DB48AB is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 171 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.14 |
| HSL | 319.59º | 0.67% | 0.57% | - |
| HSV(B) | 319.59º | 0.67% | 0.86% | - |
| XYZ | 38.88 | 22.64 | 40.85 | - |
| YUV | 127.24 | 152.7 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 171 | 0 | 0.67 | 0.22 | 0.14 | 319.59 | 0.67 | 0.57 |
| Hex | DB | 48 | AB | 0 | 43 | 16 | E | 140 | 43 | 39 |
| Octal | 333 | 110 | 253 | 0 | 103 | 26 | 16 | 500 | 103 | 71 |
| Binary | 11011011 | 1001000 | 10101011 | 0 | 1000011 | 10110 | 1110 | 101000000 | 1000011 | 111001 |
Color Harmonies of #DB48AB
Complementary color
Monochromatic Colors of #DB48AB
Black with #DB48AB
Text Example
Text Example
White with #DB48AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48AB; }
p { color: rgb(219,72,171); }
H1.HeaderClassName
{
color: #DB48AB;
}
.AnyTagClassName
{
color: #DB48AB;
}
</style>
background-color css
<style>
a { background-color: #DB48AB; }
a { background-color: rgb(219,72,171); }
div.DivClassName
{
background-color: #DB48AB;
}
.BgClassName
{
background-color: #DB48AB;
}
</style>
border-color css
<style>
span { border-color: #DB48AB; }
span { border-color: rgb(219,72,171); }
td.TdClassName
{
border-color: #DB48AB;
}
.TagClassName
{
border-color: #DB48AB;
}
</style>