Shades of Mulberry #DB46AA
Tints of Mulberry #DB46AA
RGB
CMYK
RGB Variations
Color information
#DB46AA (or 0xDB46AA) is known color: Mulberry. HEX triplet: DB, 46 and AA. RGB value is (219,70,170). Sum of RGB (Red+Green+Blue) = 219+70+170=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB46AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB46AA is #24B955. Grayscale: #7D7D7D. Windows color (decimal): -2406742 or 11159259. OLE color: 11159259.
HSL color Cylindrical-coordinate representation of color #DB46AA: hue angle of 319.73º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB46AA is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 170 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.14 |
| HSL | 319.73º | 0.67% | 0.57% | - |
| HSV(B) | 319.73º | 0.68% | 0.86% | - |
| XYZ | 38.66 | 22.34 | 40.31 | - |
| YUV | 125.95 | 152.86 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 170 | 0 | 0.68 | 0.22 | 0.14 | 319.73 | 0.67 | 0.57 |
| Hex | DB | 46 | AA | 0 | 44 | 16 | E | 140 | 43 | 39 |
| Octal | 333 | 106 | 252 | 0 | 104 | 26 | 16 | 500 | 103 | 71 |
| Binary | 11011011 | 1000110 | 10101010 | 0 | 1000100 | 10110 | 1110 | 101000000 | 1000011 | 111001 |
Color Harmonies of #DB46AA
Complementary color
Monochromatic Colors of #DB46AA
Black with #DB46AA
Text Example
Text Example
White with #DB46AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB46AA; }
p { color: rgb(219,70,170); }
H1.HeaderClassName
{
color: #DB46AA;
}
.AnyTagClassName
{
color: #DB46AA;
}
</style>
background-color css
<style>
a { background-color: #DB46AA; }
a { background-color: rgb(219,70,170); }
div.DivClassName
{
background-color: #DB46AA;
}
.BgClassName
{
background-color: #DB46AA;
}
</style>
border-color css
<style>
span { border-color: #DB46AA; }
span { border-color: rgb(219,70,170); }
td.TdClassName
{
border-color: #DB46AA;
}
.TagClassName
{
border-color: #DB46AA;
}
</style>