Shades of Mulberry #DD4A9B
Tints of Mulberry #DD4A9B
RGB
CMYK
RGB Variations
Color information
#DD4A9B (or 0xDD4A9B) is known color: Mulberry. HEX triplet: DD, 4A and 9B. RGB value is (221,74,155). Sum of RGB (Red+Green+Blue) = 221+74+155=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4A9B is #22B564. Grayscale: #7F7F7F. Windows color (decimal): -2274661 or 10177245. OLE color: 10177245.
HSL color Cylindrical-coordinate representation of color #DD4A9B: hue angle of 326.94º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4A9B is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 155 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.13 |
| HSL | 326.94º | 0.68% | 0.58% | - |
| HSV(B) | 326.94º | 0.67% | 0.87% | - |
| XYZ | 38.18 | 22.64 | 33.37 | - |
| YUV | 127.19 | 143.7 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 155 | 0 | 0.67 | 0.30 | 0.13 | 326.94 | 0.68 | 0.58 |
| Hex | DD | 4A | 9B | 0 | 43 | 1E | D | 147 | 44 | 3A |
| Octal | 335 | 112 | 233 | 0 | 103 | 36 | 15 | 507 | 104 | 72 |
| Binary | 11011101 | 1001010 | 10011011 | 0 | 1000011 | 11110 | 1101 | 101000111 | 1000100 | 111010 |
Color Harmonies of #DD4A9B
Complementary color
Monochromatic Colors of #DD4A9B
Black with #DD4A9B
Text Example
Text Example
White with #DD4A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A9B; }
p { color: rgb(221,74,155); }
H1.HeaderClassName
{
color: #DD4A9B;
}
.AnyTagClassName
{
color: #DD4A9B;
}
</style>
background-color css
<style>
a { background-color: #DD4A9B; }
a { background-color: rgb(221,74,155); }
div.DivClassName
{
background-color: #DD4A9B;
}
.BgClassName
{
background-color: #DD4A9B;
}
</style>
border-color css
<style>
span { border-color: #DD4A9B; }
span { border-color: rgb(221,74,155); }
td.TdClassName
{
border-color: #DD4A9B;
}
.TagClassName
{
border-color: #DD4A9B;
}
</style>