Shades of Mulberry #DB5293
Tints of Mulberry #DB5293
RGB
CMYK
RGB Variations
Color information
#DB5293 (or 0xDB5293) is known color: Mulberry. HEX triplet: DB, 52 and 93. RGB value is (219,82,147). Sum of RGB (Red+Green+Blue) = 219+82+147=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5293 is #24AD6C. Grayscale: #828282. Windows color (decimal): -2403693 or 9655003. OLE color: 9655003.
HSL color Cylindrical-coordinate representation of color #DB5293: hue angle of 331.53º 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 #DB5293 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 147 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.14 |
| HSL | 331.53º | 0.66% | 0.59% | - |
| HSV(B) | 331.53º | 0.63% | 0.86% | - |
| XYZ | 37.5 | 23.2 | 30.11 | - |
| YUV | 130.37 | 137.39 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 147 | 0 | 0.63 | 0.33 | 0.14 | 331.53 | 0.66 | 0.59 |
| Hex | DB | 52 | 93 | 0 | 3F | 21 | E | 14C | 42 | 3B |
| Octal | 333 | 122 | 223 | 0 | 77 | 41 | 16 | 514 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10010011 | 0 | 111111 | 100001 | 1110 | 101001100 | 1000010 | 111011 |
Color Harmonies of #DB5293
Complementary color
Monochromatic Colors of #DB5293
Black with #DB5293
Text Example
Text Example
White with #DB5293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5293; }
p { color: rgb(219,82,147); }
H1.HeaderClassName
{
color: #DB5293;
}
.AnyTagClassName
{
color: #DB5293;
}
</style>
background-color css
<style>
a { background-color: #DB5293; }
a { background-color: rgb(219,82,147); }
div.DivClassName
{
background-color: #DB5293;
}
.BgClassName
{
background-color: #DB5293;
}
</style>
border-color css
<style>
span { border-color: #DB5293; }
span { border-color: rgb(219,82,147); }
td.TdClassName
{
border-color: #DB5293;
}
.TagClassName
{
border-color: #DB5293;
}
</style>