Shades of Mulberry #DB4C9D
Tints of Mulberry #DB4C9D
RGB
CMYK
RGB Variations
Color information
#DB4C9D (or 0xDB4C9D) is known color: Mulberry. HEX triplet: DB, 4C and 9D. RGB value is (219,76,157). Sum of RGB (Red+Green+Blue) = 219+76+157=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4C9D is #24B362. Grayscale: #7F7F7F. Windows color (decimal): -2405219 or 10308827. OLE color: 10308827.
HSL color Cylindrical-coordinate representation of color #DB4C9D: hue angle of 326.01º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4C9D is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 157 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.14 |
| HSL | 326.01º | 0.67% | 0.58% | - |
| HSV(B) | 326.01º | 0.65% | 0.86% | - |
| XYZ | 37.88 | 22.66 | 34.28 | - |
| YUV | 127.99 | 144.38 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 157 | 0 | 0.65 | 0.28 | 0.14 | 326.01 | 0.67 | 0.58 |
| Hex | DB | 4C | 9D | 0 | 41 | 1C | E | 146 | 43 | 3A |
| Octal | 333 | 114 | 235 | 0 | 101 | 34 | 16 | 506 | 103 | 72 |
| Binary | 11011011 | 1001100 | 10011101 | 0 | 1000001 | 11100 | 1110 | 101000110 | 1000011 | 111010 |
Color Harmonies of #DB4C9D
Complementary color
Monochromatic Colors of #DB4C9D
Black with #DB4C9D
Text Example
Text Example
White with #DB4C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C9D; }
p { color: rgb(219,76,157); }
H1.HeaderClassName
{
color: #DB4C9D;
}
.AnyTagClassName
{
color: #DB4C9D;
}
</style>
background-color css
<style>
a { background-color: #DB4C9D; }
a { background-color: rgb(219,76,157); }
div.DivClassName
{
background-color: #DB4C9D;
}
.BgClassName
{
background-color: #DB4C9D;
}
</style>
border-color css
<style>
span { border-color: #DB4C9D; }
span { border-color: rgb(219,76,157); }
td.TdClassName
{
border-color: #DB4C9D;
}
.TagClassName
{
border-color: #DB4C9D;
}
</style>