Shades of Mulberry #DB519A
Tints of Mulberry #DB519A
RGB
CMYK
RGB Variations
Color information
#DB519A (or 0xDB519A) is known color: Mulberry. HEX triplet: DB, 51 and 9A. RGB value is (219,81,154). Sum of RGB (Red+Green+Blue) = 219+81+154=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB519A is #24AE65. Grayscale: #828282. Windows color (decimal): -2403942 or 10113499. OLE color: 10113499.
HSL color Cylindrical-coordinate representation of color #DB519A: hue angle of 328.26º 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 #DB519A is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 154 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.14 |
| HSL | 328.26º | 0.66% | 0.59% | - |
| HSV(B) | 328.26º | 0.63% | 0.86% | - |
| XYZ | 37.99 | 23.28 | 33.06 | - |
| YUV | 130.58 | 141.22 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 154 | 0 | 0.63 | 0.30 | 0.14 | 328.26 | 0.66 | 0.59 |
| Hex | DB | 51 | 9A | 0 | 3F | 1E | E | 148 | 42 | 3B |
| Octal | 333 | 121 | 232 | 0 | 77 | 36 | 16 | 510 | 102 | 73 |
| Binary | 11011011 | 1010001 | 10011010 | 0 | 111111 | 11110 | 1110 | 101001000 | 1000010 | 111011 |
Color Harmonies of #DB519A
Complementary color
Monochromatic Colors of #DB519A
Black with #DB519A
Text Example
Text Example
White with #DB519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB519A; }
p { color: rgb(219,81,154); }
H1.HeaderClassName
{
color: #DB519A;
}
.AnyTagClassName
{
color: #DB519A;
}
</style>
background-color css
<style>
a { background-color: #DB519A; }
a { background-color: rgb(219,81,154); }
div.DivClassName
{
background-color: #DB519A;
}
.BgClassName
{
background-color: #DB519A;
}
</style>
border-color css
<style>
span { border-color: #DB519A; }
span { border-color: rgb(219,81,154); }
td.TdClassName
{
border-color: #DB519A;
}
.TagClassName
{
border-color: #DB519A;
}
</style>