Shades of Mulberry #DB4BA8
Tints of Mulberry #DB4BA8
RGB
CMYK
RGB Variations
Color information
#DB4BA8 (or 0xDB4BA8) is known color: Mulberry. HEX triplet: DB, 4B and A8. RGB value is (219,75,168). Sum of RGB (Red+Green+Blue) = 219+75+168=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4BA8 is #24B457. Grayscale: #808080. Windows color (decimal): -2405464 or 11029467. OLE color: 11029467.
HSL color Cylindrical-coordinate representation of color #DB4BA8: hue angle of 321.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4BA8 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 168 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.14 |
| HSL | 321.25º | 0.67% | 0.58% | - |
| HSV(B) | 321.25º | 0.66% | 0.86% | - |
| XYZ | 38.8 | 22.92 | 39.42 | - |
| YUV | 128.66 | 150.21 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 168 | 0 | 0.66 | 0.23 | 0.14 | 321.25 | 0.67 | 0.58 |
| Hex | DB | 4B | A8 | 0 | 42 | 17 | E | 141 | 43 | 3A |
| Octal | 333 | 113 | 250 | 0 | 102 | 27 | 16 | 501 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10101000 | 0 | 1000010 | 10111 | 1110 | 101000001 | 1000011 | 111010 |
Color Harmonies of #DB4BA8
Complementary color
Monochromatic Colors of #DB4BA8
Black with #DB4BA8
Text Example
Text Example
White with #DB4BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BA8; }
p { color: rgb(219,75,168); }
H1.HeaderClassName
{
color: #DB4BA8;
}
.AnyTagClassName
{
color: #DB4BA8;
}
</style>
background-color css
<style>
a { background-color: #DB4BA8; }
a { background-color: rgb(219,75,168); }
div.DivClassName
{
background-color: #DB4BA8;
}
.BgClassName
{
background-color: #DB4BA8;
}
</style>
border-color css
<style>
span { border-color: #DB4BA8; }
span { border-color: rgb(219,75,168); }
td.TdClassName
{
border-color: #DB4BA8;
}
.TagClassName
{
border-color: #DB4BA8;
}
</style>