Shades of Mulberry #DA4BA4
Tints of Mulberry #DA4BA4
RGB
CMYK
RGB Variations
Color information
#DA4BA4 (or 0xDA4BA4) is known color: Mulberry. HEX triplet: DA, 4B and A4. RGB value is (218,75,164). Sum of RGB (Red+Green+Blue) = 218+75+164=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4BA4 is #25B45B. Grayscale: #7F7F7F. Windows color (decimal): -2471004 or 10767322. OLE color: 10767322.
HSL color Cylindrical-coordinate representation of color #DA4BA4: hue angle of 322.66º 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 #DA4BA4 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 75 | 164 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.15 |
| HSL | 322.66º | 0.66% | 0.57% | - |
| HSV(B) | 322.66º | 0.66% | 0.85% | - |
| XYZ | 38.13 | 22.62 | 37.48 | - |
| YUV | 127.9 | 148.38 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 75 | 164 | 0 | 0.66 | 0.25 | 0.15 | 322.66 | 0.66 | 0.57 |
| Hex | DA | 4B | A4 | 0 | 42 | 19 | F | 143 | 42 | 39 |
| Octal | 332 | 113 | 244 | 0 | 102 | 31 | 17 | 503 | 102 | 71 |
| Binary | 11011010 | 1001011 | 10100100 | 0 | 1000010 | 11001 | 1111 | 101000011 | 1000010 | 111001 |
Color Harmonies of #DA4BA4
Complementary color
Monochromatic Colors of #DA4BA4
Black with #DA4BA4
Text Example
Text Example
White with #DA4BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4BA4; }
p { color: rgb(218,75,164); }
H1.HeaderClassName
{
color: #DA4BA4;
}
.AnyTagClassName
{
color: #DA4BA4;
}
</style>
background-color css
<style>
a { background-color: #DA4BA4; }
a { background-color: rgb(218,75,164); }
div.DivClassName
{
background-color: #DA4BA4;
}
.BgClassName
{
background-color: #DA4BA4;
}
</style>
border-color css
<style>
span { border-color: #DA4BA4; }
span { border-color: rgb(218,75,164); }
td.TdClassName
{
border-color: #DA4BA4;
}
.TagClassName
{
border-color: #DA4BA4;
}
</style>