Shades of Mulberry #DB48AD
Tints of Mulberry #DB48AD
RGB
CMYK
RGB Variations
Color information
#DB48AD (or 0xDB48AD) is known color: Mulberry. HEX triplet: DB, 48 and AD. RGB value is (219,72,173). Sum of RGB (Red+Green+Blue) = 219+72+173=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB48AD is #24B752. Grayscale: #7F7F7F. Windows color (decimal): -2406227 or 11356379. OLE color: 11356379.
HSL color Cylindrical-coordinate representation of color #DB48AD: hue angle of 318.78º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB48AD is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 173 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.14 |
| HSL | 318.78º | 0.67% | 0.57% | - |
| HSV(B) | 318.78º | 0.67% | 0.86% | - |
| XYZ | 39.07 | 22.71 | 41.86 | - |
| YUV | 127.47 | 153.7 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 173 | 0 | 0.67 | 0.21 | 0.14 | 318.78 | 0.67 | 0.57 |
| Hex | DB | 48 | AD | 0 | 43 | 15 | E | 13F | 43 | 39 |
| Octal | 333 | 110 | 255 | 0 | 103 | 25 | 16 | 477 | 103 | 71 |
| Binary | 11011011 | 1001000 | 10101101 | 0 | 1000011 | 10101 | 1110 | 100111111 | 1000011 | 111001 |
Color Harmonies of #DB48AD
Complementary color
Monochromatic Colors of #DB48AD
Black with #DB48AD
Text Example
Text Example
White with #DB48AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48AD; }
p { color: rgb(219,72,173); }
H1.HeaderClassName
{
color: #DB48AD;
}
.AnyTagClassName
{
color: #DB48AD;
}
</style>
background-color css
<style>
a { background-color: #DB48AD; }
a { background-color: rgb(219,72,173); }
div.DivClassName
{
background-color: #DB48AD;
}
.BgClassName
{
background-color: #DB48AD;
}
</style>
border-color css
<style>
span { border-color: #DB48AD; }
span { border-color: rgb(219,72,173); }
td.TdClassName
{
border-color: #DB48AD;
}
.TagClassName
{
border-color: #DB48AD;
}
</style>