Shades of Mulberry #DB43A8
Tints of Mulberry #DB43A8
RGB
CMYK
RGB Variations
Color information
#DB43A8 (or 0xDB43A8) is known color: Mulberry. HEX triplet: DB, 43 and A8. RGB value is (219,67,168). Sum of RGB (Red+Green+Blue) = 219+67+168=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 67 (26.56% from 255 or 14.76% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB43A8 is #24BC57. Grayscale: #7B7B7B. Windows color (decimal): -2407512 or 11027419. OLE color: 11027419.
HSL color Cylindrical-coordinate representation of color #DB43A8: hue angle of 320.13º 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 #DB43A8 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 168 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.14 |
| HSL | 320.13º | 0.68% | 0.56% | - |
| HSV(B) | 320.13º | 0.69% | 0.86% | - |
| XYZ | 38.29 | 21.9 | 39.26 | - |
| YUV | 123.96 | 152.86 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 168 | 0 | 0.69 | 0.23 | 0.14 | 320.13 | 0.68 | 0.56 |
| Hex | DB | 43 | A8 | 0 | 45 | 17 | E | 140 | 44 | 38 |
| Octal | 333 | 103 | 250 | 0 | 105 | 27 | 16 | 500 | 104 | 70 |
| Binary | 11011011 | 1000011 | 10101000 | 0 | 1000101 | 10111 | 1110 | 101000000 | 1000100 | 111000 |
Color Harmonies of #DB43A8
Complementary color
Monochromatic Colors of #DB43A8
Black with #DB43A8
Text Example
Text Example
White with #DB43A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB43A8; }
p { color: rgb(219,67,168); }
H1.HeaderClassName
{
color: #DB43A8;
}
.AnyTagClassName
{
color: #DB43A8;
}
</style>
background-color css
<style>
a { background-color: #DB43A8; }
a { background-color: rgb(219,67,168); }
div.DivClassName
{
background-color: #DB43A8;
}
.BgClassName
{
background-color: #DB43A8;
}
</style>
border-color css
<style>
span { border-color: #DB43A8; }
span { border-color: rgb(219,67,168); }
td.TdClassName
{
border-color: #DB43A8;
}
.TagClassName
{
border-color: #DB43A8;
}
</style>