Shades of Mulberry #DB4DA6
Tints of Mulberry #DB4DA6
RGB
CMYK
RGB Variations
Color information
#DB4DA6 (or 0xDB4DA6) is known color: Mulberry. HEX triplet: DB, 4D and A6. RGB value is (219,77,166). Sum of RGB (Red+Green+Blue) = 219+77+166=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4DA6 is #24B259. Grayscale: #818181. Windows color (decimal): -2404954 or 10898907. OLE color: 10898907.
HSL color Cylindrical-coordinate representation of color #DB4DA6: hue angle of 322.39º degrees, saturation: 0.66, 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 #DB4DA6 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 166 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.14 |
| HSL | 322.39º | 0.66% | 0.58% | - |
| HSV(B) | 322.39º | 0.65% | 0.86% | - |
| XYZ | 38.75 | 23.12 | 38.5 | - |
| YUV | 129.6 | 148.54 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 166 | 0 | 0.65 | 0.24 | 0.14 | 322.39 | 0.66 | 0.58 |
| Hex | DB | 4D | A6 | 0 | 41 | 18 | E | 142 | 42 | 3A |
| Octal | 333 | 115 | 246 | 0 | 101 | 30 | 16 | 502 | 102 | 72 |
| Binary | 11011011 | 1001101 | 10100110 | 0 | 1000001 | 11000 | 1110 | 101000010 | 1000010 | 111010 |
Color Harmonies of #DB4DA6
Complementary color
Monochromatic Colors of #DB4DA6
Black with #DB4DA6
Text Example
Text Example
White with #DB4DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DA6; }
p { color: rgb(219,77,166); }
H1.HeaderClassName
{
color: #DB4DA6;
}
.AnyTagClassName
{
color: #DB4DA6;
}
</style>
background-color css
<style>
a { background-color: #DB4DA6; }
a { background-color: rgb(219,77,166); }
div.DivClassName
{
background-color: #DB4DA6;
}
.BgClassName
{
background-color: #DB4DA6;
}
</style>
border-color css
<style>
span { border-color: #DB4DA6; }
span { border-color: rgb(219,77,166); }
td.TdClassName
{
border-color: #DB4DA6;
}
.TagClassName
{
border-color: #DB4DA6;
}
</style>