Shades of Mulberry #DA488E
Tints of Mulberry #DA488E
RGB
CMYK
RGB Variations
Color information
#DA488E (or 0xDA488E) is known color: Mulberry. HEX triplet: DA, 48 and 8E. RGB value is (218,72,142). Sum of RGB (Red+Green+Blue) = 218+72+142=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA488E is #25B771. Grayscale: #7B7B7B. Windows color (decimal): -2471794 or 9324762. OLE color: 9324762.
HSL color Cylindrical-coordinate representation of color #DA488E: hue angle of 331.23º degrees, saturation: 0.66, 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 #DA488E is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 142 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.15 |
| HSL | 331.23º | 0.66% | 0.57% | - |
| HSV(B) | 331.23º | 0.67% | 0.85% | - |
| XYZ | 36.11 | 21.49 | 27.84 | - |
| YUV | 123.63 | 138.37 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 142 | 0 | 0.67 | 0.35 | 0.15 | 331.23 | 0.66 | 0.57 |
| Hex | DA | 48 | 8E | 0 | 43 | 23 | F | 14B | 42 | 39 |
| Octal | 332 | 110 | 216 | 0 | 103 | 43 | 17 | 513 | 102 | 71 |
| Binary | 11011010 | 1001000 | 10001110 | 0 | 1000011 | 100011 | 1111 | 101001011 | 1000010 | 111001 |
Color Harmonies of #DA488E
Complementary color
Monochromatic Colors of #DA488E
Black with #DA488E
Text Example
Text Example
White with #DA488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA488E; }
p { color: rgb(218,72,142); }
H1.HeaderClassName
{
color: #DA488E;
}
.AnyTagClassName
{
color: #DA488E;
}
</style>
background-color css
<style>
a { background-color: #DA488E; }
a { background-color: rgb(218,72,142); }
div.DivClassName
{
background-color: #DA488E;
}
.BgClassName
{
background-color: #DA488E;
}
</style>
border-color css
<style>
span { border-color: #DA488E; }
span { border-color: rgb(218,72,142); }
td.TdClassName
{
border-color: #DA488E;
}
.TagClassName
{
border-color: #DA488E;
}
</style>