Shades of Mulberry #DB4794
Tints of Mulberry #DB4794
RGB
CMYK
RGB Variations
Color information
#DB4794 (or 0xDB4794) is known color: Mulberry. HEX triplet: DB, 47 and 94. RGB value is (219,71,148). Sum of RGB (Red+Green+Blue) = 219+71+148=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4794 is #24B86B. Grayscale: #7B7B7B. Windows color (decimal): -2406508 or 9717723. OLE color: 9717723.
HSL color Cylindrical-coordinate representation of color #DB4794: hue angle of 328.78º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4794 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 148 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.14 |
| HSL | 328.78º | 0.67% | 0.57% | - |
| HSV(B) | 328.78º | 0.68% | 0.86% | - |
| XYZ | 36.81 | 21.7 | 30.27 | - |
| YUV | 124.03 | 141.53 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 148 | 0 | 0.68 | 0.32 | 0.14 | 328.78 | 0.67 | 0.57 |
| Hex | DB | 47 | 94 | 0 | 44 | 20 | E | 149 | 43 | 39 |
| Octal | 333 | 107 | 224 | 0 | 104 | 40 | 16 | 511 | 103 | 71 |
| Binary | 11011011 | 1000111 | 10010100 | 0 | 1000100 | 100000 | 1110 | 101001001 | 1000011 | 111001 |
Color Harmonies of #DB4794
Complementary color
Monochromatic Colors of #DB4794
Black with #DB4794
Text Example
Text Example
White with #DB4794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4794; }
p { color: rgb(219,71,148); }
H1.HeaderClassName
{
color: #DB4794;
}
.AnyTagClassName
{
color: #DB4794;
}
</style>
background-color css
<style>
a { background-color: #DB4794; }
a { background-color: rgb(219,71,148); }
div.DivClassName
{
background-color: #DB4794;
}
.BgClassName
{
background-color: #DB4794;
}
</style>
border-color css
<style>
span { border-color: #DB4794; }
span { border-color: rgb(219,71,148); }
td.TdClassName
{
border-color: #DB4794;
}
.TagClassName
{
border-color: #DB4794;
}
</style>