Shades of Mulberry #DB45AD
Tints of Mulberry #DB45AD
RGB
CMYK
RGB Variations
Color information
#DB45AD (or 0xDB45AD) is known color: Mulberry. HEX triplet: DB, 45 and AD. RGB value is (219,69,173). Sum of RGB (Red+Green+Blue) = 219+69+173=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB45AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB45AD is #24BA52. Grayscale: #7D7D7D. Windows color (decimal): -2406995 or 11355611. OLE color: 11355611.
HSL color Cylindrical-coordinate representation of color #DB45AD: hue angle of 318.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB45AD is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 173 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.14 |
| HSL | 318.4º | 0.68% | 0.56% | - |
| HSV(B) | 318.4º | 0.68% | 0.86% | - |
| XYZ | 38.88 | 22.33 | 41.8 | - |
| YUV | 125.71 | 154.7 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 173 | 0 | 0.68 | 0.21 | 0.14 | 318.4 | 0.68 | 0.56 |
| Hex | DB | 45 | AD | 0 | 44 | 15 | E | 13E | 44 | 38 |
| Octal | 333 | 105 | 255 | 0 | 104 | 25 | 16 | 476 | 104 | 70 |
| Binary | 11011011 | 1000101 | 10101101 | 0 | 1000100 | 10101 | 1110 | 100111110 | 1000100 | 111000 |
Color Harmonies of #DB45AD
Complementary color
Monochromatic Colors of #DB45AD
Black with #DB45AD
Text Example
Text Example
White with #DB45AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB45AD; }
p { color: rgb(219,69,173); }
H1.HeaderClassName
{
color: #DB45AD;
}
.AnyTagClassName
{
color: #DB45AD;
}
</style>
background-color css
<style>
a { background-color: #DB45AD; }
a { background-color: rgb(219,69,173); }
div.DivClassName
{
background-color: #DB45AD;
}
.BgClassName
{
background-color: #DB45AD;
}
</style>
border-color css
<style>
span { border-color: #DB45AD; }
span { border-color: rgb(219,69,173); }
td.TdClassName
{
border-color: #DB45AD;
}
.TagClassName
{
border-color: #DB45AD;
}
</style>