Shades of Mulberry #DD4C96
Tints of Mulberry #DD4C96
RGB
CMYK
RGB Variations
Color information
#DD4C96 (or 0xDD4C96) is known color: Mulberry. HEX triplet: DD, 4C and 96. RGB value is (221,76,150). Sum of RGB (Red+Green+Blue) = 221+76+150=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4C96 is #22B369. Grayscale: #7F7F7F. Windows color (decimal): -2274154 or 9850077. OLE color: 9850077.
HSL color Cylindrical-coordinate representation of color #DD4C96: hue angle of 329.38º 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 #DD4C96 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 150 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.13 |
| HSL | 329.38º | 0.68% | 0.58% | - |
| HSV(B) | 329.38º | 0.66% | 0.87% | - |
| XYZ | 37.91 | 22.74 | 31.25 | - |
| YUV | 127.79 | 140.54 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 150 | 0 | 0.66 | 0.32 | 0.13 | 329.38 | 0.68 | 0.58 |
| Hex | DD | 4C | 96 | 0 | 42 | 20 | D | 149 | 44 | 3A |
| Octal | 335 | 114 | 226 | 0 | 102 | 40 | 15 | 511 | 104 | 72 |
| Binary | 11011101 | 1001100 | 10010110 | 0 | 1000010 | 100000 | 1101 | 101001001 | 1000100 | 111010 |
Color Harmonies of #DD4C96
Complementary color
Monochromatic Colors of #DD4C96
Black with #DD4C96
Text Example
Text Example
White with #DD4C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C96; }
p { color: rgb(221,76,150); }
H1.HeaderClassName
{
color: #DD4C96;
}
.AnyTagClassName
{
color: #DD4C96;
}
</style>
background-color css
<style>
a { background-color: #DD4C96; }
a { background-color: rgb(221,76,150); }
div.DivClassName
{
background-color: #DD4C96;
}
.BgClassName
{
background-color: #DD4C96;
}
</style>
border-color css
<style>
span { border-color: #DD4C96; }
span { border-color: rgb(221,76,150); }
td.TdClassName
{
border-color: #DD4C96;
}
.TagClassName
{
border-color: #DD4C96;
}
</style>