Shades of Mulberry #DB4CA5
Tints of Mulberry #DB4CA5
RGB
CMYK
RGB Variations
Color information
#DB4CA5 (or 0xDB4CA5) is known color: Mulberry. HEX triplet: DB, 4C and A5. RGB value is (219,76,165). Sum of RGB (Red+Green+Blue) = 219+76+165=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4CA5 is #24B35A. Grayscale: #808080. Windows color (decimal): -2405211 or 10833115. OLE color: 10833115.
HSL color Cylindrical-coordinate representation of color #DB4CA5: hue angle of 322.66º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4CA5 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 165 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.14 |
| HSL | 322.66º | 0.67% | 0.58% | - |
| HSV(B) | 322.66º | 0.65% | 0.86% | - |
| XYZ | 38.59 | 22.95 | 37.99 | - |
| YUV | 128.9 | 148.38 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 165 | 0 | 0.65 | 0.25 | 0.14 | 322.66 | 0.67 | 0.58 |
| Hex | DB | 4C | A5 | 0 | 41 | 19 | E | 143 | 43 | 3A |
| Octal | 333 | 114 | 245 | 0 | 101 | 31 | 16 | 503 | 103 | 72 |
| Binary | 11011011 | 1001100 | 10100101 | 0 | 1000001 | 11001 | 1110 | 101000011 | 1000011 | 111010 |
Color Harmonies of #DB4CA5
Complementary color
Monochromatic Colors of #DB4CA5
Black with #DB4CA5
Text Example
Text Example
White with #DB4CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CA5; }
p { color: rgb(219,76,165); }
H1.HeaderClassName
{
color: #DB4CA5;
}
.AnyTagClassName
{
color: #DB4CA5;
}
</style>
background-color css
<style>
a { background-color: #DB4CA5; }
a { background-color: rgb(219,76,165); }
div.DivClassName
{
background-color: #DB4CA5;
}
.BgClassName
{
background-color: #DB4CA5;
}
</style>
border-color css
<style>
span { border-color: #DB4CA5; }
span { border-color: rgb(219,76,165); }
td.TdClassName
{
border-color: #DB4CA5;
}
.TagClassName
{
border-color: #DB4CA5;
}
</style>