Shades of Mulberry #DA4CA6
Tints of Mulberry #DA4CA6
RGB
CMYK
RGB Variations
Color information
#DA4CA6 (or 0xDA4CA6) is known color: Mulberry. HEX triplet: DA, 4C and A6. RGB value is (218,76,166). Sum of RGB (Red+Green+Blue) = 218+76+166=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4CA6 is #25B359. Grayscale: #808080. Windows color (decimal): -2470746 or 10898650. OLE color: 10898650.
HSL color Cylindrical-coordinate representation of color #DA4CA6: hue angle of 321.97º 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 #DA4CA6 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 76 | 166 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.15 |
| HSL | 321.97º | 0.66% | 0.58% | - |
| HSV(B) | 321.97º | 0.65% | 0.85% | - |
| XYZ | 38.38 | 22.83 | 38.46 | - |
| YUV | 128.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 166 | 0 | 0.65 | 0.24 | 0.15 | 321.97 | 0.66 | 0.58 |
| Hex | DA | 4C | A6 | 0 | 41 | 18 | F | 142 | 42 | 3A |
| Octal | 332 | 114 | 246 | 0 | 101 | 30 | 17 | 502 | 102 | 72 |
| Binary | 11011010 | 1001100 | 10100110 | 0 | 1000001 | 11000 | 1111 | 101000010 | 1000010 | 111010 |
Color Harmonies of #DA4CA6
Complementary color
Monochromatic Colors of #DA4CA6
Black with #DA4CA6
Text Example
Text Example
White with #DA4CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4CA6; }
p { color: rgb(218,76,166); }
H1.HeaderClassName
{
color: #DA4CA6;
}
.AnyTagClassName
{
color: #DA4CA6;
}
</style>
background-color css
<style>
a { background-color: #DA4CA6; }
a { background-color: rgb(218,76,166); }
div.DivClassName
{
background-color: #DA4CA6;
}
.BgClassName
{
background-color: #DA4CA6;
}
</style>
border-color css
<style>
span { border-color: #DA4CA6; }
span { border-color: rgb(218,76,166); }
td.TdClassName
{
border-color: #DA4CA6;
}
.TagClassName
{
border-color: #DA4CA6;
}
</style>