Shades of Mulberry #DB54A2
Tints of Mulberry #DB54A2
RGB
CMYK
RGB Variations
Color information
#DB54A2 (or 0xDB54A2) is known color: Mulberry. HEX triplet: DB, 54 and A2. RGB value is (219,84,162). Sum of RGB (Red+Green+Blue) = 219+84+162=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB54A2 is #24AB5D. Grayscale: #858585. Windows color (decimal): -2403166 or 10638555. OLE color: 10638555.
HSL color Cylindrical-coordinate representation of color #DB54A2: hue angle of 325.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB54A2 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 162 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.14 |
| HSL | 325.33º | 0.65% | 0.59% | - |
| HSV(B) | 325.33º | 0.62% | 0.86% | - |
| XYZ | 38.91 | 24.01 | 36.77 | - |
| YUV | 133.26 | 144.23 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 162 | 0 | 0.62 | 0.26 | 0.14 | 325.33 | 0.65 | 0.59 |
| Hex | DB | 54 | A2 | 0 | 3E | 1A | E | 145 | 41 | 3B |
| Octal | 333 | 124 | 242 | 0 | 76 | 32 | 16 | 505 | 101 | 73 |
| Binary | 11011011 | 1010100 | 10100010 | 0 | 111110 | 11010 | 1110 | 101000101 | 1000001 | 111011 |
Color Harmonies of #DB54A2
Complementary color
Monochromatic Colors of #DB54A2
Black with #DB54A2
Text Example
Text Example
White with #DB54A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54A2; }
p { color: rgb(219,84,162); }
H1.HeaderClassName
{
color: #DB54A2;
}
.AnyTagClassName
{
color: #DB54A2;
}
</style>
background-color css
<style>
a { background-color: #DB54A2; }
a { background-color: rgb(219,84,162); }
div.DivClassName
{
background-color: #DB54A2;
}
.BgClassName
{
background-color: #DB54A2;
}
</style>
border-color css
<style>
span { border-color: #DB54A2; }
span { border-color: rgb(219,84,162); }
td.TdClassName
{
border-color: #DB54A2;
}
.TagClassName
{
border-color: #DB54A2;
}
</style>