Shades of Mulberry #DA4B9C
Tints of Mulberry #DA4B9C
RGB
CMYK
RGB Variations
Color information
#DA4B9C (or 0xDA4B9C) is known color: Mulberry. HEX triplet: DA, 4B and 9C. RGB value is (218,75,156). Sum of RGB (Red+Green+Blue) = 218+75+156=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4B9C is #25B463. Grayscale: #7E7E7E. Windows color (decimal): -2471012 or 10243034. OLE color: 10243034.
HSL color Cylindrical-coordinate representation of color #DA4B9C: hue angle of 326.01º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4B9C is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 75 | 156 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.15 |
| HSL | 326.01º | 0.66% | 0.57% | - |
| HSV(B) | 326.01º | 0.66% | 0.85% | - |
| XYZ | 37.43 | 22.34 | 33.79 | - |
| YUV | 126.99 | 144.38 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 75 | 156 | 0 | 0.66 | 0.28 | 0.15 | 326.01 | 0.66 | 0.57 |
| Hex | DA | 4B | 9C | 0 | 42 | 1C | F | 146 | 42 | 39 |
| Octal | 332 | 113 | 234 | 0 | 102 | 34 | 17 | 506 | 102 | 71 |
| Binary | 11011010 | 1001011 | 10011100 | 0 | 1000010 | 11100 | 1111 | 101000110 | 1000010 | 111001 |
Color Harmonies of #DA4B9C
Complementary color
Monochromatic Colors of #DA4B9C
Black with #DA4B9C
Text Example
Text Example
White with #DA4B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4B9C; }
p { color: rgb(218,75,156); }
H1.HeaderClassName
{
color: #DA4B9C;
}
.AnyTagClassName
{
color: #DA4B9C;
}
</style>
background-color css
<style>
a { background-color: #DA4B9C; }
a { background-color: rgb(218,75,156); }
div.DivClassName
{
background-color: #DA4B9C;
}
.BgClassName
{
background-color: #DA4B9C;
}
</style>
border-color css
<style>
span { border-color: #DA4B9C; }
span { border-color: rgb(218,75,156); }
td.TdClassName
{
border-color: #DA4B9C;
}
.TagClassName
{
border-color: #DA4B9C;
}
</style>