Shades of Mulberry #DA4CAC
Tints of Mulberry #DA4CAC
RGB
CMYK
RGB Variations
Color information
#DA4CAC (or 0xDA4CAC) is known color: Mulberry. HEX triplet: DA, 4C and AC. RGB value is (218,76,172). Sum of RGB (Red+Green+Blue) = 218+76+172=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4CAC is #25B353. Grayscale: #818181. Windows color (decimal): -2470740 or 11291866. OLE color: 11291866.
HSL color Cylindrical-coordinate representation of color #DA4CAC: hue angle of 319.44º 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 #DA4CAC is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 76 | 172 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.15 |
| HSL | 319.44º | 0.66% | 0.58% | - |
| HSV(B) | 319.44º | 0.65% | 0.85% | - |
| XYZ | 38.94 | 23.05 | 41.43 | - |
| YUV | 129.4 | 152.04 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 172 | 0 | 0.65 | 0.21 | 0.15 | 319.44 | 0.66 | 0.58 |
| Hex | DA | 4C | AC | 0 | 41 | 15 | F | 13F | 42 | 3A |
| Octal | 332 | 114 | 254 | 0 | 101 | 25 | 17 | 477 | 102 | 72 |
| Binary | 11011010 | 1001100 | 10101100 | 0 | 1000001 | 10101 | 1111 | 100111111 | 1000010 | 111010 |
Color Harmonies of #DA4CAC
Complementary color
Monochromatic Colors of #DA4CAC
Black with #DA4CAC
Text Example
Text Example
White with #DA4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4CAC; }
p { color: rgb(218,76,172); }
H1.HeaderClassName
{
color: #DA4CAC;
}
.AnyTagClassName
{
color: #DA4CAC;
}
</style>
background-color css
<style>
a { background-color: #DA4CAC; }
a { background-color: rgb(218,76,172); }
div.DivClassName
{
background-color: #DA4CAC;
}
.BgClassName
{
background-color: #DA4CAC;
}
</style>
border-color css
<style>
span { border-color: #DA4CAC; }
span { border-color: rgb(218,76,172); }
td.TdClassName
{
border-color: #DA4CAC;
}
.TagClassName
{
border-color: #DA4CAC;
}
</style>