Shades of Mulberry #DB489F
Tints of Mulberry #DB489F
RGB
CMYK
RGB Variations
Color information
#DB489F (or 0xDB489F) is known color: Mulberry. HEX triplet: DB, 48 and 9F. RGB value is (219,72,159). Sum of RGB (Red+Green+Blue) = 219+72+159=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB489F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB489F is #24B760. Grayscale: #7D7D7D. Windows color (decimal): -2406241 or 10438875. OLE color: 10438875.
HSL color Cylindrical-coordinate representation of color #DB489F: hue angle of 324.49º 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 #DB489F is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 159 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.14 |
| HSL | 324.49º | 0.67% | 0.57% | - |
| HSV(B) | 324.49º | 0.67% | 0.86% | - |
| XYZ | 37.79 | 22.2 | 35.09 | - |
| YUV | 125.87 | 146.7 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 159 | 0 | 0.67 | 0.27 | 0.14 | 324.49 | 0.67 | 0.57 |
| Hex | DB | 48 | 9F | 0 | 43 | 1B | E | 144 | 43 | 39 |
| Octal | 333 | 110 | 237 | 0 | 103 | 33 | 16 | 504 | 103 | 71 |
| Binary | 11011011 | 1001000 | 10011111 | 0 | 1000011 | 11011 | 1110 | 101000100 | 1000011 | 111001 |
Color Harmonies of #DB489F
Complementary color
Monochromatic Colors of #DB489F
Black with #DB489F
Text Example
Text Example
White with #DB489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB489F; }
p { color: rgb(219,72,159); }
H1.HeaderClassName
{
color: #DB489F;
}
.AnyTagClassName
{
color: #DB489F;
}
</style>
background-color css
<style>
a { background-color: #DB489F; }
a { background-color: rgb(219,72,159); }
div.DivClassName
{
background-color: #DB489F;
}
.BgClassName
{
background-color: #DB489F;
}
</style>
border-color css
<style>
span { border-color: #DB489F; }
span { border-color: rgb(219,72,159); }
td.TdClassName
{
border-color: #DB489F;
}
.TagClassName
{
border-color: #DB489F;
}
</style>