Shades of Mulberry #DB4FAD
Tints of Mulberry #DB4FAD
RGB
CMYK
RGB Variations
Color information
#DB4FAD (or 0xDB4FAD) is known color: Mulberry. HEX triplet: DB, 4F and AD. RGB value is (219,79,173). Sum of RGB (Red+Green+Blue) = 219+79+173=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4FAD is #24B052. Grayscale: #838383. Windows color (decimal): -2404435 or 11358171. OLE color: 11358171.
HSL color Cylindrical-coordinate representation of color #DB4FAD: hue angle of 319.71º 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 #DB4FAD is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 173 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.14 |
| HSL | 319.71º | 0.66% | 0.58% | - |
| HSV(B) | 319.71º | 0.64% | 0.86% | - |
| XYZ | 39.55 | 23.67 | 42.02 | - |
| YUV | 131.58 | 151.38 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 173 | 0 | 0.64 | 0.21 | 0.14 | 319.71 | 0.66 | 0.58 |
| Hex | DB | 4F | AD | 0 | 40 | 15 | E | 140 | 42 | 3A |
| Octal | 333 | 117 | 255 | 0 | 100 | 25 | 16 | 500 | 102 | 72 |
| Binary | 11011011 | 1001111 | 10101101 | 0 | 1000000 | 10101 | 1110 | 101000000 | 1000010 | 111010 |
Color Harmonies of #DB4FAD
Complementary color
Monochromatic Colors of #DB4FAD
Black with #DB4FAD
Text Example
Text Example
White with #DB4FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4FAD; }
p { color: rgb(219,79,173); }
H1.HeaderClassName
{
color: #DB4FAD;
}
.AnyTagClassName
{
color: #DB4FAD;
}
</style>
background-color css
<style>
a { background-color: #DB4FAD; }
a { background-color: rgb(219,79,173); }
div.DivClassName
{
background-color: #DB4FAD;
}
.BgClassName
{
background-color: #DB4FAD;
}
</style>
border-color css
<style>
span { border-color: #DB4FAD; }
span { border-color: rgb(219,79,173); }
td.TdClassName
{
border-color: #DB4FAD;
}
.TagClassName
{
border-color: #DB4FAD;
}
</style>