Shades of Mulberry #DA449B
Tints of Mulberry #DA449B
RGB
CMYK
RGB Variations
Color information
#DA449B (or 0xDA449B) is known color: Mulberry. HEX triplet: DA, 44 and 9B. RGB value is (218,68,155). Sum of RGB (Red+Green+Blue) = 218+68+155=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA449B is #25BB64. Grayscale: #7A7A7A. Windows color (decimal): -2472805 or 10175706. OLE color: 10175706.
HSL color Cylindrical-coordinate representation of color #DA449B: hue angle of 325.2º 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 #DA449B is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 155 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.15 |
| HSL | 325.2º | 0.67% | 0.56% | - |
| HSV(B) | 325.2º | 0.69% | 0.85% | - |
| XYZ | 36.9 | 21.41 | 33.2 | - |
| YUV | 122.77 | 146.2 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 155 | 0 | 0.69 | 0.29 | 0.15 | 325.2 | 0.67 | 0.56 |
| Hex | DA | 44 | 9B | 0 | 45 | 1D | F | 145 | 43 | 38 |
| Octal | 332 | 104 | 233 | 0 | 105 | 35 | 17 | 505 | 103 | 70 |
| Binary | 11011010 | 1000100 | 10011011 | 0 | 1000101 | 11101 | 1111 | 101000101 | 1000011 | 111000 |
Color Harmonies of #DA449B
Complementary color
Monochromatic Colors of #DA449B
Black with #DA449B
Text Example
Text Example
White with #DA449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA449B; }
p { color: rgb(218,68,155); }
H1.HeaderClassName
{
color: #DA449B;
}
.AnyTagClassName
{
color: #DA449B;
}
</style>
background-color css
<style>
a { background-color: #DA449B; }
a { background-color: rgb(218,68,155); }
div.DivClassName
{
background-color: #DA449B;
}
.BgClassName
{
background-color: #DA449B;
}
</style>
border-color css
<style>
span { border-color: #DA449B; }
span { border-color: rgb(218,68,155); }
td.TdClassName
{
border-color: #DA449B;
}
.TagClassName
{
border-color: #DA449B;
}
</style>