Shades of Mulberry #DD5096
Tints of Mulberry #DD5096
RGB
CMYK
RGB Variations
Color information
#DD5096 (or 0xDD5096) is known color: Mulberry. HEX triplet: DD, 50 and 96. RGB value is (221,80,150). Sum of RGB (Red+Green+Blue) = 221+80+150=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5096 is #22AF69. Grayscale: #828282. Windows color (decimal): -2273130 or 9851101. OLE color: 9851101.
HSL color Cylindrical-coordinate representation of color #DD5096: hue angle of 330.21º degrees, saturation: 0.67, 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 #DD5096 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 150 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.13 |
| HSL | 330.21º | 0.67% | 0.59% | - |
| HSV(B) | 330.21º | 0.64% | 0.87% | - |
| XYZ | 38.19 | 23.31 | 31.34 | - |
| YUV | 130.14 | 139.21 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 150 | 0 | 0.64 | 0.32 | 0.13 | 330.21 | 0.67 | 0.59 |
| Hex | DD | 50 | 96 | 0 | 40 | 20 | D | 14A | 43 | 3B |
| Octal | 335 | 120 | 226 | 0 | 100 | 40 | 15 | 512 | 103 | 73 |
| Binary | 11011101 | 1010000 | 10010110 | 0 | 1000000 | 100000 | 1101 | 101001010 | 1000011 | 111011 |
Color Harmonies of #DD5096
Complementary color
Monochromatic Colors of #DD5096
Black with #DD5096
Text Example
Text Example
White with #DD5096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5096; }
p { color: rgb(221,80,150); }
H1.HeaderClassName
{
color: #DD5096;
}
.AnyTagClassName
{
color: #DD5096;
}
</style>
background-color css
<style>
a { background-color: #DD5096; }
a { background-color: rgb(221,80,150); }
div.DivClassName
{
background-color: #DD5096;
}
.BgClassName
{
background-color: #DD5096;
}
</style>
border-color css
<style>
span { border-color: #DD5096; }
span { border-color: rgb(221,80,150); }
td.TdClassName
{
border-color: #DD5096;
}
.TagClassName
{
border-color: #DD5096;
}
</style>