Shades of Mulberry #DA478D
Tints of Mulberry #DA478D
RGB
CMYK
RGB Variations
Color information
#DA478D (or 0xDA478D) is known color: Mulberry. HEX triplet: DA, 47 and 8D. RGB value is (218,71,141). Sum of RGB (Red+Green+Blue) = 218+71+141=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA478D is #25B872. Grayscale: #7A7A7A. Windows color (decimal): -2472051 or 9258970. OLE color: 9258970.
HSL color Cylindrical-coordinate representation of color #DA478D: hue angle of 331.43º 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 #DA478D is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 141 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.15 |
| HSL | 331.43º | 0.67% | 0.57% | - |
| HSV(B) | 331.43º | 0.67% | 0.85% | - |
| XYZ | 35.97 | 21.33 | 27.42 | - |
| YUV | 122.93 | 138.2 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 141 | 0 | 0.67 | 0.35 | 0.15 | 331.43 | 0.67 | 0.57 |
| Hex | DA | 47 | 8D | 0 | 43 | 23 | F | 14B | 43 | 39 |
| Octal | 332 | 107 | 215 | 0 | 103 | 43 | 17 | 513 | 103 | 71 |
| Binary | 11011010 | 1000111 | 10001101 | 0 | 1000011 | 100011 | 1111 | 101001011 | 1000011 | 111001 |
Color Harmonies of #DA478D
Complementary color
Monochromatic Colors of #DA478D
Black with #DA478D
Text Example
Text Example
White with #DA478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA478D; }
p { color: rgb(218,71,141); }
H1.HeaderClassName
{
color: #DA478D;
}
.AnyTagClassName
{
color: #DA478D;
}
</style>
background-color css
<style>
a { background-color: #DA478D; }
a { background-color: rgb(218,71,141); }
div.DivClassName
{
background-color: #DA478D;
}
.BgClassName
{
background-color: #DA478D;
}
</style>
border-color css
<style>
span { border-color: #DA478D; }
span { border-color: rgb(218,71,141); }
td.TdClassName
{
border-color: #DA478D;
}
.TagClassName
{
border-color: #DA478D;
}
</style>