Shades of Mulberry #DA5398
Tints of Mulberry #DA5398
RGB
CMYK
RGB Variations
Color information
#DA5398 (or 0xDA5398) is known color: Mulberry. HEX triplet: DA, 53 and 98. RGB value is (218,83,152). Sum of RGB (Red+Green+Blue) = 218+83+152=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5398 is #25AC67. Grayscale: #838383. Windows color (decimal): -2468968 or 9982938. OLE color: 9982938.
HSL color Cylindrical-coordinate representation of color #DA5398: hue angle of 329.33º 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 #DA5398 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 152 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.15 |
| HSL | 329.33º | 0.65% | 0.59% | - |
| HSV(B) | 329.33º | 0.62% | 0.85% | - |
| XYZ | 37.67 | 23.36 | 32.23 | - |
| YUV | 131.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 152 | 0 | 0.62 | 0.30 | 0.15 | 329.33 | 0.65 | 0.59 |
| Hex | DA | 53 | 98 | 0 | 3E | 1E | F | 149 | 41 | 3B |
| Octal | 332 | 123 | 230 | 0 | 76 | 36 | 17 | 511 | 101 | 73 |
| Binary | 11011010 | 1010011 | 10011000 | 0 | 111110 | 11110 | 1111 | 101001001 | 1000001 | 111011 |
Color Harmonies of #DA5398
Complementary color
Monochromatic Colors of #DA5398
Black with #DA5398
Text Example
Text Example
White with #DA5398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5398; }
p { color: rgb(218,83,152); }
H1.HeaderClassName
{
color: #DA5398;
}
.AnyTagClassName
{
color: #DA5398;
}
</style>
background-color css
<style>
a { background-color: #DA5398; }
a { background-color: rgb(218,83,152); }
div.DivClassName
{
background-color: #DA5398;
}
.BgClassName
{
background-color: #DA5398;
}
</style>
border-color css
<style>
span { border-color: #DA5398; }
span { border-color: rgb(218,83,152); }
td.TdClassName
{
border-color: #DA5398;
}
.TagClassName
{
border-color: #DA5398;
}
</style>