Shades of Mulberry #DA5299
Tints of Mulberry #DA5299
RGB
CMYK
RGB Variations
Color information
#DA5299 (or 0xDA5299) is known color: Mulberry. HEX triplet: DA, 52 and 99. RGB value is (218,82,153). Sum of RGB (Red+Green+Blue) = 218+82+153=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5299 is #25AD66. Grayscale: #828282. Windows color (decimal): -2469223 or 10048218. OLE color: 10048218.
HSL color Cylindrical-coordinate representation of color #DA5299: hue angle of 328.68º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5299 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 153 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.15 |
| HSL | 328.68º | 0.65% | 0.59% | - |
| HSV(B) | 328.68º | 0.62% | 0.85% | - |
| XYZ | 37.68 | 23.24 | 32.64 | - |
| YUV | 130.76 | 140.56 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 153 | 0 | 0.62 | 0.30 | 0.15 | 328.68 | 0.65 | 0.59 |
| Hex | DA | 52 | 99 | 0 | 3E | 1E | F | 149 | 41 | 3B |
| Octal | 332 | 122 | 231 | 0 | 76 | 36 | 17 | 511 | 101 | 73 |
| Binary | 11011010 | 1010010 | 10011001 | 0 | 111110 | 11110 | 1111 | 101001001 | 1000001 | 111011 |
Color Harmonies of #DA5299
Complementary color
Monochromatic Colors of #DA5299
Black with #DA5299
Text Example
Text Example
White with #DA5299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5299; }
p { color: rgb(218,82,153); }
H1.HeaderClassName
{
color: #DA5299;
}
.AnyTagClassName
{
color: #DA5299;
}
</style>
background-color css
<style>
a { background-color: #DA5299; }
a { background-color: rgb(218,82,153); }
div.DivClassName
{
background-color: #DA5299;
}
.BgClassName
{
background-color: #DA5299;
}
</style>
border-color css
<style>
span { border-color: #DA5299; }
span { border-color: rgb(218,82,153); }
td.TdClassName
{
border-color: #DA5299;
}
.TagClassName
{
border-color: #DA5299;
}
</style>