Shades of Mulberry #DB4993
Tints of Mulberry #DB4993
RGB
CMYK
RGB Variations
Color information
#DB4993 (or 0xDB4993) is known color: Mulberry. HEX triplet: DB, 49 and 93. RGB value is (219,73,147). Sum of RGB (Red+Green+Blue) = 219+73+147=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4993 is #24B66C. Grayscale: #7C7C7C. Windows color (decimal): -2405997 or 9652699. OLE color: 9652699.
HSL color Cylindrical-coordinate representation of color #DB4993: hue angle of 329.59º 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 #DB4993 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 147 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.14 |
| HSL | 329.59º | 0.67% | 0.57% | - |
| HSV(B) | 329.59º | 0.67% | 0.86% | - |
| XYZ | 36.86 | 21.93 | 29.89 | - |
| YUV | 125.09 | 140.37 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 147 | 0 | 0.67 | 0.33 | 0.14 | 329.59 | 0.67 | 0.57 |
| Hex | DB | 49 | 93 | 0 | 43 | 21 | E | 14A | 43 | 39 |
| Octal | 333 | 111 | 223 | 0 | 103 | 41 | 16 | 512 | 103 | 71 |
| Binary | 11011011 | 1001001 | 10010011 | 0 | 1000011 | 100001 | 1110 | 101001010 | 1000011 | 111001 |
Color Harmonies of #DB4993
Complementary color
Monochromatic Colors of #DB4993
Black with #DB4993
Text Example
Text Example
White with #DB4993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4993; }
p { color: rgb(219,73,147); }
H1.HeaderClassName
{
color: #DB4993;
}
.AnyTagClassName
{
color: #DB4993;
}
</style>
background-color css
<style>
a { background-color: #DB4993; }
a { background-color: rgb(219,73,147); }
div.DivClassName
{
background-color: #DB4993;
}
.BgClassName
{
background-color: #DB4993;
}
</style>
border-color css
<style>
span { border-color: #DB4993; }
span { border-color: rgb(219,73,147); }
td.TdClassName
{
border-color: #DB4993;
}
.TagClassName
{
border-color: #DB4993;
}
</style>