Shades of Mulberry #DB529C
Tints of Mulberry #DB529C
RGB
CMYK
RGB Variations
Color information
#DB529C (or 0xDB529C) is known color: Mulberry. HEX triplet: DB, 52 and 9C. RGB value is (219,82,156). Sum of RGB (Red+Green+Blue) = 219+82+156=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB529C is #24AD63. Grayscale: #838383. Windows color (decimal): -2403684 or 10244827. OLE color: 10244827.
HSL color Cylindrical-coordinate representation of color #DB529C: hue angle of 327.59º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB529C is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 156 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.14 |
| HSL | 327.59º | 0.66% | 0.59% | - |
| HSV(B) | 327.59º | 0.63% | 0.86% | - |
| XYZ | 38.23 | 23.49 | 33.97 | - |
| YUV | 131.4 | 141.89 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 156 | 0 | 0.63 | 0.29 | 0.14 | 327.59 | 0.66 | 0.59 |
| Hex | DB | 52 | 9C | 0 | 3F | 1D | E | 148 | 42 | 3B |
| Octal | 333 | 122 | 234 | 0 | 77 | 35 | 16 | 510 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10011100 | 0 | 111111 | 11101 | 1110 | 101001000 | 1000010 | 111011 |
Color Harmonies of #DB529C
Complementary color
Monochromatic Colors of #DB529C
Black with #DB529C
Text Example
Text Example
White with #DB529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB529C; }
p { color: rgb(219,82,156); }
H1.HeaderClassName
{
color: #DB529C;
}
.AnyTagClassName
{
color: #DB529C;
}
</style>
background-color css
<style>
a { background-color: #DB529C; }
a { background-color: rgb(219,82,156); }
div.DivClassName
{
background-color: #DB529C;
}
.BgClassName
{
background-color: #DB529C;
}
</style>
border-color css
<style>
span { border-color: #DB529C; }
span { border-color: rgb(219,82,156); }
td.TdClassName
{
border-color: #DB529C;
}
.TagClassName
{
border-color: #DB529C;
}
</style>