Shades of Mulberry #DB41AC
Tints of Mulberry #DB41AC
RGB
CMYK
RGB Variations
Color information
#DB41AC (or 0xDB41AC) is known color: Mulberry. HEX triplet: DB, 41 and AC. RGB value is (219,65,172). Sum of RGB (Red+Green+Blue) = 219+65+172=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB41AC is #24BE53. Grayscale: #7A7A7A. Windows color (decimal): -2408020 or 11289051. OLE color: 11289051.
HSL color Cylindrical-coordinate representation of color #DB41AC: hue angle of 318.31º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB41AC is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 172 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.14 |
| HSL | 318.31º | 0.68% | 0.56% | - |
| HSV(B) | 318.31º | 0.7% | 0.86% | - |
| XYZ | 38.55 | 21.82 | 41.21 | - |
| YUV | 123.24 | 155.52 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 172 | 0 | 0.70 | 0.21 | 0.14 | 318.31 | 0.68 | 0.56 |
| Hex | DB | 41 | AC | 0 | 46 | 15 | E | 13E | 44 | 38 |
| Octal | 333 | 101 | 254 | 0 | 106 | 25 | 16 | 476 | 104 | 70 |
| Binary | 11011011 | 1000001 | 10101100 | 0 | 1000110 | 10101 | 1110 | 100111110 | 1000100 | 111000 |
Color Harmonies of #DB41AC
Complementary color
Monochromatic Colors of #DB41AC
Black with #DB41AC
Text Example
Text Example
White with #DB41AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41AC; }
p { color: rgb(219,65,172); }
H1.HeaderClassName
{
color: #DB41AC;
}
.AnyTagClassName
{
color: #DB41AC;
}
</style>
background-color css
<style>
a { background-color: #DB41AC; }
a { background-color: rgb(219,65,172); }
div.DivClassName
{
background-color: #DB41AC;
}
.BgClassName
{
background-color: #DB41AC;
}
</style>
border-color css
<style>
span { border-color: #DB41AC; }
span { border-color: rgb(219,65,172); }
td.TdClassName
{
border-color: #DB41AC;
}
.TagClassName
{
border-color: #DB41AC;
}
</style>