Shades of Mulberry #DB459C
Tints of Mulberry #DB459C
RGB
CMYK
RGB Variations
Color information
#DB459C (or 0xDB459C) is known color: Mulberry. HEX triplet: DB, 45 and 9C. RGB value is (219,69,156). Sum of RGB (Red+Green+Blue) = 219+69+156=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB459C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB459C is #24BA63. Grayscale: #7B7B7B. Windows color (decimal): -2407012 or 10241499. OLE color: 10241499.
HSL color Cylindrical-coordinate representation of color #DB459C: hue angle of 325.2º 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 #DB459C is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 156 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.14 |
| HSL | 325.2º | 0.68% | 0.56% | - |
| HSV(B) | 325.2º | 0.68% | 0.86% | - |
| XYZ | 37.34 | 21.72 | 33.68 | - |
| YUV | 123.77 | 146.2 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 156 | 0 | 0.68 | 0.29 | 0.14 | 325.2 | 0.68 | 0.56 |
| Hex | DB | 45 | 9C | 0 | 44 | 1D | E | 145 | 44 | 38 |
| Octal | 333 | 105 | 234 | 0 | 104 | 35 | 16 | 505 | 104 | 70 |
| Binary | 11011011 | 1000101 | 10011100 | 0 | 1000100 | 11101 | 1110 | 101000101 | 1000100 | 111000 |
Color Harmonies of #DB459C
Complementary color
Monochromatic Colors of #DB459C
Black with #DB459C
Text Example
Text Example
White with #DB459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB459C; }
p { color: rgb(219,69,156); }
H1.HeaderClassName
{
color: #DB459C;
}
.AnyTagClassName
{
color: #DB459C;
}
</style>
background-color css
<style>
a { background-color: #DB459C; }
a { background-color: rgb(219,69,156); }
div.DivClassName
{
background-color: #DB459C;
}
.BgClassName
{
background-color: #DB459C;
}
</style>
border-color css
<style>
span { border-color: #DB459C; }
span { border-color: rgb(219,69,156); }
td.TdClassName
{
border-color: #DB459C;
}
.TagClassName
{
border-color: #DB459C;
}
</style>