Shades of Mulberry #DB4A98
Tints of Mulberry #DB4A98
RGB
CMYK
RGB Variations
Color information
#DB4A98 (or 0xDB4A98) is known color: Mulberry. HEX triplet: DB, 4A and 98. RGB value is (219,74,152). Sum of RGB (Red+Green+Blue) = 219+74+152=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4A98 is #24B567. Grayscale: #7E7E7E. Windows color (decimal): -2405736 or 9980635. OLE color: 9980635.
HSL color Cylindrical-coordinate representation of color #DB4A98: hue angle of 327.72º 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 #DB4A98 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 74 | 152 | - |
CMYK | 0 | 0.66 | 0.31 | 0.14 |
HSL | 327.72º | 0.67% | 0.57% | - |
HSV(B) | 327.72º | 0.66% | 0.86% | - |
XYZ | 37.33 | 22.22 | 32.03 | - |
YUV | 126.25 | 142.54 | 194.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 74 | 152 | 0 | 0.66 | 0.31 | 0.14 | 327.72 | 0.67 | 0.57 |
Hex | DB | 4A | 98 | 0 | 42 | 1F | E | 148 | 43 | 39 |
Octal | 333 | 112 | 230 | 0 | 102 | 37 | 16 | 510 | 103 | 71 |
Binary | 11011011 | 1001010 | 10011000 | 0 | 1000010 | 11111 | 1110 | 101001000 | 1000011 | 111001 |
Color Harmonies of #DB4A98
Complementary color
Monochromatic Colors of #DB4A98
Black with #DB4A98
Text Example
Text Example
White with #DB4A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A98; }
p { color: rgb(219,74,152); }
H1.HeaderClassName
{
color: #DB4A98;
}
.AnyTagClassName
{
color: #DB4A98;
}
</style>
background-color css
<style>
a { background-color: #DB4A98; }
a { background-color: rgb(219,74,152); }
div.DivClassName
{
background-color: #DB4A98;
}
.BgClassName
{
background-color: #DB4A98;
}
</style>
border-color css
<style>
span { border-color: #DB4A98; }
span { border-color: rgb(219,74,152); }
td.TdClassName
{
border-color: #DB4A98;
}
.TagClassName
{
border-color: #DB4A98;
}
</style>