Shades of Mulberry #DB44A3
Tints of Mulberry #DB44A3
RGB
CMYK
RGB Variations
Color information
#DB44A3 (or 0xDB44A3) is known color: Mulberry. HEX triplet: DB, 44 and A3. RGB value is (219,68,163). Sum of RGB (Red+Green+Blue) = 219+68+163=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB44A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB44A3 is #24BB5C. Grayscale: #7B7B7B. Windows color (decimal): -2407261 or 10699995. OLE color: 10699995.
HSL color Cylindrical-coordinate representation of color #DB44A3: hue angle of 322.25º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB44A3 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 163 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.14 |
| HSL | 322.25º | 0.68% | 0.56% | - |
| HSV(B) | 322.25º | 0.69% | 0.86% | - |
| XYZ | 37.89 | 21.84 | 36.87 | - |
| YUV | 123.98 | 150.03 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 163 | 0 | 0.69 | 0.26 | 0.14 | 322.25 | 0.68 | 0.56 |
| Hex | DB | 44 | A3 | 0 | 45 | 1A | E | 142 | 44 | 38 |
| Octal | 333 | 104 | 243 | 0 | 105 | 32 | 16 | 502 | 104 | 70 |
| Binary | 11011011 | 1000100 | 10100011 | 0 | 1000101 | 11010 | 1110 | 101000010 | 1000100 | 111000 |
Color Harmonies of #DB44A3
Complementary color
Monochromatic Colors of #DB44A3
Black with #DB44A3
Text Example
Text Example
White with #DB44A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB44A3; }
p { color: rgb(219,68,163); }
H1.HeaderClassName
{
color: #DB44A3;
}
.AnyTagClassName
{
color: #DB44A3;
}
</style>
background-color css
<style>
a { background-color: #DB44A3; }
a { background-color: rgb(219,68,163); }
div.DivClassName
{
background-color: #DB44A3;
}
.BgClassName
{
background-color: #DB44A3;
}
</style>
border-color css
<style>
span { border-color: #DB44A3; }
span { border-color: rgb(219,68,163); }
td.TdClassName
{
border-color: #DB44A3;
}
.TagClassName
{
border-color: #DB44A3;
}
</style>