Shades of Mulberry #DB41AD
Tints of Mulberry #DB41AD
RGB
CMYK
RGB Variations
Color information
#DB41AD (or 0xDB41AD) is known color: Mulberry. HEX triplet: DB, 41 and AD. RGB value is (219,65,173). Sum of RGB (Red+Green+Blue) = 219+65+173=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB41AD is #24BE52. Grayscale: #7B7B7B. Windows color (decimal): -2408019 or 11354587. OLE color: 11354587.
HSL color Cylindrical-coordinate representation of color #DB41AD: hue angle of 317.92º 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 #DB41AD is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 173 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.14 |
| HSL | 317.92º | 0.68% | 0.56% | - |
| HSV(B) | 317.92º | 0.7% | 0.86% | - |
| XYZ | 38.65 | 21.86 | 41.72 | - |
| YUV | 123.36 | 156.02 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 173 | 0 | 0.70 | 0.21 | 0.14 | 317.92 | 0.68 | 0.56 |
| Hex | DB | 41 | AD | 0 | 46 | 15 | E | 13E | 44 | 38 |
| Octal | 333 | 101 | 255 | 0 | 106 | 25 | 16 | 476 | 104 | 70 |
| Binary | 11011011 | 1000001 | 10101101 | 0 | 1000110 | 10101 | 1110 | 100111110 | 1000100 | 111000 |
Color Harmonies of #DB41AD
Complementary color
Monochromatic Colors of #DB41AD
Black with #DB41AD
Text Example
Text Example
White with #DB41AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41AD; }
p { color: rgb(219,65,173); }
H1.HeaderClassName
{
color: #DB41AD;
}
.AnyTagClassName
{
color: #DB41AD;
}
</style>
background-color css
<style>
a { background-color: #DB41AD; }
a { background-color: rgb(219,65,173); }
div.DivClassName
{
background-color: #DB41AD;
}
.BgClassName
{
background-color: #DB41AD;
}
</style>
border-color css
<style>
span { border-color: #DB41AD; }
span { border-color: rgb(219,65,173); }
td.TdClassName
{
border-color: #DB41AD;
}
.TagClassName
{
border-color: #DB41AD;
}
</style>