Shades of Mulberry #DB4CAC
Tints of Mulberry #DB4CAC
RGB
CMYK
RGB Variations
Color information
#DB4CAC (or 0xDB4CAC) is known color: Mulberry. HEX triplet: DB, 4C and AC. RGB value is (219,76,172). Sum of RGB (Red+Green+Blue) = 219+76+172=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4CAC is #24B353. Grayscale: #818181. Windows color (decimal): -2405204 or 11291867. OLE color: 11291867.
HSL color Cylindrical-coordinate representation of color #DB4CAC: hue angle of 319.72º 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 #DB4CAC is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 172 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.14 |
| HSL | 319.72º | 0.67% | 0.58% | - |
| HSV(B) | 319.72º | 0.65% | 0.86% | - |
| XYZ | 39.24 | 23.21 | 41.44 | - |
| YUV | 129.7 | 151.88 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 172 | 0 | 0.65 | 0.21 | 0.14 | 319.72 | 0.67 | 0.58 |
| Hex | DB | 4C | AC | 0 | 41 | 15 | E | 140 | 43 | 3A |
| Octal | 333 | 114 | 254 | 0 | 101 | 25 | 16 | 500 | 103 | 72 |
| Binary | 11011011 | 1001100 | 10101100 | 0 | 1000001 | 10101 | 1110 | 101000000 | 1000011 | 111010 |
Color Harmonies of #DB4CAC
Complementary color
Monochromatic Colors of #DB4CAC
Black with #DB4CAC
Text Example
Text Example
White with #DB4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CAC; }
p { color: rgb(219,76,172); }
H1.HeaderClassName
{
color: #DB4CAC;
}
.AnyTagClassName
{
color: #DB4CAC;
}
</style>
background-color css
<style>
a { background-color: #DB4CAC; }
a { background-color: rgb(219,76,172); }
div.DivClassName
{
background-color: #DB4CAC;
}
.BgClassName
{
background-color: #DB4CAC;
}
</style>
border-color css
<style>
span { border-color: #DB4CAC; }
span { border-color: rgb(219,76,172); }
td.TdClassName
{
border-color: #DB4CAC;
}
.TagClassName
{
border-color: #DB4CAC;
}
</style>