Shades of Mulberry #DB4BAC
Tints of Mulberry #DB4BAC
RGB
CMYK
RGB Variations
Color information
#DB4BAC (or 0xDB4BAC) is known color: Mulberry. HEX triplet: DB, 4B and AC. RGB value is (219,75,172). Sum of RGB (Red+Green+Blue) = 219+75+172=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4BAC is #24B453. Grayscale: #808080. Windows color (decimal): -2405460 or 11291611. OLE color: 11291611.
HSL color Cylindrical-coordinate representation of color #DB4BAC: hue angle of 319.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4BAC is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 172 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.14 |
| HSL | 319.58º | 0.67% | 0.58% | - |
| HSV(B) | 319.58º | 0.66% | 0.86% | - |
| XYZ | 39.18 | 23.07 | 41.42 | - |
| YUV | 129.11 | 152.21 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 172 | 0 | 0.66 | 0.21 | 0.14 | 319.58 | 0.67 | 0.58 |
| Hex | DB | 4B | AC | 0 | 42 | 15 | E | 140 | 43 | 3A |
| Octal | 333 | 113 | 254 | 0 | 102 | 25 | 16 | 500 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10101100 | 0 | 1000010 | 10101 | 1110 | 101000000 | 1000011 | 111010 |
Color Harmonies of #DB4BAC
Complementary color
Monochromatic Colors of #DB4BAC
Black with #DB4BAC
Text Example
Text Example
White with #DB4BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BAC; }
p { color: rgb(219,75,172); }
H1.HeaderClassName
{
color: #DB4BAC;
}
.AnyTagClassName
{
color: #DB4BAC;
}
</style>
background-color css
<style>
a { background-color: #DB4BAC; }
a { background-color: rgb(219,75,172); }
div.DivClassName
{
background-color: #DB4BAC;
}
.BgClassName
{
background-color: #DB4BAC;
}
</style>
border-color css
<style>
span { border-color: #DB4BAC; }
span { border-color: rgb(219,75,172); }
td.TdClassName
{
border-color: #DB4BAC;
}
.TagClassName
{
border-color: #DB4BAC;
}
</style>