Shades of Mulberry #DB43A5
Tints of Mulberry #DB43A5
RGB
CMYK
RGB Variations
Color information
#DB43A5 (or 0xDB43A5) is known color: Mulberry. HEX triplet: DB, 43 and A5. RGB value is (219,67,165). Sum of RGB (Red+Green+Blue) = 219+67+165=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB43A5 is #24BC5A. Grayscale: #7B7B7B. Windows color (decimal): -2407515 or 10830811. OLE color: 10830811.
HSL color Cylindrical-coordinate representation of color #DB43A5: hue angle of 321.32º 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 #DB43A5 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 165 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.14 |
| HSL | 321.32º | 0.68% | 0.56% | - |
| HSV(B) | 321.32º | 0.69% | 0.86% | - |
| XYZ | 38.01 | 21.79 | 37.8 | - |
| YUV | 123.62 | 151.36 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 165 | 0 | 0.69 | 0.25 | 0.14 | 321.32 | 0.68 | 0.56 |
| Hex | DB | 43 | A5 | 0 | 45 | 19 | E | 141 | 44 | 38 |
| Octal | 333 | 103 | 245 | 0 | 105 | 31 | 16 | 501 | 104 | 70 |
| Binary | 11011011 | 1000011 | 10100101 | 0 | 1000101 | 11001 | 1110 | 101000001 | 1000100 | 111000 |
Color Harmonies of #DB43A5
Complementary color
Monochromatic Colors of #DB43A5
Black with #DB43A5
Text Example
Text Example
White with #DB43A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB43A5; }
p { color: rgb(219,67,165); }
H1.HeaderClassName
{
color: #DB43A5;
}
.AnyTagClassName
{
color: #DB43A5;
}
</style>
background-color css
<style>
a { background-color: #DB43A5; }
a { background-color: rgb(219,67,165); }
div.DivClassName
{
background-color: #DB43A5;
}
.BgClassName
{
background-color: #DB43A5;
}
</style>
border-color css
<style>
span { border-color: #DB43A5; }
span { border-color: rgb(219,67,165); }
td.TdClassName
{
border-color: #DB43A5;
}
.TagClassName
{
border-color: #DB43A5;
}
</style>