Shades of Mulberry #DB51A1
Tints of Mulberry #DB51A1
RGB
CMYK
RGB Variations
Color information
#DB51A1 (or 0xDB51A1) is known color: Mulberry. HEX triplet: DB, 51 and A1. RGB value is (219,81,161). Sum of RGB (Red+Green+Blue) = 219+81+161=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB51A1 is #24AE5E. Grayscale: #838383. Windows color (decimal): -2403935 or 10572251. OLE color: 10572251.
HSL color Cylindrical-coordinate representation of color #DB51A1: hue angle of 325.22º 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 #DB51A1 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 161 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.14 |
| HSL | 325.22º | 0.66% | 0.59% | - |
| HSV(B) | 325.22º | 0.63% | 0.86% | - |
| XYZ | 38.59 | 23.52 | 36.22 | - |
| YUV | 131.38 | 144.72 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 161 | 0 | 0.63 | 0.26 | 0.14 | 325.22 | 0.66 | 0.59 |
| Hex | DB | 51 | A1 | 0 | 3F | 1A | E | 145 | 42 | 3B |
| Octal | 333 | 121 | 241 | 0 | 77 | 32 | 16 | 505 | 102 | 73 |
| Binary | 11011011 | 1010001 | 10100001 | 0 | 111111 | 11010 | 1110 | 101000101 | 1000010 | 111011 |
Color Harmonies of #DB51A1
Complementary color
Monochromatic Colors of #DB51A1
Black with #DB51A1
Text Example
Text Example
White with #DB51A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51A1; }
p { color: rgb(219,81,161); }
H1.HeaderClassName
{
color: #DB51A1;
}
.AnyTagClassName
{
color: #DB51A1;
}
</style>
background-color css
<style>
a { background-color: #DB51A1; }
a { background-color: rgb(219,81,161); }
div.DivClassName
{
background-color: #DB51A1;
}
.BgClassName
{
background-color: #DB51A1;
}
</style>
border-color css
<style>
span { border-color: #DB51A1; }
span { border-color: rgb(219,81,161); }
td.TdClassName
{
border-color: #DB51A1;
}
.TagClassName
{
border-color: #DB51A1;
}
</style>