Shades of Mulberry #DB4AAD
Tints of Mulberry #DB4AAD
RGB
CMYK
RGB Variations
Color information
#DB4AAD (or 0xDB4AAD) is known color: Mulberry. HEX triplet: DB, 4A and AD. RGB value is (219,74,173). Sum of RGB (Red+Green+Blue) = 219+74+173=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4AAD is #24B552. Grayscale: #808080. Windows color (decimal): -2405715 or 11356891. OLE color: 11356891.
HSL color Cylindrical-coordinate representation of color #DB4AAD: hue angle of 319.03º 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 #DB4AAD is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 173 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.14 |
| HSL | 319.03º | 0.67% | 0.57% | - |
| HSV(B) | 319.03º | 0.66% | 0.86% | - |
| XYZ | 39.21 | 22.97 | 41.9 | - |
| YUV | 128.64 | 153.04 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 173 | 0 | 0.66 | 0.21 | 0.14 | 319.03 | 0.67 | 0.57 |
| Hex | DB | 4A | AD | 0 | 42 | 15 | E | 13F | 43 | 39 |
| Octal | 333 | 112 | 255 | 0 | 102 | 25 | 16 | 477 | 103 | 71 |
| Binary | 11011011 | 1001010 | 10101101 | 0 | 1000010 | 10101 | 1110 | 100111111 | 1000011 | 111001 |
Color Harmonies of #DB4AAD
Complementary color
Monochromatic Colors of #DB4AAD
Black with #DB4AAD
Text Example
Text Example
White with #DB4AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AAD; }
p { color: rgb(219,74,173); }
H1.HeaderClassName
{
color: #DB4AAD;
}
.AnyTagClassName
{
color: #DB4AAD;
}
</style>
background-color css
<style>
a { background-color: #DB4AAD; }
a { background-color: rgb(219,74,173); }
div.DivClassName
{
background-color: #DB4AAD;
}
.BgClassName
{
background-color: #DB4AAD;
}
</style>
border-color css
<style>
span { border-color: #DB4AAD; }
span { border-color: rgb(219,74,173); }
td.TdClassName
{
border-color: #DB4AAD;
}
.TagClassName
{
border-color: #DB4AAD;
}
</style>