Shades of Mulberry #DB52A8
Tints of Mulberry #DB52A8
RGB
CMYK
RGB Variations
Color information
#DB52A8 (or 0xDB52A8) is known color: Mulberry. HEX triplet: DB, 52 and A8. RGB value is (219,82,168). Sum of RGB (Red+Green+Blue) = 219+82+168=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB52A8 is #24AD57. Grayscale: #848484. Windows color (decimal): -2403672 or 11031259. OLE color: 11031259.
HSL color Cylindrical-coordinate representation of color #DB52A8: hue angle of 322.34º 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 #DB52A8 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 168 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.14 |
| HSL | 322.34º | 0.66% | 0.59% | - |
| HSV(B) | 322.34º | 0.63% | 0.86% | - |
| XYZ | 39.3 | 23.92 | 39.59 | - |
| YUV | 132.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 168 | 0 | 0.63 | 0.23 | 0.14 | 322.34 | 0.66 | 0.59 |
| Hex | DB | 52 | A8 | 0 | 3F | 17 | E | 142 | 42 | 3B |
| Octal | 333 | 122 | 250 | 0 | 77 | 27 | 16 | 502 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10101000 | 0 | 111111 | 10111 | 1110 | 101000010 | 1000010 | 111011 |
Color Harmonies of #DB52A8
Complementary color
Monochromatic Colors of #DB52A8
Black with #DB52A8
Text Example
Text Example
White with #DB52A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52A8; }
p { color: rgb(219,82,168); }
H1.HeaderClassName
{
color: #DB52A8;
}
.AnyTagClassName
{
color: #DB52A8;
}
</style>
background-color css
<style>
a { background-color: #DB52A8; }
a { background-color: rgb(219,82,168); }
div.DivClassName
{
background-color: #DB52A8;
}
.BgClassName
{
background-color: #DB52A8;
}
</style>
border-color css
<style>
span { border-color: #DB52A8; }
span { border-color: rgb(219,82,168); }
td.TdClassName
{
border-color: #DB52A8;
}
.TagClassName
{
border-color: #DB52A8;
}
</style>