Shades of Mulberry #DB51A3
Tints of Mulberry #DB51A3
RGB
CMYK
RGB Variations
Color information
#DB51A3 (or 0xDB51A3) is known color: Mulberry. HEX triplet: DB, 51 and A3. RGB value is (219,81,163). Sum of RGB (Red+Green+Blue) = 219+81+163=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB51A3 is #24AE5C. Grayscale: #838383. Windows color (decimal): -2403933 or 10703323. OLE color: 10703323.
HSL color Cylindrical-coordinate representation of color #DB51A3: hue angle of 324.35º 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 #DB51A3 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 163 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.14 |
| HSL | 324.35º | 0.66% | 0.59% | - |
| HSV(B) | 324.35º | 0.63% | 0.86% | - |
| XYZ | 38.77 | 23.59 | 37.16 | - |
| YUV | 131.61 | 145.72 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 163 | 0 | 0.63 | 0.26 | 0.14 | 324.35 | 0.66 | 0.59 |
| Hex | DB | 51 | A3 | 0 | 3F | 1A | E | 144 | 42 | 3B |
| Octal | 333 | 121 | 243 | 0 | 77 | 32 | 16 | 504 | 102 | 73 |
| Binary | 11011011 | 1010001 | 10100011 | 0 | 111111 | 11010 | 1110 | 101000100 | 1000010 | 111011 |
Color Harmonies of #DB51A3
Complementary color
Monochromatic Colors of #DB51A3
Black with #DB51A3
Text Example
Text Example
White with #DB51A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51A3; }
p { color: rgb(219,81,163); }
H1.HeaderClassName
{
color: #DB51A3;
}
.AnyTagClassName
{
color: #DB51A3;
}
</style>
background-color css
<style>
a { background-color: #DB51A3; }
a { background-color: rgb(219,81,163); }
div.DivClassName
{
background-color: #DB51A3;
}
.BgClassName
{
background-color: #DB51A3;
}
</style>
border-color css
<style>
span { border-color: #DB51A3; }
span { border-color: rgb(219,81,163); }
td.TdClassName
{
border-color: #DB51A3;
}
.TagClassName
{
border-color: #DB51A3;
}
</style>