Shades of Mulberry #DD4F99
Tints of Mulberry #DD4F99
RGB
CMYK
RGB Variations
Color information
#DD4F99 (or 0xDD4F99) is known color: Mulberry. HEX triplet: DD, 4F and 99. RGB value is (221,79,153). Sum of RGB (Red+Green+Blue) = 221+79+153=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4F99 is #22B066. Grayscale: #818181. Windows color (decimal): -2273383 or 10047453. OLE color: 10047453.
HSL color Cylindrical-coordinate representation of color #DD4F99: hue angle of 328.73º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD4F99 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 153 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.13 |
| HSL | 328.73º | 0.68% | 0.59% | - |
| HSV(B) | 328.73º | 0.64% | 0.87% | - |
| XYZ | 38.36 | 23.26 | 32.61 | - |
| YUV | 129.89 | 141.04 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 153 | 0 | 0.64 | 0.31 | 0.13 | 328.73 | 0.68 | 0.59 |
| Hex | DD | 4F | 99 | 0 | 40 | 1F | D | 149 | 44 | 3B |
| Octal | 335 | 117 | 231 | 0 | 100 | 37 | 15 | 511 | 104 | 73 |
| Binary | 11011101 | 1001111 | 10011001 | 0 | 1000000 | 11111 | 1101 | 101001001 | 1000100 | 111011 |
Color Harmonies of #DD4F99
Complementary color
Monochromatic Colors of #DD4F99
Black with #DD4F99
Text Example
Text Example
White with #DD4F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F99; }
p { color: rgb(221,79,153); }
H1.HeaderClassName
{
color: #DD4F99;
}
.AnyTagClassName
{
color: #DD4F99;
}
</style>
background-color css
<style>
a { background-color: #DD4F99; }
a { background-color: rgb(221,79,153); }
div.DivClassName
{
background-color: #DD4F99;
}
.BgClassName
{
background-color: #DD4F99;
}
</style>
border-color css
<style>
span { border-color: #DD4F99; }
span { border-color: rgb(221,79,153); }
td.TdClassName
{
border-color: #DD4F99;
}
.TagClassName
{
border-color: #DD4F99;
}
</style>