Shades of Mulberry #DB4FA7
Tints of Mulberry #DB4FA7
RGB
CMYK
RGB Variations
Color information
#DB4FA7 (or 0xDB4FA7) is known color: Mulberry. HEX triplet: DB, 4F and A7. RGB value is (219,79,167). Sum of RGB (Red+Green+Blue) = 219+79+167=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4FA7 is #24B058. Grayscale: #828282. Windows color (decimal): -2404441 or 10964955. OLE color: 10964955.
HSL color Cylindrical-coordinate representation of color #DB4FA7: hue angle of 322.29º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4FA7 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 167 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.14 |
| HSL | 322.29º | 0.66% | 0.58% | - |
| HSV(B) | 322.29º | 0.64% | 0.86% | - |
| XYZ | 38.98 | 23.44 | 39.03 | - |
| YUV | 130.89 | 148.38 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 167 | 0 | 0.64 | 0.24 | 0.14 | 322.29 | 0.66 | 0.58 |
| Hex | DB | 4F | A7 | 0 | 40 | 18 | E | 142 | 42 | 3A |
| Octal | 333 | 117 | 247 | 0 | 100 | 30 | 16 | 502 | 102 | 72 |
| Binary | 11011011 | 1001111 | 10100111 | 0 | 1000000 | 11000 | 1110 | 101000010 | 1000010 | 111010 |
Color Harmonies of #DB4FA7
Complementary color
Monochromatic Colors of #DB4FA7
Black with #DB4FA7
Text Example
Text Example
White with #DB4FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4FA7; }
p { color: rgb(219,79,167); }
H1.HeaderClassName
{
color: #DB4FA7;
}
.AnyTagClassName
{
color: #DB4FA7;
}
</style>
background-color css
<style>
a { background-color: #DB4FA7; }
a { background-color: rgb(219,79,167); }
div.DivClassName
{
background-color: #DB4FA7;
}
.BgClassName
{
background-color: #DB4FA7;
}
</style>
border-color css
<style>
span { border-color: #DB4FA7; }
span { border-color: rgb(219,79,167); }
td.TdClassName
{
border-color: #DB4FA7;
}
.TagClassName
{
border-color: #DB4FA7;
}
</style>