Shades of Mulberry #DB4F99
Tints of Mulberry #DB4F99
RGB
CMYK
RGB Variations
Color information
#DB4F99 (or 0xDB4F99) is known color: Mulberry. HEX triplet: DB, 4F and 99. RGB value is (219,79,153). Sum of RGB (Red+Green+Blue) = 219+79+153=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4F99 is #24B066. Grayscale: #818181. Windows color (decimal): -2404455 or 10047451. OLE color: 10047451.
HSL color Cylindrical-coordinate representation of color #DB4F99: hue angle of 328.29º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4F99 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 153 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.14 |
| HSL | 328.29º | 0.66% | 0.58% | - |
| HSV(B) | 328.29º | 0.64% | 0.86% | - |
| XYZ | 37.76 | 22.95 | 32.58 | - |
| YUV | 129.3 | 141.38 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 153 | 0 | 0.64 | 0.30 | 0.14 | 328.29 | 0.66 | 0.58 |
| Hex | DB | 4F | 99 | 0 | 40 | 1E | E | 148 | 42 | 3A |
| Octal | 333 | 117 | 231 | 0 | 100 | 36 | 16 | 510 | 102 | 72 |
| Binary | 11011011 | 1001111 | 10011001 | 0 | 1000000 | 11110 | 1110 | 101001000 | 1000010 | 111010 |
Color Harmonies of #DB4F99
Complementary color
Monochromatic Colors of #DB4F99
Black with #DB4F99
Text Example
Text Example
White with #DB4F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F99; }
p { color: rgb(219,79,153); }
H1.HeaderClassName
{
color: #DB4F99;
}
.AnyTagClassName
{
color: #DB4F99;
}
</style>
background-color css
<style>
a { background-color: #DB4F99; }
a { background-color: rgb(219,79,153); }
div.DivClassName
{
background-color: #DB4F99;
}
.BgClassName
{
background-color: #DB4F99;
}
</style>
border-color css
<style>
span { border-color: #DB4F99; }
span { border-color: rgb(219,79,153); }
td.TdClassName
{
border-color: #DB4F99;
}
.TagClassName
{
border-color: #DB4F99;
}
</style>