Shades of Mulberry #DB4A92
Tints of Mulberry #DB4A92
RGB
CMYK
RGB Variations
Color information
#DB4A92 (or 0xDB4A92) is known color: Mulberry. HEX triplet: DB, 4A and 92. RGB value is (219,74,146). Sum of RGB (Red+Green+Blue) = 219+74+146=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4A92 is #24B56D. Grayscale: #7D7D7D. Windows color (decimal): -2405742 or 9587419. OLE color: 9587419.
HSL color Cylindrical-coordinate representation of color #DB4A92: hue angle of 330.21º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4A92 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 146 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.14 |
| HSL | 330.21º | 0.67% | 0.57% | - |
| HSV(B) | 330.21º | 0.66% | 0.86% | - |
| XYZ | 36.85 | 22.03 | 29.5 | - |
| YUV | 125.56 | 139.54 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 146 | 0 | 0.66 | 0.33 | 0.14 | 330.21 | 0.67 | 0.57 |
| Hex | DB | 4A | 92 | 0 | 42 | 21 | E | 14A | 43 | 39 |
| Octal | 333 | 112 | 222 | 0 | 102 | 41 | 16 | 512 | 103 | 71 |
| Binary | 11011011 | 1001010 | 10010010 | 0 | 1000010 | 100001 | 1110 | 101001010 | 1000011 | 111001 |
Color Harmonies of #DB4A92
Complementary color
Monochromatic Colors of #DB4A92
Black with #DB4A92
Text Example
Text Example
White with #DB4A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A92; }
p { color: rgb(219,74,146); }
H1.HeaderClassName
{
color: #DB4A92;
}
.AnyTagClassName
{
color: #DB4A92;
}
</style>
background-color css
<style>
a { background-color: #DB4A92; }
a { background-color: rgb(219,74,146); }
div.DivClassName
{
background-color: #DB4A92;
}
.BgClassName
{
background-color: #DB4A92;
}
</style>
border-color css
<style>
span { border-color: #DB4A92; }
span { border-color: rgb(219,74,146); }
td.TdClassName
{
border-color: #DB4A92;
}
.TagClassName
{
border-color: #DB4A92;
}
</style>