Shades of Mulberry #DB498F
Tints of Mulberry #DB498F
RGB
CMYK
RGB Variations
Color information
#DB498F (or 0xDB498F) is known color: Mulberry. HEX triplet: DB, 49 and 8F. RGB value is (219,73,143). Sum of RGB (Red+Green+Blue) = 219+73+143=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB498F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB498F is #24B670. Grayscale: #7C7C7C. Windows color (decimal): -2406001 or 9390555. OLE color: 9390555.
HSL color Cylindrical-coordinate representation of color #DB498F: hue angle of 331.23º 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 #DB498F is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 143 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.14 |
| HSL | 331.23º | 0.67% | 0.57% | - |
| HSV(B) | 331.23º | 0.67% | 0.86% | - |
| XYZ | 36.55 | 21.81 | 28.27 | - |
| YUV | 124.63 | 138.37 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 143 | 0 | 0.67 | 0.35 | 0.14 | 331.23 | 0.67 | 0.57 |
| Hex | DB | 49 | 8F | 0 | 43 | 23 | E | 14B | 43 | 39 |
| Octal | 333 | 111 | 217 | 0 | 103 | 43 | 16 | 513 | 103 | 71 |
| Binary | 11011011 | 1001001 | 10001111 | 0 | 1000011 | 100011 | 1110 | 101001011 | 1000011 | 111001 |
Color Harmonies of #DB498F
Complementary color
Monochromatic Colors of #DB498F
Black with #DB498F
Text Example
Text Example
White with #DB498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB498F; }
p { color: rgb(219,73,143); }
H1.HeaderClassName
{
color: #DB498F;
}
.AnyTagClassName
{
color: #DB498F;
}
</style>
background-color css
<style>
a { background-color: #DB498F; }
a { background-color: rgb(219,73,143); }
div.DivClassName
{
background-color: #DB498F;
}
.BgClassName
{
background-color: #DB498F;
}
</style>
border-color css
<style>
span { border-color: #DB498F; }
span { border-color: rgb(219,73,143); }
td.TdClassName
{
border-color: #DB498F;
}
.TagClassName
{
border-color: #DB498F;
}
</style>