Shades of Mulberry #DB5294
Tints of Mulberry #DB5294
RGB
CMYK
RGB Variations
Color information
#DB5294 (or 0xDB5294) is known color: Mulberry. HEX triplet: DB, 52 and 94. RGB value is (219,82,148). Sum of RGB (Red+Green+Blue) = 219+82+148=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5294 is #24AD6B. Grayscale: #828282. Windows color (decimal): -2403692 or 9720539. OLE color: 9720539.
HSL color Cylindrical-coordinate representation of color #DB5294: hue angle of 331.09º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5294 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 148 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.14 |
| HSL | 331.09º | 0.66% | 0.59% | - |
| HSV(B) | 331.09º | 0.63% | 0.86% | - |
| XYZ | 37.58 | 23.23 | 30.52 | - |
| YUV | 130.49 | 137.89 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 148 | 0 | 0.63 | 0.32 | 0.14 | 331.09 | 0.66 | 0.59 |
| Hex | DB | 52 | 94 | 0 | 3F | 20 | E | 14B | 42 | 3B |
| Octal | 333 | 122 | 224 | 0 | 77 | 40 | 16 | 513 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10010100 | 0 | 111111 | 100000 | 1110 | 101001011 | 1000010 | 111011 |
Color Harmonies of #DB5294
Complementary color
Monochromatic Colors of #DB5294
Black with #DB5294
Text Example
Text Example
White with #DB5294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5294; }
p { color: rgb(219,82,148); }
H1.HeaderClassName
{
color: #DB5294;
}
.AnyTagClassName
{
color: #DB5294;
}
</style>
background-color css
<style>
a { background-color: #DB5294; }
a { background-color: rgb(219,82,148); }
div.DivClassName
{
background-color: #DB5294;
}
.BgClassName
{
background-color: #DB5294;
}
</style>
border-color css
<style>
span { border-color: #DB5294; }
span { border-color: rgb(219,82,148); }
td.TdClassName
{
border-color: #DB5294;
}
.TagClassName
{
border-color: #DB5294;
}
</style>