Shades of Mulberry #DD4BA6
Tints of Mulberry #DD4BA6
RGB
CMYK
RGB Variations
Color information
#DD4BA6 (or 0xDD4BA6) is known color: Mulberry. HEX triplet: DD, 4B and A6. RGB value is (221,75,166). Sum of RGB (Red+Green+Blue) = 221+75+166=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4BA6 is #22B459. Grayscale: #808080. Windows color (decimal): -2274394 or 10898397. OLE color: 10898397.
HSL color Cylindrical-coordinate representation of color #DD4BA6: hue angle of 322.6º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4BA6 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 166 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.13 |
| HSL | 322.6º | 0.68% | 0.58% | - |
| HSV(B) | 322.6º | 0.66% | 0.87% | - |
| XYZ | 39.22 | 23.16 | 38.48 | - |
| YUV | 129.03 | 148.87 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 166 | 0 | 0.66 | 0.25 | 0.13 | 322.6 | 0.68 | 0.58 |
| Hex | DD | 4B | A6 | 0 | 42 | 19 | D | 143 | 44 | 3A |
| Octal | 335 | 113 | 246 | 0 | 102 | 31 | 15 | 503 | 104 | 72 |
| Binary | 11011101 | 1001011 | 10100110 | 0 | 1000010 | 11001 | 1101 | 101000011 | 1000100 | 111010 |
Color Harmonies of #DD4BA6
Complementary color
Monochromatic Colors of #DD4BA6
Black with #DD4BA6
Text Example
Text Example
White with #DD4BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4BA6; }
p { color: rgb(221,75,166); }
H1.HeaderClassName
{
color: #DD4BA6;
}
.AnyTagClassName
{
color: #DD4BA6;
}
</style>
background-color css
<style>
a { background-color: #DD4BA6; }
a { background-color: rgb(221,75,166); }
div.DivClassName
{
background-color: #DD4BA6;
}
.BgClassName
{
background-color: #DD4BA6;
}
</style>
border-color css
<style>
span { border-color: #DD4BA6; }
span { border-color: rgb(221,75,166); }
td.TdClassName
{
border-color: #DD4BA6;
}
.TagClassName
{
border-color: #DD4BA6;
}
</style>