Shades of Mulberry #DA5397
Tints of Mulberry #DA5397
RGB
CMYK
RGB Variations
Color information
#DA5397 (or 0xDA5397) is known color: Mulberry. HEX triplet: DA, 53 and 97. RGB value is (218,83,151). Sum of RGB (Red+Green+Blue) = 218+83+151=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5397 is #25AC68. Grayscale: #828282. Windows color (decimal): -2468969 or 9917402. OLE color: 9917402.
HSL color Cylindrical-coordinate representation of color #DA5397: hue angle of 329.78º 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 #DA5397 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 151 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.15 |
| HSL | 329.78º | 0.65% | 0.59% | - |
| HSV(B) | 329.78º | 0.62% | 0.85% | - |
| XYZ | 37.59 | 23.33 | 31.8 | - |
| YUV | 131.12 | 139.23 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 151 | 0 | 0.62 | 0.31 | 0.15 | 329.78 | 0.65 | 0.59 |
| Hex | DA | 53 | 97 | 0 | 3E | 1F | F | 14A | 41 | 3B |
| Octal | 332 | 123 | 227 | 0 | 76 | 37 | 17 | 512 | 101 | 73 |
| Binary | 11011010 | 1010011 | 10010111 | 0 | 111110 | 11111 | 1111 | 101001010 | 1000001 | 111011 |
Color Harmonies of #DA5397
Complementary color
Monochromatic Colors of #DA5397
Black with #DA5397
Text Example
Text Example
White with #DA5397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5397; }
p { color: rgb(218,83,151); }
H1.HeaderClassName
{
color: #DA5397;
}
.AnyTagClassName
{
color: #DA5397;
}
</style>
background-color css
<style>
a { background-color: #DA5397; }
a { background-color: rgb(218,83,151); }
div.DivClassName
{
background-color: #DA5397;
}
.BgClassName
{
background-color: #DA5397;
}
</style>
border-color css
<style>
span { border-color: #DA5397; }
span { border-color: rgb(218,83,151); }
td.TdClassName
{
border-color: #DA5397;
}
.TagClassName
{
border-color: #DA5397;
}
</style>