Shades of Mulberry #DB4AAC
Tints of Mulberry #DB4AAC
RGB
CMYK
RGB Variations
Color information
#DB4AAC (or 0xDB4AAC) is known color: Mulberry. HEX triplet: DB, 4A and AC. RGB value is (219,74,172). Sum of RGB (Red+Green+Blue) = 219+74+172=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4AAC is #24B553. Grayscale: #808080. Windows color (decimal): -2405716 or 11291355. OLE color: 11291355.
HSL color Cylindrical-coordinate representation of color #DB4AAC: hue angle of 319.45º 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 #DB4AAC is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 172 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.14 |
| HSL | 319.45º | 0.67% | 0.57% | - |
| HSV(B) | 319.45º | 0.66% | 0.86% | - |
| XYZ | 39.11 | 22.94 | 41.4 | - |
| YUV | 128.53 | 152.54 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 172 | 0 | 0.66 | 0.21 | 0.14 | 319.45 | 0.67 | 0.57 |
| Hex | DB | 4A | AC | 0 | 42 | 15 | E | 13F | 43 | 39 |
| Octal | 333 | 112 | 254 | 0 | 102 | 25 | 16 | 477 | 103 | 71 |
| Binary | 11011011 | 1001010 | 10101100 | 0 | 1000010 | 10101 | 1110 | 100111111 | 1000011 | 111001 |
Color Harmonies of #DB4AAC
Complementary color
Monochromatic Colors of #DB4AAC
Black with #DB4AAC
Text Example
Text Example
White with #DB4AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AAC; }
p { color: rgb(219,74,172); }
H1.HeaderClassName
{
color: #DB4AAC;
}
.AnyTagClassName
{
color: #DB4AAC;
}
</style>
background-color css
<style>
a { background-color: #DB4AAC; }
a { background-color: rgb(219,74,172); }
div.DivClassName
{
background-color: #DB4AAC;
}
.BgClassName
{
background-color: #DB4AAC;
}
</style>
border-color css
<style>
span { border-color: #DB4AAC; }
span { border-color: rgb(219,74,172); }
td.TdClassName
{
border-color: #DB4AAC;
}
.TagClassName
{
border-color: #DB4AAC;
}
</style>