Shades of Mulberry #DB4CA7
Tints of Mulberry #DB4CA7
RGB
CMYK
RGB Variations
Color information
#DB4CA7 (or 0xDB4CA7) is known color: Mulberry. HEX triplet: DB, 4C and A7. RGB value is (219,76,167). Sum of RGB (Red+Green+Blue) = 219+76+167=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4CA7 is #24B358. Grayscale: #808080. Windows color (decimal): -2405209 or 10964187. OLE color: 10964187.
HSL color Cylindrical-coordinate representation of color #DB4CA7: hue angle of 321.82º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4CA7 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 167 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.14 |
| HSL | 321.82º | 0.67% | 0.58% | - |
| HSV(B) | 321.82º | 0.65% | 0.86% | - |
| XYZ | 38.77 | 23.02 | 38.96 | - |
| YUV | 129.13 | 149.38 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 167 | 0 | 0.65 | 0.24 | 0.14 | 321.82 | 0.67 | 0.58 |
| Hex | DB | 4C | A7 | 0 | 41 | 18 | E | 142 | 43 | 3A |
| Octal | 333 | 114 | 247 | 0 | 101 | 30 | 16 | 502 | 103 | 72 |
| Binary | 11011011 | 1001100 | 10100111 | 0 | 1000001 | 11000 | 1110 | 101000010 | 1000011 | 111010 |
Color Harmonies of #DB4CA7
Complementary color
Monochromatic Colors of #DB4CA7
Black with #DB4CA7
Text Example
Text Example
White with #DB4CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CA7; }
p { color: rgb(219,76,167); }
H1.HeaderClassName
{
color: #DB4CA7;
}
.AnyTagClassName
{
color: #DB4CA7;
}
</style>
background-color css
<style>
a { background-color: #DB4CA7; }
a { background-color: rgb(219,76,167); }
div.DivClassName
{
background-color: #DB4CA7;
}
.BgClassName
{
background-color: #DB4CA7;
}
</style>
border-color css
<style>
span { border-color: #DB4CA7; }
span { border-color: rgb(219,76,167); }
td.TdClassName
{
border-color: #DB4CA7;
}
.TagClassName
{
border-color: #DB4CA7;
}
</style>