Shades of Mulberry #DA4DA5
Tints of Mulberry #DA4DA5
RGB
CMYK
RGB Variations
Color information
#DA4DA5 (or 0xDA4DA5) is known color: Mulberry. HEX triplet: DA, 4D and A5. RGB value is (218,77,165). Sum of RGB (Red+Green+Blue) = 218+77+165=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4DA5 is #25B25A. Grayscale: #808080. Windows color (decimal): -2470491 or 10833370. OLE color: 10833370.
HSL color Cylindrical-coordinate representation of color #DA4DA5: hue angle of 322.55º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4DA5 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 165 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.15 |
| HSL | 322.55º | 0.66% | 0.58% | - |
| HSV(B) | 322.55º | 0.65% | 0.85% | - |
| XYZ | 38.36 | 22.93 | 38 | - |
| YUV | 129.19 | 148.21 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 165 | 0 | 0.65 | 0.24 | 0.15 | 322.55 | 0.66 | 0.58 |
| Hex | DA | 4D | A5 | 0 | 41 | 18 | F | 143 | 42 | 3A |
| Octal | 332 | 115 | 245 | 0 | 101 | 30 | 17 | 503 | 102 | 72 |
| Binary | 11011010 | 1001101 | 10100101 | 0 | 1000001 | 11000 | 1111 | 101000011 | 1000010 | 111010 |
Color Harmonies of #DA4DA5
Complementary color
Monochromatic Colors of #DA4DA5
Black with #DA4DA5
Text Example
Text Example
White with #DA4DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4DA5; }
p { color: rgb(218,77,165); }
H1.HeaderClassName
{
color: #DA4DA5;
}
.AnyTagClassName
{
color: #DA4DA5;
}
</style>
background-color css
<style>
a { background-color: #DA4DA5; }
a { background-color: rgb(218,77,165); }
div.DivClassName
{
background-color: #DA4DA5;
}
.BgClassName
{
background-color: #DA4DA5;
}
</style>
border-color css
<style>
span { border-color: #DA4DA5; }
span { border-color: rgb(218,77,165); }
td.TdClassName
{
border-color: #DA4DA5;
}
.TagClassName
{
border-color: #DA4DA5;
}
</style>