Shades of Mulberry #DB449E
Tints of Mulberry #DB449E
RGB
CMYK
RGB Variations
Color information
#DB449E (or 0xDB449E) is known color: Mulberry. HEX triplet: DB, 44 and 9E. RGB value is (219,68,158). Sum of RGB (Red+Green+Blue) = 219+68+158=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB449E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB449E is #24BB61. Grayscale: #7B7B7B. Windows color (decimal): -2407266 or 10372315. OLE color: 10372315.
HSL color Cylindrical-coordinate representation of color #DB449E: hue angle of 324.24º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB449E is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 158 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.14 |
| HSL | 324.24º | 0.68% | 0.56% | - |
| HSV(B) | 324.24º | 0.69% | 0.86% | - |
| XYZ | 37.45 | 21.66 | 34.56 | - |
| YUV | 123.41 | 147.53 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 158 | 0 | 0.69 | 0.28 | 0.14 | 324.24 | 0.68 | 0.56 |
| Hex | DB | 44 | 9E | 0 | 45 | 1C | E | 144 | 44 | 38 |
| Octal | 333 | 104 | 236 | 0 | 105 | 34 | 16 | 504 | 104 | 70 |
| Binary | 11011011 | 1000100 | 10011110 | 0 | 1000101 | 11100 | 1110 | 101000100 | 1000100 | 111000 |
Color Harmonies of #DB449E
Complementary color
Monochromatic Colors of #DB449E
Black with #DB449E
Text Example
Text Example
White with #DB449E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB449E; }
p { color: rgb(219,68,158); }
H1.HeaderClassName
{
color: #DB449E;
}
.AnyTagClassName
{
color: #DB449E;
}
</style>
background-color css
<style>
a { background-color: #DB449E; }
a { background-color: rgb(219,68,158); }
div.DivClassName
{
background-color: #DB449E;
}
.BgClassName
{
background-color: #DB449E;
}
</style>
border-color css
<style>
span { border-color: #DB449E; }
span { border-color: rgb(219,68,158); }
td.TdClassName
{
border-color: #DB449E;
}
.TagClassName
{
border-color: #DB449E;
}
</style>