Shades of Mulberry #DB50AC
Tints of Mulberry #DB50AC
RGB
CMYK
RGB Variations
Color information
#DB50AC (or 0xDB50AC) is known color: Mulberry. HEX triplet: DB, 50 and AC. RGB value is (219,80,172). Sum of RGB (Red+Green+Blue) = 219+80+172=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB50AC is #24AF53. Grayscale: #838383. Windows color (decimal): -2404180 or 11292891. OLE color: 11292891.
HSL color Cylindrical-coordinate representation of color #DB50AC: hue angle of 320.29º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB50AC is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 172 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.14 |
| HSL | 320.29º | 0.66% | 0.59% | - |
| HSV(B) | 320.29º | 0.63% | 0.86% | - |
| XYZ | 39.53 | 23.78 | 41.54 | - |
| YUV | 132.05 | 150.55 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 172 | 0 | 0.63 | 0.21 | 0.14 | 320.29 | 0.66 | 0.59 |
| Hex | DB | 50 | AC | 0 | 3F | 15 | E | 140 | 42 | 3B |
| Octal | 333 | 120 | 254 | 0 | 77 | 25 | 16 | 500 | 102 | 73 |
| Binary | 11011011 | 1010000 | 10101100 | 0 | 111111 | 10101 | 1110 | 101000000 | 1000010 | 111011 |
Color Harmonies of #DB50AC
Complementary color
Monochromatic Colors of #DB50AC
Black with #DB50AC
Text Example
Text Example
White with #DB50AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50AC; }
p { color: rgb(219,80,172); }
H1.HeaderClassName
{
color: #DB50AC;
}
.AnyTagClassName
{
color: #DB50AC;
}
</style>
background-color css
<style>
a { background-color: #DB50AC; }
a { background-color: rgb(219,80,172); }
div.DivClassName
{
background-color: #DB50AC;
}
.BgClassName
{
background-color: #DB50AC;
}
</style>
border-color css
<style>
span { border-color: #DB50AC; }
span { border-color: rgb(219,80,172); }
td.TdClassName
{
border-color: #DB50AC;
}
.TagClassName
{
border-color: #DB50AC;
}
</style>