Shades of Mulberry #DB469C
Tints of Mulberry #DB469C
RGB
CMYK
RGB Variations
Color information
#DB469C (or 0xDB469C) is known color: Mulberry. HEX triplet: DB, 46 and 9C. RGB value is (219,70,156). Sum of RGB (Red+Green+Blue) = 219+70+156=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB469C is #24B963. Grayscale: #7C7C7C. Windows color (decimal): -2406756 or 10241755. OLE color: 10241755.
HSL color Cylindrical-coordinate representation of color #DB469C: hue angle of 325.37º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB469C is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 156 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.14 |
| HSL | 325.37º | 0.67% | 0.57% | - |
| HSV(B) | 325.37º | 0.68% | 0.86% | - |
| XYZ | 37.4 | 21.84 | 33.7 | - |
| YUV | 124.36 | 145.86 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 156 | 0 | 0.68 | 0.29 | 0.14 | 325.37 | 0.67 | 0.57 |
| Hex | DB | 46 | 9C | 0 | 44 | 1D | E | 145 | 43 | 39 |
| Octal | 333 | 106 | 234 | 0 | 104 | 35 | 16 | 505 | 103 | 71 |
| Binary | 11011011 | 1000110 | 10011100 | 0 | 1000100 | 11101 | 1110 | 101000101 | 1000011 | 111001 |
Color Harmonies of #DB469C
Complementary color
Monochromatic Colors of #DB469C
Black with #DB469C
Text Example
Text Example
White with #DB469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB469C; }
p { color: rgb(219,70,156); }
H1.HeaderClassName
{
color: #DB469C;
}
.AnyTagClassName
{
color: #DB469C;
}
</style>
background-color css
<style>
a { background-color: #DB469C; }
a { background-color: rgb(219,70,156); }
div.DivClassName
{
background-color: #DB469C;
}
.BgClassName
{
background-color: #DB469C;
}
</style>
border-color css
<style>
span { border-color: #DB469C; }
span { border-color: rgb(219,70,156); }
td.TdClassName
{
border-color: #DB469C;
}
.TagClassName
{
border-color: #DB469C;
}
</style>