Shades of Mulberry #DB4CAE
Tints of Mulberry #DB4CAE
RGB
CMYK
RGB Variations
Color information
#DB4CAE (or 0xDB4CAE) is known color: Mulberry. HEX triplet: DB, 4C and AE. RGB value is (219,76,174). Sum of RGB (Red+Green+Blue) = 219+76+174=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4CAE is #24B351. Grayscale: #818181. Windows color (decimal): -2405202 or 11422939. OLE color: 11422939.
HSL color Cylindrical-coordinate representation of color #DB4CAE: hue angle of 318.88º degrees, saturation: 0.67, 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 #DB4CAE is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 174 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.14 |
| HSL | 318.88º | 0.67% | 0.58% | - |
| HSV(B) | 318.88º | 0.65% | 0.86% | - |
| XYZ | 39.44 | 23.28 | 42.46 | - |
| YUV | 129.93 | 152.88 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 174 | 0 | 0.65 | 0.21 | 0.14 | 318.88 | 0.67 | 0.58 |
| Hex | DB | 4C | AE | 0 | 41 | 15 | E | 13F | 43 | 3A |
| Octal | 333 | 114 | 256 | 0 | 101 | 25 | 16 | 477 | 103 | 72 |
| Binary | 11011011 | 1001100 | 10101110 | 0 | 1000001 | 10101 | 1110 | 100111111 | 1000011 | 111010 |
Color Harmonies of #DB4CAE
Complementary color
Monochromatic Colors of #DB4CAE
Black with #DB4CAE
Text Example
Text Example
White with #DB4CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CAE; }
p { color: rgb(219,76,174); }
H1.HeaderClassName
{
color: #DB4CAE;
}
.AnyTagClassName
{
color: #DB4CAE;
}
</style>
background-color css
<style>
a { background-color: #DB4CAE; }
a { background-color: rgb(219,76,174); }
div.DivClassName
{
background-color: #DB4CAE;
}
.BgClassName
{
background-color: #DB4CAE;
}
</style>
border-color css
<style>
span { border-color: #DB4CAE; }
span { border-color: rgb(219,76,174); }
td.TdClassName
{
border-color: #DB4CAE;
}
.TagClassName
{
border-color: #DB4CAE;
}
</style>