Shades of Mulberry #DB51A0
Tints of Mulberry #DB51A0
RGB
CMYK
RGB Variations
Color information
#DB51A0 (or 0xDB51A0) is known color: Mulberry. HEX triplet: DB, 51 and A0. RGB value is (219,81,160). Sum of RGB (Red+Green+Blue) = 219+81+160=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB51A0 is #24AE5F. Grayscale: #838383. Windows color (decimal): -2403936 or 10506715. OLE color: 10506715.
HSL color Cylindrical-coordinate representation of color #DB51A0: hue angle of 325.65º 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 #DB51A0 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 160 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.14 |
| HSL | 325.65º | 0.66% | 0.59% | - |
| HSV(B) | 325.65º | 0.63% | 0.86% | - |
| XYZ | 38.5 | 23.48 | 35.76 | - |
| YUV | 131.27 | 144.22 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 160 | 0 | 0.63 | 0.27 | 0.14 | 325.65 | 0.66 | 0.59 |
| Hex | DB | 51 | A0 | 0 | 3F | 1B | E | 146 | 42 | 3B |
| Octal | 333 | 121 | 240 | 0 | 77 | 33 | 16 | 506 | 102 | 73 |
| Binary | 11011011 | 1010001 | 10100000 | 0 | 111111 | 11011 | 1110 | 101000110 | 1000010 | 111011 |
Color Harmonies of #DB51A0
Complementary color
Monochromatic Colors of #DB51A0
Black with #DB51A0
Text Example
Text Example
White with #DB51A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51A0; }
p { color: rgb(219,81,160); }
H1.HeaderClassName
{
color: #DB51A0;
}
.AnyTagClassName
{
color: #DB51A0;
}
</style>
background-color css
<style>
a { background-color: #DB51A0; }
a { background-color: rgb(219,81,160); }
div.DivClassName
{
background-color: #DB51A0;
}
.BgClassName
{
background-color: #DB51A0;
}
</style>
border-color css
<style>
span { border-color: #DB51A0; }
span { border-color: rgb(219,81,160); }
td.TdClassName
{
border-color: #DB51A0;
}
.TagClassName
{
border-color: #DB51A0;
}
</style>