Shades of Mulberry #DB4DAE
Tints of Mulberry #DB4DAE
RGB
CMYK
RGB Variations
Color information
#DB4DAE (or 0xDB4DAE) is known color: Mulberry. HEX triplet: DB, 4D and AE. RGB value is (219,77,174). Sum of RGB (Red+Green+Blue) = 219+77+174=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4DAE is #24B251. Grayscale: #828282. Windows color (decimal): -2404946 or 11423195. OLE color: 11423195.
HSL color Cylindrical-coordinate representation of color #DB4DAE: hue angle of 319.01º 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 #DB4DAE is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 174 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.14 |
| HSL | 319.01º | 0.66% | 0.58% | - |
| HSV(B) | 319.01º | 0.65% | 0.86% | - |
| XYZ | 39.51 | 23.42 | 42.48 | - |
| YUV | 130.52 | 152.54 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 174 | 0 | 0.65 | 0.21 | 0.14 | 319.01 | 0.66 | 0.58 |
| Hex | DB | 4D | AE | 0 | 41 | 15 | E | 13F | 42 | 3A |
| Octal | 333 | 115 | 256 | 0 | 101 | 25 | 16 | 477 | 102 | 72 |
| Binary | 11011011 | 1001101 | 10101110 | 0 | 1000001 | 10101 | 1110 | 100111111 | 1000010 | 111010 |
Color Harmonies of #DB4DAE
Complementary color
Monochromatic Colors of #DB4DAE
Black with #DB4DAE
Text Example
Text Example
White with #DB4DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DAE; }
p { color: rgb(219,77,174); }
H1.HeaderClassName
{
color: #DB4DAE;
}
.AnyTagClassName
{
color: #DB4DAE;
}
</style>
background-color css
<style>
a { background-color: #DB4DAE; }
a { background-color: rgb(219,77,174); }
div.DivClassName
{
background-color: #DB4DAE;
}
.BgClassName
{
background-color: #DB4DAE;
}
</style>
border-color css
<style>
span { border-color: #DB4DAE; }
span { border-color: rgb(219,77,174); }
td.TdClassName
{
border-color: #DB4DAE;
}
.TagClassName
{
border-color: #DB4DAE;
}
</style>