Shades of Mulberry #DB51AB
Tints of Mulberry #DB51AB
RGB
CMYK
RGB Variations
Color information
#DB51AB (or 0xDB51AB) is known color: Mulberry. HEX triplet: DB, 51 and AB. RGB value is (219,81,171). Sum of RGB (Red+Green+Blue) = 219+81+171=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB51AB is #24AE54. Grayscale: #848484. Windows color (decimal): -2403925 or 11227611. OLE color: 11227611.
HSL color Cylindrical-coordinate representation of color #DB51AB: hue angle of 320.87º 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 #DB51AB is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 171 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.14 |
| HSL | 320.87º | 0.66% | 0.59% | - |
| HSV(B) | 320.87º | 0.63% | 0.86% | - |
| XYZ | 39.51 | 23.89 | 41.06 | - |
| YUV | 132.52 | 149.72 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 171 | 0 | 0.63 | 0.22 | 0.14 | 320.87 | 0.66 | 0.59 |
| Hex | DB | 51 | AB | 0 | 3F | 16 | E | 141 | 42 | 3B |
| Octal | 333 | 121 | 253 | 0 | 77 | 26 | 16 | 501 | 102 | 73 |
| Binary | 11011011 | 1010001 | 10101011 | 0 | 111111 | 10110 | 1110 | 101000001 | 1000010 | 111011 |
Color Harmonies of #DB51AB
Complementary color
Monochromatic Colors of #DB51AB
Black with #DB51AB
Text Example
Text Example
White with #DB51AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51AB; }
p { color: rgb(219,81,171); }
H1.HeaderClassName
{
color: #DB51AB;
}
.AnyTagClassName
{
color: #DB51AB;
}
</style>
background-color css
<style>
a { background-color: #DB51AB; }
a { background-color: rgb(219,81,171); }
div.DivClassName
{
background-color: #DB51AB;
}
.BgClassName
{
background-color: #DB51AB;
}
</style>
border-color css
<style>
span { border-color: #DB51AB; }
span { border-color: rgb(219,81,171); }
td.TdClassName
{
border-color: #DB51AB;
}
.TagClassName
{
border-color: #DB51AB;
}
</style>