Shades of Mulberry #DA44AC
Tints of Mulberry #DA44AC
RGB
CMYK
RGB Variations
Color information
#DA44AC (or 0xDA44AC) is known color: Mulberry. HEX triplet: DA, 44 and AC. RGB value is (218,68,172). Sum of RGB (Red+Green+Blue) = 218+68+172=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA44AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA44AC is #25BB53. Grayscale: #7C7C7C. Windows color (decimal): -2472788 or 11289818. OLE color: 11289818.
HSL color Cylindrical-coordinate representation of color #DA44AC: hue angle of 318.4º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA44AC is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 172 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.15 |
| HSL | 318.4º | 0.67% | 0.56% | - |
| HSV(B) | 318.4º | 0.69% | 0.85% | - |
| XYZ | 38.43 | 22.02 | 41.25 | - |
| YUV | 124.71 | 154.7 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 172 | 0 | 0.69 | 0.21 | 0.15 | 318.4 | 0.67 | 0.56 |
| Hex | DA | 44 | AC | 0 | 45 | 15 | F | 13E | 43 | 38 |
| Octal | 332 | 104 | 254 | 0 | 105 | 25 | 17 | 476 | 103 | 70 |
| Binary | 11011010 | 1000100 | 10101100 | 0 | 1000101 | 10101 | 1111 | 100111110 | 1000011 | 111000 |
Color Harmonies of #DA44AC
Complementary color
Monochromatic Colors of #DA44AC
Black with #DA44AC
Text Example
Text Example
White with #DA44AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA44AC; }
p { color: rgb(218,68,172); }
H1.HeaderClassName
{
color: #DA44AC;
}
.AnyTagClassName
{
color: #DA44AC;
}
</style>
background-color css
<style>
a { background-color: #DA44AC; }
a { background-color: rgb(218,68,172); }
div.DivClassName
{
background-color: #DA44AC;
}
.BgClassName
{
background-color: #DA44AC;
}
</style>
border-color css
<style>
span { border-color: #DA44AC; }
span { border-color: rgb(218,68,172); }
td.TdClassName
{
border-color: #DA44AC;
}
.TagClassName
{
border-color: #DA44AC;
}
</style>