Shades of Mulberry #DB52A6
Tints of Mulberry #DB52A6
RGB
CMYK
RGB Variations
Color information
#DB52A6 (or 0xDB52A6) is known color: Mulberry. HEX triplet: DB, 52 and A6. RGB value is (219,82,166). Sum of RGB (Red+Green+Blue) = 219+82+166=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB52A6 is #24AD59. Grayscale: #848484. Windows color (decimal): -2403674 or 10900187. OLE color: 10900187.
HSL color Cylindrical-coordinate representation of color #DB52A6: hue angle of 323.21º 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 #DB52A6 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 166 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.14 |
| HSL | 323.21º | 0.66% | 0.59% | - |
| HSV(B) | 323.21º | 0.63% | 0.86% | - |
| XYZ | 39.11 | 23.85 | 38.62 | - |
| YUV | 132.54 | 146.89 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 166 | 0 | 0.63 | 0.24 | 0.14 | 323.21 | 0.66 | 0.59 |
| Hex | DB | 52 | A6 | 0 | 3F | 18 | E | 143 | 42 | 3B |
| Octal | 333 | 122 | 246 | 0 | 77 | 30 | 16 | 503 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10100110 | 0 | 111111 | 11000 | 1110 | 101000011 | 1000010 | 111011 |
Color Harmonies of #DB52A6
Complementary color
Monochromatic Colors of #DB52A6
Black with #DB52A6
Text Example
Text Example
White with #DB52A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52A6; }
p { color: rgb(219,82,166); }
H1.HeaderClassName
{
color: #DB52A6;
}
.AnyTagClassName
{
color: #DB52A6;
}
</style>
background-color css
<style>
a { background-color: #DB52A6; }
a { background-color: rgb(219,82,166); }
div.DivClassName
{
background-color: #DB52A6;
}
.BgClassName
{
background-color: #DB52A6;
}
</style>
border-color css
<style>
span { border-color: #DB52A6; }
span { border-color: rgb(219,82,166); }
td.TdClassName
{
border-color: #DB52A6;
}
.TagClassName
{
border-color: #DB52A6;
}
</style>