Shades of Mulberry #DB499B
Tints of Mulberry #DB499B
RGB
CMYK
RGB Variations
Color information
#DB499B (or 0xDB499B) is known color: Mulberry. HEX triplet: DB, 49 and 9B. RGB value is (219,73,155). Sum of RGB (Red+Green+Blue) = 219+73+155=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB499B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB499B is #24B664. Grayscale: #7D7D7D. Windows color (decimal): -2405989 or 10176987. OLE color: 10176987.
HSL color Cylindrical-coordinate representation of color #DB499B: hue angle of 326.3º 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 #DB499B is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 155 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.14 |
| HSL | 326.3º | 0.67% | 0.57% | - |
| HSV(B) | 326.3º | 0.67% | 0.86% | - |
| XYZ | 37.51 | 22.19 | 33.32 | - |
| YUV | 126 | 144.37 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 155 | 0 | 0.67 | 0.29 | 0.14 | 326.3 | 0.67 | 0.57 |
| Hex | DB | 49 | 9B | 0 | 43 | 1D | E | 146 | 43 | 39 |
| Octal | 333 | 111 | 233 | 0 | 103 | 35 | 16 | 506 | 103 | 71 |
| Binary | 11011011 | 1001001 | 10011011 | 0 | 1000011 | 11101 | 1110 | 101000110 | 1000011 | 111001 |
Color Harmonies of #DB499B
Complementary color
Monochromatic Colors of #DB499B
Black with #DB499B
Text Example
Text Example
White with #DB499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB499B; }
p { color: rgb(219,73,155); }
H1.HeaderClassName
{
color: #DB499B;
}
.AnyTagClassName
{
color: #DB499B;
}
</style>
background-color css
<style>
a { background-color: #DB499B; }
a { background-color: rgb(219,73,155); }
div.DivClassName
{
background-color: #DB499B;
}
.BgClassName
{
background-color: #DB499B;
}
</style>
border-color css
<style>
span { border-color: #DB499B; }
span { border-color: rgb(219,73,155); }
td.TdClassName
{
border-color: #DB499B;
}
.TagClassName
{
border-color: #DB499B;
}
</style>