Shades of Mulberry #DB459F
Tints of Mulberry #DB459F
RGB
CMYK
RGB Variations
Color information
#DB459F (or 0xDB459F) is known color: Mulberry. HEX triplet: DB, 45 and 9F. RGB value is (219,69,159). Sum of RGB (Red+Green+Blue) = 219+69+159=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB459F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB459F is #24BA60. Grayscale: #7B7B7B. Windows color (decimal): -2407009 or 10438107. OLE color: 10438107.
HSL color Cylindrical-coordinate representation of color #DB459F: hue angle of 324º 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 #DB459F is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 159 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.14 |
| HSL | 324º | 0.68% | 0.56% | - |
| HSV(B) | 324º | 0.68% | 0.86% | - |
| XYZ | 37.6 | 21.82 | 35.03 | - |
| YUV | 124.11 | 147.7 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 159 | 0 | 0.68 | 0.27 | 0.14 | 324 | 0.68 | 0.56 |
| Hex | DB | 45 | 9F | 0 | 44 | 1B | E | 144 | 44 | 38 |
| Octal | 333 | 105 | 237 | 0 | 104 | 33 | 16 | 504 | 104 | 70 |
| Binary | 11011011 | 1000101 | 10011111 | 0 | 1000100 | 11011 | 1110 | 101000100 | 1000100 | 111000 |
Color Harmonies of #DB459F
Complementary color
Monochromatic Colors of #DB459F
Black with #DB459F
Text Example
Text Example
White with #DB459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB459F; }
p { color: rgb(219,69,159); }
H1.HeaderClassName
{
color: #DB459F;
}
.AnyTagClassName
{
color: #DB459F;
}
</style>
background-color css
<style>
a { background-color: #DB459F; }
a { background-color: rgb(219,69,159); }
div.DivClassName
{
background-color: #DB459F;
}
.BgClassName
{
background-color: #DB459F;
}
</style>
border-color css
<style>
span { border-color: #DB459F; }
span { border-color: rgb(219,69,159); }
td.TdClassName
{
border-color: #DB459F;
}
.TagClassName
{
border-color: #DB459F;
}
</style>