Shades of Mulberry #DB4AAB
Tints of Mulberry #DB4AAB
RGB
CMYK
RGB Variations
Color information
#DB4AAB (or 0xDB4AAB) is known color: Mulberry. HEX triplet: DB, 4A and AB. RGB value is (219,74,171). Sum of RGB (Red+Green+Blue) = 219+74+171=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4AAB is #24B554. Grayscale: #808080. Windows color (decimal): -2405717 or 11225819. OLE color: 11225819.
HSL color Cylindrical-coordinate representation of color #DB4AAB: hue angle of 319.86º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4AAB is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 171 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.14 |
| HSL | 319.86º | 0.67% | 0.57% | - |
| HSV(B) | 319.86º | 0.66% | 0.86% | - |
| XYZ | 39.01 | 22.9 | 40.89 | - |
| YUV | 128.41 | 152.04 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 171 | 0 | 0.66 | 0.22 | 0.14 | 319.86 | 0.67 | 0.57 |
| Hex | DB | 4A | AB | 0 | 42 | 16 | E | 140 | 43 | 39 |
| Octal | 333 | 112 | 253 | 0 | 102 | 26 | 16 | 500 | 103 | 71 |
| Binary | 11011011 | 1001010 | 10101011 | 0 | 1000010 | 10110 | 1110 | 101000000 | 1000011 | 111001 |
Color Harmonies of #DB4AAB
Complementary color
Monochromatic Colors of #DB4AAB
Black with #DB4AAB
Text Example
Text Example
White with #DB4AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AAB; }
p { color: rgb(219,74,171); }
H1.HeaderClassName
{
color: #DB4AAB;
}
.AnyTagClassName
{
color: #DB4AAB;
}
</style>
background-color css
<style>
a { background-color: #DB4AAB; }
a { background-color: rgb(219,74,171); }
div.DivClassName
{
background-color: #DB4AAB;
}
.BgClassName
{
background-color: #DB4AAB;
}
</style>
border-color css
<style>
span { border-color: #DB4AAB; }
span { border-color: rgb(219,74,171); }
td.TdClassName
{
border-color: #DB4AAB;
}
.TagClassName
{
border-color: #DB4AAB;
}
</style>