Shades of Mulberry #DB4AA4
Tints of Mulberry #DB4AA4
RGB
CMYK
RGB Variations
Color information
#DB4AA4 (or 0xDB4AA4) is known color: Mulberry. HEX triplet: DB, 4A and A4. RGB value is (219,74,164). Sum of RGB (Red+Green+Blue) = 219+74+164=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4AA4 is #24B55B. Grayscale: #7F7F7F. Windows color (decimal): -2405724 or 10767067. OLE color: 10767067.
HSL color Cylindrical-coordinate representation of color #DB4AA4: hue angle of 322.76º 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 #DB4AA4 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 164 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.14 |
| HSL | 322.76º | 0.67% | 0.57% | - |
| HSV(B) | 322.76º | 0.66% | 0.86% | - |
| XYZ | 38.36 | 22.64 | 37.47 | - |
| YUV | 127.62 | 148.54 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 164 | 0 | 0.66 | 0.25 | 0.14 | 322.76 | 0.67 | 0.57 |
| Hex | DB | 4A | A4 | 0 | 42 | 19 | E | 143 | 43 | 39 |
| Octal | 333 | 112 | 244 | 0 | 102 | 31 | 16 | 503 | 103 | 71 |
| Binary | 11011011 | 1001010 | 10100100 | 0 | 1000010 | 11001 | 1110 | 101000011 | 1000011 | 111001 |
Color Harmonies of #DB4AA4
Complementary color
Monochromatic Colors of #DB4AA4
Black with #DB4AA4
Text Example
Text Example
White with #DB4AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AA4; }
p { color: rgb(219,74,164); }
H1.HeaderClassName
{
color: #DB4AA4;
}
.AnyTagClassName
{
color: #DB4AA4;
}
</style>
background-color css
<style>
a { background-color: #DB4AA4; }
a { background-color: rgb(219,74,164); }
div.DivClassName
{
background-color: #DB4AA4;
}
.BgClassName
{
background-color: #DB4AA4;
}
</style>
border-color css
<style>
span { border-color: #DB4AA4; }
span { border-color: rgb(219,74,164); }
td.TdClassName
{
border-color: #DB4AA4;
}
.TagClassName
{
border-color: #DB4AA4;
}
</style>