Shades of Mulberry #DB52AC
Tints of Mulberry #DB52AC
RGB
CMYK
RGB Variations
Color information
#DB52AC (or 0xDB52AC) is known color: Mulberry. HEX triplet: DB, 52 and AC. RGB value is (219,82,172). Sum of RGB (Red+Green+Blue) = 219+82+172=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB52AC is #24AD53. Grayscale: #858585. Windows color (decimal): -2403668 or 11293403. OLE color: 11293403.
HSL color Cylindrical-coordinate representation of color #DB52AC: hue angle of 320.58º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB52AC is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 172 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.14 |
| HSL | 320.58º | 0.66% | 0.59% | - |
| HSV(B) | 320.58º | 0.63% | 0.86% | - |
| XYZ | 39.68 | 24.07 | 41.59 | - |
| YUV | 133.22 | 149.89 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 172 | 0 | 0.63 | 0.21 | 0.14 | 320.58 | 0.66 | 0.59 |
| Hex | DB | 52 | AC | 0 | 3F | 15 | E | 141 | 42 | 3B |
| Octal | 333 | 122 | 254 | 0 | 77 | 25 | 16 | 501 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10101100 | 0 | 111111 | 10101 | 1110 | 101000001 | 1000010 | 111011 |
Color Harmonies of #DB52AC
Complementary color
Monochromatic Colors of #DB52AC
Black with #DB52AC
Text Example
Text Example
White with #DB52AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52AC; }
p { color: rgb(219,82,172); }
H1.HeaderClassName
{
color: #DB52AC;
}
.AnyTagClassName
{
color: #DB52AC;
}
</style>
background-color css
<style>
a { background-color: #DB52AC; }
a { background-color: rgb(219,82,172); }
div.DivClassName
{
background-color: #DB52AC;
}
.BgClassName
{
background-color: #DB52AC;
}
</style>
border-color css
<style>
span { border-color: #DB52AC; }
span { border-color: rgb(219,82,172); }
td.TdClassName
{
border-color: #DB52AC;
}
.TagClassName
{
border-color: #DB52AC;
}
</style>