Shades of Mulberry #DB50A5
Tints of Mulberry #DB50A5
RGB
CMYK
RGB Variations
Color information
#DB50A5 (or 0xDB50A5) is known color: Mulberry. HEX triplet: DB, 50 and A5. RGB value is (219,80,165). Sum of RGB (Red+Green+Blue) = 219+80+165=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB50A5 is #24AF5A. Grayscale: #838383. Windows color (decimal): -2404187 or 10834139. OLE color: 10834139.
HSL color Cylindrical-coordinate representation of color #DB50A5: hue angle of 323.31º 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 #DB50A5 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 165 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.14 |
| HSL | 323.31º | 0.66% | 0.59% | - |
| HSV(B) | 323.31º | 0.63% | 0.86% | - |
| XYZ | 38.87 | 23.51 | 38.09 | - |
| YUV | 131.25 | 147.05 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 165 | 0 | 0.63 | 0.25 | 0.14 | 323.31 | 0.66 | 0.59 |
| Hex | DB | 50 | A5 | 0 | 3F | 19 | E | 143 | 42 | 3B |
| Octal | 333 | 120 | 245 | 0 | 77 | 31 | 16 | 503 | 102 | 73 |
| Binary | 11011011 | 1010000 | 10100101 | 0 | 111111 | 11001 | 1110 | 101000011 | 1000010 | 111011 |
Color Harmonies of #DB50A5
Complementary color
Monochromatic Colors of #DB50A5
Black with #DB50A5
Text Example
Text Example
White with #DB50A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50A5; }
p { color: rgb(219,80,165); }
H1.HeaderClassName
{
color: #DB50A5;
}
.AnyTagClassName
{
color: #DB50A5;
}
</style>
background-color css
<style>
a { background-color: #DB50A5; }
a { background-color: rgb(219,80,165); }
div.DivClassName
{
background-color: #DB50A5;
}
.BgClassName
{
background-color: #DB50A5;
}
</style>
border-color css
<style>
span { border-color: #DB50A5; }
span { border-color: rgb(219,80,165); }
td.TdClassName
{
border-color: #DB50A5;
}
.TagClassName
{
border-color: #DB50A5;
}
</style>