Shades of Mulberry #DA479C
Tints of Mulberry #DA479C
RGB
CMYK
RGB Variations
Color information
#DA479C (or 0xDA479C) is known color: Mulberry. HEX triplet: DA, 47 and 9C. RGB value is (218,71,156). Sum of RGB (Red+Green+Blue) = 218+71+156=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA479C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA479C is #25B863. Grayscale: #7C7C7C. Windows color (decimal): -2472036 or 10242010. OLE color: 10242010.
HSL color Cylindrical-coordinate representation of color #DA479C: hue angle of 325.31º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA479C is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 156 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.15 |
| HSL | 325.31º | 0.67% | 0.57% | - |
| HSV(B) | 325.31º | 0.67% | 0.85% | - |
| XYZ | 37.17 | 21.81 | 33.7 | - |
| YUV | 124.64 | 145.7 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 156 | 0 | 0.67 | 0.28 | 0.15 | 325.31 | 0.67 | 0.57 |
| Hex | DA | 47 | 9C | 0 | 43 | 1C | F | 145 | 43 | 39 |
| Octal | 332 | 107 | 234 | 0 | 103 | 34 | 17 | 505 | 103 | 71 |
| Binary | 11011010 | 1000111 | 10011100 | 0 | 1000011 | 11100 | 1111 | 101000101 | 1000011 | 111001 |
Color Harmonies of #DA479C
Complementary color
Monochromatic Colors of #DA479C
Black with #DA479C
Text Example
Text Example
White with #DA479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA479C; }
p { color: rgb(218,71,156); }
H1.HeaderClassName
{
color: #DA479C;
}
.AnyTagClassName
{
color: #DA479C;
}
</style>
background-color css
<style>
a { background-color: #DA479C; }
a { background-color: rgb(218,71,156); }
div.DivClassName
{
background-color: #DA479C;
}
.BgClassName
{
background-color: #DA479C;
}
</style>
border-color css
<style>
span { border-color: #DA479C; }
span { border-color: rgb(218,71,156); }
td.TdClassName
{
border-color: #DA479C;
}
.TagClassName
{
border-color: #DA479C;
}
</style>