Shades of Mulberry #DB4BAD
Tints of Mulberry #DB4BAD
RGB
CMYK
RGB Variations
Color information
#DB4BAD (or 0xDB4BAD) is known color: Mulberry. HEX triplet: DB, 4B and AD. RGB value is (219,75,173). Sum of RGB (Red+Green+Blue) = 219+75+173=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4BAD is #24B452. Grayscale: #808080. Windows color (decimal): -2405459 or 11357147. OLE color: 11357147.
HSL color Cylindrical-coordinate representation of color #DB4BAD: hue angle of 319.17º 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 #DB4BAD is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 173 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.14 |
| HSL | 319.17º | 0.67% | 0.58% | - |
| HSV(B) | 319.17º | 0.66% | 0.86% | - |
| XYZ | 39.27 | 23.11 | 41.93 | - |
| YUV | 129.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 173 | 0 | 0.66 | 0.21 | 0.14 | 319.17 | 0.67 | 0.58 |
| Hex | DB | 4B | AD | 0 | 42 | 15 | E | 13F | 43 | 3A |
| Octal | 333 | 113 | 255 | 0 | 102 | 25 | 16 | 477 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10101101 | 0 | 1000010 | 10101 | 1110 | 100111111 | 1000011 | 111010 |
Color Harmonies of #DB4BAD
Complementary color
Monochromatic Colors of #DB4BAD
Black with #DB4BAD
Text Example
Text Example
White with #DB4BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BAD; }
p { color: rgb(219,75,173); }
H1.HeaderClassName
{
color: #DB4BAD;
}
.AnyTagClassName
{
color: #DB4BAD;
}
</style>
background-color css
<style>
a { background-color: #DB4BAD; }
a { background-color: rgb(219,75,173); }
div.DivClassName
{
background-color: #DB4BAD;
}
.BgClassName
{
background-color: #DB4BAD;
}
</style>
border-color css
<style>
span { border-color: #DB4BAD; }
span { border-color: rgb(219,75,173); }
td.TdClassName
{
border-color: #DB4BAD;
}
.TagClassName
{
border-color: #DB4BAD;
}
</style>