Shades of Mulberry #DB52A4
Tints of Mulberry #DB52A4
RGB
CMYK
RGB Variations
Color information
#DB52A4 (or 0xDB52A4) is known color: Mulberry. HEX triplet: DB, 52 and A4. RGB value is (219,82,164). Sum of RGB (Red+Green+Blue) = 219+82+164=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB52A4 is #24AD5B. Grayscale: #848484. Windows color (decimal): -2403676 or 10769115. OLE color: 10769115.
HSL color Cylindrical-coordinate representation of color #DB52A4: hue angle of 324.09º 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 #DB52A4 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 164 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.14 |
| HSL | 324.09º | 0.66% | 0.59% | - |
| HSV(B) | 324.09º | 0.63% | 0.86% | - |
| XYZ | 38.93 | 23.77 | 37.66 | - |
| YUV | 132.31 | 145.89 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 164 | 0 | 0.63 | 0.25 | 0.14 | 324.09 | 0.66 | 0.59 |
| Hex | DB | 52 | A4 | 0 | 3F | 19 | E | 144 | 42 | 3B |
| Octal | 333 | 122 | 244 | 0 | 77 | 31 | 16 | 504 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10100100 | 0 | 111111 | 11001 | 1110 | 101000100 | 1000010 | 111011 |
Color Harmonies of #DB52A4
Complementary color
Monochromatic Colors of #DB52A4
Black with #DB52A4
Text Example
Text Example
White with #DB52A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52A4; }
p { color: rgb(219,82,164); }
H1.HeaderClassName
{
color: #DB52A4;
}
.AnyTagClassName
{
color: #DB52A4;
}
</style>
background-color css
<style>
a { background-color: #DB52A4; }
a { background-color: rgb(219,82,164); }
div.DivClassName
{
background-color: #DB52A4;
}
.BgClassName
{
background-color: #DB52A4;
}
</style>
border-color css
<style>
span { border-color: #DB52A4; }
span { border-color: rgb(219,82,164); }
td.TdClassName
{
border-color: #DB52A4;
}
.TagClassName
{
border-color: #DB52A4;
}
</style>