Shades of Mulberry #DB4F9B
Tints of Mulberry #DB4F9B
RGB
CMYK
RGB Variations
Color information
#DB4F9B (or 0xDB4F9B) is known color: Mulberry. HEX triplet: DB, 4F and 9B. RGB value is (219,79,155). Sum of RGB (Red+Green+Blue) = 219+79+155=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4F9B is #24B064. Grayscale: #818181. Windows color (decimal): -2404453 or 10178523. OLE color: 10178523.
HSL color Cylindrical-coordinate representation of color #DB4F9B: hue angle of 327.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4F9B is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 155 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.14 |
| HSL | 327.43º | 0.66% | 0.58% | - |
| HSV(B) | 327.43º | 0.64% | 0.86% | - |
| XYZ | 37.93 | 23.02 | 33.45 | - |
| YUV | 129.52 | 142.38 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 155 | 0 | 0.64 | 0.29 | 0.14 | 327.43 | 0.66 | 0.58 |
| Hex | DB | 4F | 9B | 0 | 40 | 1D | E | 147 | 42 | 3A |
| Octal | 333 | 117 | 233 | 0 | 100 | 35 | 16 | 507 | 102 | 72 |
| Binary | 11011011 | 1001111 | 10011011 | 0 | 1000000 | 11101 | 1110 | 101000111 | 1000010 | 111010 |
Color Harmonies of #DB4F9B
Complementary color
Monochromatic Colors of #DB4F9B
Black with #DB4F9B
Text Example
Text Example
White with #DB4F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F9B; }
p { color: rgb(219,79,155); }
H1.HeaderClassName
{
color: #DB4F9B;
}
.AnyTagClassName
{
color: #DB4F9B;
}
</style>
background-color css
<style>
a { background-color: #DB4F9B; }
a { background-color: rgb(219,79,155); }
div.DivClassName
{
background-color: #DB4F9B;
}
.BgClassName
{
background-color: #DB4F9B;
}
</style>
border-color css
<style>
span { border-color: #DB4F9B; }
span { border-color: rgb(219,79,155); }
td.TdClassName
{
border-color: #DB4F9B;
}
.TagClassName
{
border-color: #DB4F9B;
}
</style>