Shades of Mulberry #DA53A6
Tints of Mulberry #DA53A6
RGB
CMYK
RGB Variations
Color information
#DA53A6 (or 0xDA53A6) is known color: Mulberry. HEX triplet: DA, 53 and A6. RGB value is (218,83,166). Sum of RGB (Red+Green+Blue) = 218+83+166=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA53A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA53A6 is #25AC59. Grayscale: #848484. Windows color (decimal): -2468954 or 10900442. OLE color: 10900442.
HSL color Cylindrical-coordinate representation of color #DA53A6: hue angle of 323.11º 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 #DA53A6 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 166 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.15 |
| HSL | 323.11º | 0.65% | 0.59% | - |
| HSV(B) | 323.11º | 0.62% | 0.85% | - |
| XYZ | 38.89 | 23.85 | 38.63 | - |
| YUV | 132.83 | 146.73 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 166 | 0 | 0.62 | 0.24 | 0.15 | 323.11 | 0.65 | 0.59 |
| Hex | DA | 53 | A6 | 0 | 3E | 18 | F | 143 | 41 | 3B |
| Octal | 332 | 123 | 246 | 0 | 76 | 30 | 17 | 503 | 101 | 73 |
| Binary | 11011010 | 1010011 | 10100110 | 0 | 111110 | 11000 | 1111 | 101000011 | 1000001 | 111011 |
Color Harmonies of #DA53A6
Complementary color
Monochromatic Colors of #DA53A6
Black with #DA53A6
Text Example
Text Example
White with #DA53A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA53A6; }
p { color: rgb(218,83,166); }
H1.HeaderClassName
{
color: #DA53A6;
}
.AnyTagClassName
{
color: #DA53A6;
}
</style>
background-color css
<style>
a { background-color: #DA53A6; }
a { background-color: rgb(218,83,166); }
div.DivClassName
{
background-color: #DA53A6;
}
.BgClassName
{
background-color: #DA53A6;
}
</style>
border-color css
<style>
span { border-color: #DA53A6; }
span { border-color: rgb(218,83,166); }
td.TdClassName
{
border-color: #DA53A6;
}
.TagClassName
{
border-color: #DA53A6;
}
</style>