Shades of Mulberry #DD5097
Tints of Mulberry #DD5097
RGB
CMYK
RGB Variations
Color information
#DD5097 (or 0xDD5097) is known color: Mulberry. HEX triplet: DD, 50 and 97. RGB value is (221,80,151). Sum of RGB (Red+Green+Blue) = 221+80+151=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5097 is #22AF68. Grayscale: #828282. Windows color (decimal): -2273129 or 9916637. OLE color: 9916637.
HSL color Cylindrical-coordinate representation of color #DD5097: hue angle of 329.79º 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 #DD5097 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 151 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.13 |
| HSL | 329.79º | 0.67% | 0.59% | - |
| HSV(B) | 329.79º | 0.64% | 0.87% | - |
| XYZ | 38.27 | 23.34 | 31.77 | - |
| YUV | 130.25 | 139.71 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 151 | 0 | 0.64 | 0.32 | 0.13 | 329.79 | 0.67 | 0.59 |
| Hex | DD | 50 | 97 | 0 | 40 | 20 | D | 14A | 43 | 3B |
| Octal | 335 | 120 | 227 | 0 | 100 | 40 | 15 | 512 | 103 | 73 |
| Binary | 11011101 | 1010000 | 10010111 | 0 | 1000000 | 100000 | 1101 | 101001010 | 1000011 | 111011 |
Color Harmonies of #DD5097
Complementary color
Monochromatic Colors of #DD5097
Black with #DD5097
Text Example
Text Example
White with #DD5097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5097; }
p { color: rgb(221,80,151); }
H1.HeaderClassName
{
color: #DD5097;
}
.AnyTagClassName
{
color: #DD5097;
}
</style>
background-color css
<style>
a { background-color: #DD5097; }
a { background-color: rgb(221,80,151); }
div.DivClassName
{
background-color: #DD5097;
}
.BgClassName
{
background-color: #DD5097;
}
</style>
border-color css
<style>
span { border-color: #DD5097; }
span { border-color: rgb(221,80,151); }
td.TdClassName
{
border-color: #DD5097;
}
.TagClassName
{
border-color: #DD5097;
}
</style>