Shades of Mulberry #DB4BAA
Tints of Mulberry #DB4BAA
RGB
CMYK
RGB Variations
Color information
#DB4BAA (or 0xDB4BAA) is known color: Mulberry. HEX triplet: DB, 4B and AA. RGB value is (219,75,170). Sum of RGB (Red+Green+Blue) = 219+75+170=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4BAA is #24B455. Grayscale: #808080. Windows color (decimal): -2405462 or 11160539. OLE color: 11160539.
HSL color Cylindrical-coordinate representation of color #DB4BAA: hue angle of 320.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4BAA is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 170 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.14 |
| HSL | 320.42º | 0.67% | 0.58% | - |
| HSV(B) | 320.42º | 0.66% | 0.86% | - |
| XYZ | 38.99 | 22.99 | 40.41 | - |
| YUV | 128.89 | 151.21 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 170 | 0 | 0.66 | 0.22 | 0.14 | 320.42 | 0.67 | 0.58 |
| Hex | DB | 4B | AA | 0 | 42 | 16 | E | 140 | 43 | 3A |
| Octal | 333 | 113 | 252 | 0 | 102 | 26 | 16 | 500 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10101010 | 0 | 1000010 | 10110 | 1110 | 101000000 | 1000011 | 111010 |
Color Harmonies of #DB4BAA
Complementary color
Monochromatic Colors of #DB4BAA
Black with #DB4BAA
Text Example
Text Example
White with #DB4BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BAA; }
p { color: rgb(219,75,170); }
H1.HeaderClassName
{
color: #DB4BAA;
}
.AnyTagClassName
{
color: #DB4BAA;
}
</style>
background-color css
<style>
a { background-color: #DB4BAA; }
a { background-color: rgb(219,75,170); }
div.DivClassName
{
background-color: #DB4BAA;
}
.BgClassName
{
background-color: #DB4BAA;
}
</style>
border-color css
<style>
span { border-color: #DB4BAA; }
span { border-color: rgb(219,75,170); }
td.TdClassName
{
border-color: #DB4BAA;
}
.TagClassName
{
border-color: #DB4BAA;
}
</style>