Shades of Mulberry #DB4F9E
Tints of Mulberry #DB4F9E
RGB
CMYK
RGB Variations
Color information
#DB4F9E (or 0xDB4F9E) is known color: Mulberry. HEX triplet: DB, 4F and 9E. RGB value is (219,79,158). Sum of RGB (Red+Green+Blue) = 219+79+158=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4F9E is #24B061. Grayscale: #818181. Windows color (decimal): -2404450 or 10375131. OLE color: 10375131.
HSL color Cylindrical-coordinate representation of color #DB4F9E: hue angle of 326.14º 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 #DB4F9E is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 158 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.14 |
| HSL | 326.14º | 0.66% | 0.58% | - |
| HSV(B) | 326.14º | 0.64% | 0.86% | - |
| XYZ | 38.18 | 23.12 | 34.8 | - |
| YUV | 129.87 | 143.88 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 158 | 0 | 0.64 | 0.28 | 0.14 | 326.14 | 0.66 | 0.58 |
| Hex | DB | 4F | 9E | 0 | 40 | 1C | E | 146 | 42 | 3A |
| Octal | 333 | 117 | 236 | 0 | 100 | 34 | 16 | 506 | 102 | 72 |
| Binary | 11011011 | 1001111 | 10011110 | 0 | 1000000 | 11100 | 1110 | 101000110 | 1000010 | 111010 |
Color Harmonies of #DB4F9E
Complementary color
Monochromatic Colors of #DB4F9E
Black with #DB4F9E
Text Example
Text Example
White with #DB4F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F9E; }
p { color: rgb(219,79,158); }
H1.HeaderClassName
{
color: #DB4F9E;
}
.AnyTagClassName
{
color: #DB4F9E;
}
</style>
background-color css
<style>
a { background-color: #DB4F9E; }
a { background-color: rgb(219,79,158); }
div.DivClassName
{
background-color: #DB4F9E;
}
.BgClassName
{
background-color: #DB4F9E;
}
</style>
border-color css
<style>
span { border-color: #DB4F9E; }
span { border-color: rgb(219,79,158); }
td.TdClassName
{
border-color: #DB4F9E;
}
.TagClassName
{
border-color: #DB4F9E;
}
</style>