Shades of Mulberry #DB46AC
Tints of Mulberry #DB46AC
RGB
CMYK
RGB Variations
Color information
#DB46AC (or 0xDB46AC) is known color: Mulberry. HEX triplet: DB, 46 and AC. RGB value is (219,70,172). Sum of RGB (Red+Green+Blue) = 219+70+172=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB46AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB46AC is #24B953. Grayscale: #7D7D7D. Windows color (decimal): -2406740 or 11290331. OLE color: 11290331.
HSL color Cylindrical-coordinate representation of color #DB46AC: hue angle of 318.93º 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 #DB46AC is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 172 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.14 |
| HSL | 318.93º | 0.67% | 0.57% | - |
| HSV(B) | 318.93º | 0.68% | 0.86% | - |
| XYZ | 38.85 | 22.42 | 41.31 | - |
| YUV | 126.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 172 | 0 | 0.68 | 0.21 | 0.14 | 318.93 | 0.67 | 0.57 |
| Hex | DB | 46 | AC | 0 | 44 | 15 | E | 13F | 43 | 39 |
| Octal | 333 | 106 | 254 | 0 | 104 | 25 | 16 | 477 | 103 | 71 |
| Binary | 11011011 | 1000110 | 10101100 | 0 | 1000100 | 10101 | 1110 | 100111111 | 1000011 | 111001 |
Color Harmonies of #DB46AC
Complementary color
Monochromatic Colors of #DB46AC
Black with #DB46AC
Text Example
Text Example
White with #DB46AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB46AC; }
p { color: rgb(219,70,172); }
H1.HeaderClassName
{
color: #DB46AC;
}
.AnyTagClassName
{
color: #DB46AC;
}
</style>
background-color css
<style>
a { background-color: #DB46AC; }
a { background-color: rgb(219,70,172); }
div.DivClassName
{
background-color: #DB46AC;
}
.BgClassName
{
background-color: #DB46AC;
}
</style>
border-color css
<style>
span { border-color: #DB46AC; }
span { border-color: rgb(219,70,172); }
td.TdClassName
{
border-color: #DB46AC;
}
.TagClassName
{
border-color: #DB46AC;
}
</style>