Shades of Mulberry #DB4893
Tints of Mulberry #DB4893
RGB
CMYK
RGB Variations
Color information
#DB4893 (or 0xDB4893) is known color: Mulberry. HEX triplet: DB, 48 and 93. RGB value is (219,72,147). Sum of RGB (Red+Green+Blue) = 219+72+147=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4893 is #24B76C. Grayscale: #7C7C7C. Windows color (decimal): -2406253 or 9652443. OLE color: 9652443.
HSL color Cylindrical-coordinate representation of color #DB4893: hue angle of 329.39º 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 #DB4893 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 147 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.14 |
| HSL | 329.39º | 0.67% | 0.57% | - |
| HSV(B) | 329.39º | 0.67% | 0.86% | - |
| XYZ | 36.8 | 21.8 | 29.87 | - |
| YUV | 124.5 | 140.7 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 147 | 0 | 0.67 | 0.33 | 0.14 | 329.39 | 0.67 | 0.57 |
| Hex | DB | 48 | 93 | 0 | 43 | 21 | E | 149 | 43 | 39 |
| Octal | 333 | 110 | 223 | 0 | 103 | 41 | 16 | 511 | 103 | 71 |
| Binary | 11011011 | 1001000 | 10010011 | 0 | 1000011 | 100001 | 1110 | 101001001 | 1000011 | 111001 |
Color Harmonies of #DB4893
Complementary color
Monochromatic Colors of #DB4893
Black with #DB4893
Text Example
Text Example
White with #DB4893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4893; }
p { color: rgb(219,72,147); }
H1.HeaderClassName
{
color: #DB4893;
}
.AnyTagClassName
{
color: #DB4893;
}
</style>
background-color css
<style>
a { background-color: #DB4893; }
a { background-color: rgb(219,72,147); }
div.DivClassName
{
background-color: #DB4893;
}
.BgClassName
{
background-color: #DB4893;
}
</style>
border-color css
<style>
span { border-color: #DB4893; }
span { border-color: rgb(219,72,147); }
td.TdClassName
{
border-color: #DB4893;
}
.TagClassName
{
border-color: #DB4893;
}
</style>