Shades of Mulberry #DB4896
Tints of Mulberry #DB4896
RGB
CMYK
RGB Variations
Color information
#DB4896 (or 0xDB4896) is known color: Mulberry. HEX triplet: DB, 48 and 96. RGB value is (219,72,150). Sum of RGB (Red+Green+Blue) = 219+72+150=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4896 is #24B769. Grayscale: #7C7C7C. Windows color (decimal): -2406250 or 9849051. OLE color: 9849051.
HSL color Cylindrical-coordinate representation of color #DB4896: hue angle of 328.16º 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 #DB4896 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 150 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.14 |
| HSL | 328.16º | 0.67% | 0.57% | - |
| HSV(B) | 328.16º | 0.67% | 0.86% | - |
| XYZ | 37.04 | 21.9 | 31.13 | - |
| YUV | 124.85 | 142.2 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 150 | 0 | 0.67 | 0.32 | 0.14 | 328.16 | 0.67 | 0.57 |
| Hex | DB | 48 | 96 | 0 | 43 | 20 | E | 148 | 43 | 39 |
| Octal | 333 | 110 | 226 | 0 | 103 | 40 | 16 | 510 | 103 | 71 |
| Binary | 11011011 | 1001000 | 10010110 | 0 | 1000011 | 100000 | 1110 | 101001000 | 1000011 | 111001 |
Color Harmonies of #DB4896
Complementary color
Monochromatic Colors of #DB4896
Black with #DB4896
Text Example
Text Example
White with #DB4896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4896; }
p { color: rgb(219,72,150); }
H1.HeaderClassName
{
color: #DB4896;
}
.AnyTagClassName
{
color: #DB4896;
}
</style>
background-color css
<style>
a { background-color: #DB4896; }
a { background-color: rgb(219,72,150); }
div.DivClassName
{
background-color: #DB4896;
}
.BgClassName
{
background-color: #DB4896;
}
</style>
border-color css
<style>
span { border-color: #DB4896; }
span { border-color: rgb(219,72,150); }
td.TdClassName
{
border-color: #DB4896;
}
.TagClassName
{
border-color: #DB4896;
}
</style>