Shades of Mulberry #DB4599
Tints of Mulberry #DB4599
RGB
CMYK
RGB Variations
Color information
#DB4599 (or 0xDB4599) is known color: Mulberry. HEX triplet: DB, 45 and 99. RGB value is (219,69,153). Sum of RGB (Red+Green+Blue) = 219+69+153=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4599 is #24BA66. Grayscale: #7B7B7B. Windows color (decimal): -2407015 or 10044891. OLE color: 10044891.
HSL color Cylindrical-coordinate representation of color #DB4599: hue angle of 326.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4599 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 153 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.14 |
| HSL | 326.4º | 0.68% | 0.56% | - |
| HSV(B) | 326.4º | 0.68% | 0.86% | - |
| XYZ | 37.09 | 21.62 | 32.35 | - |
| YUV | 123.43 | 144.7 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 153 | 0 | 0.68 | 0.30 | 0.14 | 326.4 | 0.68 | 0.56 |
| Hex | DB | 45 | 99 | 0 | 44 | 1E | E | 146 | 44 | 38 |
| Octal | 333 | 105 | 231 | 0 | 104 | 36 | 16 | 506 | 104 | 70 |
| Binary | 11011011 | 1000101 | 10011001 | 0 | 1000100 | 11110 | 1110 | 101000110 | 1000100 | 111000 |
Color Harmonies of #DB4599
Complementary color
Monochromatic Colors of #DB4599
Black with #DB4599
Text Example
Text Example
White with #DB4599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4599; }
p { color: rgb(219,69,153); }
H1.HeaderClassName
{
color: #DB4599;
}
.AnyTagClassName
{
color: #DB4599;
}
</style>
background-color css
<style>
a { background-color: #DB4599; }
a { background-color: rgb(219,69,153); }
div.DivClassName
{
background-color: #DB4599;
}
.BgClassName
{
background-color: #DB4599;
}
</style>
border-color css
<style>
span { border-color: #DB4599; }
span { border-color: rgb(219,69,153); }
td.TdClassName
{
border-color: #DB4599;
}
.TagClassName
{
border-color: #DB4599;
}
</style>