Shades of Mulberry #DB4FAB
Tints of Mulberry #DB4FAB
RGB
CMYK
RGB Variations
Color information
#DB4FAB (or 0xDB4FAB) is known color: Mulberry. HEX triplet: DB, 4F and AB. RGB value is (219,79,171). Sum of RGB (Red+Green+Blue) = 219+79+171=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4FAB is #24B054. Grayscale: #838383. Windows color (decimal): -2404437 or 11227099. OLE color: 11227099.
HSL color Cylindrical-coordinate representation of color #DB4FAB: hue angle of 320.57º 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 #DB4FAB is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 171 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.14 |
| HSL | 320.57º | 0.66% | 0.58% | - |
| HSV(B) | 320.57º | 0.64% | 0.86% | - |
| XYZ | 39.36 | 23.59 | 41.01 | - |
| YUV | 131.35 | 150.38 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 171 | 0 | 0.64 | 0.22 | 0.14 | 320.57 | 0.66 | 0.58 |
| Hex | DB | 4F | AB | 0 | 40 | 16 | E | 141 | 42 | 3A |
| Octal | 333 | 117 | 253 | 0 | 100 | 26 | 16 | 501 | 102 | 72 |
| Binary | 11011011 | 1001111 | 10101011 | 0 | 1000000 | 10110 | 1110 | 101000001 | 1000010 | 111010 |
Color Harmonies of #DB4FAB
Complementary color
Monochromatic Colors of #DB4FAB
Black with #DB4FAB
Text Example
Text Example
White with #DB4FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4FAB; }
p { color: rgb(219,79,171); }
H1.HeaderClassName
{
color: #DB4FAB;
}
.AnyTagClassName
{
color: #DB4FAB;
}
</style>
background-color css
<style>
a { background-color: #DB4FAB; }
a { background-color: rgb(219,79,171); }
div.DivClassName
{
background-color: #DB4FAB;
}
.BgClassName
{
background-color: #DB4FAB;
}
</style>
border-color css
<style>
span { border-color: #DB4FAB; }
span { border-color: rgb(219,79,171); }
td.TdClassName
{
border-color: #DB4FAB;
}
.TagClassName
{
border-color: #DB4FAB;
}
</style>