Shades of Mulberry #DB43A2
Tints of Mulberry #DB43A2
RGB
CMYK
RGB Variations
Color information
#DB43A2 (or 0xDB43A2) is known color: Mulberry. HEX triplet: DB, 43 and A2. RGB value is (219,67,162). Sum of RGB (Red+Green+Blue) = 219+67+162=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB43A2 is #24BC5D. Grayscale: #7B7B7B. Windows color (decimal): -2407518 or 10634203. OLE color: 10634203.
HSL color Cylindrical-coordinate representation of color #DB43A2: hue angle of 322.5º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB43A2 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 162 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.14 |
| HSL | 322.5º | 0.68% | 0.56% | - |
| HSV(B) | 322.5º | 0.69% | 0.86% | - |
| XYZ | 37.74 | 21.68 | 36.38 | - |
| YUV | 123.28 | 149.86 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 162 | 0 | 0.69 | 0.26 | 0.14 | 322.5 | 0.68 | 0.56 |
| Hex | DB | 43 | A2 | 0 | 45 | 1A | E | 142 | 44 | 38 |
| Octal | 333 | 103 | 242 | 0 | 105 | 32 | 16 | 502 | 104 | 70 |
| Binary | 11011011 | 1000011 | 10100010 | 0 | 1000101 | 11010 | 1110 | 101000010 | 1000100 | 111000 |
Color Harmonies of #DB43A2
Complementary color
Monochromatic Colors of #DB43A2
Black with #DB43A2
Text Example
Text Example
White with #DB43A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB43A2; }
p { color: rgb(219,67,162); }
H1.HeaderClassName
{
color: #DB43A2;
}
.AnyTagClassName
{
color: #DB43A2;
}
</style>
background-color css
<style>
a { background-color: #DB43A2; }
a { background-color: rgb(219,67,162); }
div.DivClassName
{
background-color: #DB43A2;
}
.BgClassName
{
background-color: #DB43A2;
}
</style>
border-color css
<style>
span { border-color: #DB43A2; }
span { border-color: rgb(219,67,162); }
td.TdClassName
{
border-color: #DB43A2;
}
.TagClassName
{
border-color: #DB43A2;
}
</style>