Shades of Mulberry #DB4B9D
Tints of Mulberry #DB4B9D
RGB
CMYK
RGB Variations
Color information
#DB4B9D (or 0xDB4B9D) is known color: Mulberry. HEX triplet: DB, 4B and 9D. RGB value is (219,75,157). Sum of RGB (Red+Green+Blue) = 219+75+157=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4B9D is #24B462. Grayscale: #7F7F7F. Windows color (decimal): -2405475 or 10308571. OLE color: 10308571.
HSL color Cylindrical-coordinate representation of color #DB4B9D: hue angle of 325.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4B9D is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 157 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.14 |
| HSL | 325.83º | 0.67% | 0.58% | - |
| HSV(B) | 325.83º | 0.66% | 0.86% | - |
| XYZ | 37.82 | 22.53 | 34.25 | - |
| YUV | 127.4 | 144.71 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 157 | 0 | 0.66 | 0.28 | 0.14 | 325.83 | 0.67 | 0.58 |
| Hex | DB | 4B | 9D | 0 | 42 | 1C | E | 146 | 43 | 3A |
| Octal | 333 | 113 | 235 | 0 | 102 | 34 | 16 | 506 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10011101 | 0 | 1000010 | 11100 | 1110 | 101000110 | 1000011 | 111010 |
Color Harmonies of #DB4B9D
Complementary color
Monochromatic Colors of #DB4B9D
Black with #DB4B9D
Text Example
Text Example
White with #DB4B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B9D; }
p { color: rgb(219,75,157); }
H1.HeaderClassName
{
color: #DB4B9D;
}
.AnyTagClassName
{
color: #DB4B9D;
}
</style>
background-color css
<style>
a { background-color: #DB4B9D; }
a { background-color: rgb(219,75,157); }
div.DivClassName
{
background-color: #DB4B9D;
}
.BgClassName
{
background-color: #DB4B9D;
}
</style>
border-color css
<style>
span { border-color: #DB4B9D; }
span { border-color: rgb(219,75,157); }
td.TdClassName
{
border-color: #DB4B9D;
}
.TagClassName
{
border-color: #DB4B9D;
}
</style>