Shades of Mulberry #DB4CA2
Tints of Mulberry #DB4CA2
RGB
CMYK
RGB Variations
Color information
#DB4CA2 (or 0xDB4CA2) is known color: Mulberry. HEX triplet: DB, 4C and A2. RGB value is (219,76,162). Sum of RGB (Red+Green+Blue) = 219+76+162=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4CA2 is #24B35D. Grayscale: #808080. Windows color (decimal): -2405214 or 10636507. OLE color: 10636507.
HSL color Cylindrical-coordinate representation of color #DB4CA2: hue angle of 323.92º 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 #DB4CA2 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 162 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.14 |
| HSL | 323.92º | 0.67% | 0.58% | - |
| HSV(B) | 323.92º | 0.65% | 0.86% | - |
| XYZ | 38.32 | 22.84 | 36.57 | - |
| YUV | 128.56 | 146.88 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 162 | 0 | 0.65 | 0.26 | 0.14 | 323.92 | 0.67 | 0.58 |
| Hex | DB | 4C | A2 | 0 | 41 | 1A | E | 144 | 43 | 3A |
| Octal | 333 | 114 | 242 | 0 | 101 | 32 | 16 | 504 | 103 | 72 |
| Binary | 11011011 | 1001100 | 10100010 | 0 | 1000001 | 11010 | 1110 | 101000100 | 1000011 | 111010 |
Color Harmonies of #DB4CA2
Complementary color
Monochromatic Colors of #DB4CA2
Black with #DB4CA2
Text Example
Text Example
White with #DB4CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CA2; }
p { color: rgb(219,76,162); }
H1.HeaderClassName
{
color: #DB4CA2;
}
.AnyTagClassName
{
color: #DB4CA2;
}
</style>
background-color css
<style>
a { background-color: #DB4CA2; }
a { background-color: rgb(219,76,162); }
div.DivClassName
{
background-color: #DB4CA2;
}
.BgClassName
{
background-color: #DB4CA2;
}
</style>
border-color css
<style>
span { border-color: #DB4CA2; }
span { border-color: rgb(219,76,162); }
td.TdClassName
{
border-color: #DB4CA2;
}
.TagClassName
{
border-color: #DB4CA2;
}
</style>