Shades of Mulberry #DB42AA
Tints of Mulberry #DB42AA
RGB
CMYK
RGB Variations
Color information
#DB42AA (or 0xDB42AA) is known color: Mulberry. HEX triplet: DB, 42 and AA. RGB value is (219,66,170). Sum of RGB (Red+Green+Blue) = 219+66+170=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB42AA is #24BD55. Grayscale: #7B7B7B. Windows color (decimal): -2407766 or 11158235. OLE color: 11158235.
HSL color Cylindrical-coordinate representation of color #DB42AA: hue angle of 319.22º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB42AA is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 170 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.14 |
| HSL | 319.22º | 0.68% | 0.56% | - |
| HSV(B) | 319.22º | 0.7% | 0.86% | - |
| XYZ | 38.42 | 21.86 | 40.22 | - |
| YUV | 123.6 | 154.19 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 170 | 0 | 0.70 | 0.22 | 0.14 | 319.22 | 0.68 | 0.56 |
| Hex | DB | 42 | AA | 0 | 46 | 16 | E | 13F | 44 | 38 |
| Octal | 333 | 102 | 252 | 0 | 106 | 26 | 16 | 477 | 104 | 70 |
| Binary | 11011011 | 1000010 | 10101010 | 0 | 1000110 | 10110 | 1110 | 100111111 | 1000100 | 111000 |
Color Harmonies of #DB42AA
Complementary color
Monochromatic Colors of #DB42AA
Black with #DB42AA
Text Example
Text Example
White with #DB42AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB42AA; }
p { color: rgb(219,66,170); }
H1.HeaderClassName
{
color: #DB42AA;
}
.AnyTagClassName
{
color: #DB42AA;
}
</style>
background-color css
<style>
a { background-color: #DB42AA; }
a { background-color: rgb(219,66,170); }
div.DivClassName
{
background-color: #DB42AA;
}
.BgClassName
{
background-color: #DB42AA;
}
</style>
border-color css
<style>
span { border-color: #DB42AA; }
span { border-color: rgb(219,66,170); }
td.TdClassName
{
border-color: #DB42AA;
}
.TagClassName
{
border-color: #DB42AA;
}
</style>