Shades of Mulberry #DD5397
Tints of Mulberry #DD5397
RGB
CMYK
RGB Variations
Color information
#DD5397 (or 0xDD5397) is known color: Mulberry. HEX triplet: DD, 53 and 97. RGB value is (221,83,151). Sum of RGB (Red+Green+Blue) = 221+83+151=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5397 is #22AC68. Grayscale: #838383. Windows color (decimal): -2272361 or 9917405. OLE color: 9917405.
HSL color Cylindrical-coordinate representation of color #DD5397: hue angle of 330.43º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5397 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 151 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.13 |
| HSL | 330.43º | 0.67% | 0.6% | - |
| HSV(B) | 330.43º | 0.62% | 0.87% | - |
| XYZ | 38.5 | 23.79 | 31.84 | - |
| YUV | 132.01 | 138.72 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 151 | 0 | 0.62 | 0.32 | 0.13 | 330.43 | 0.67 | 0.6 |
| Hex | DD | 53 | 97 | 0 | 3E | 20 | D | 14A | 43 | 3C |
| Octal | 335 | 123 | 227 | 0 | 76 | 40 | 15 | 512 | 103 | 74 |
| Binary | 11011101 | 1010011 | 10010111 | 0 | 111110 | 100000 | 1101 | 101001010 | 1000011 | 111100 |
Color Harmonies of #DD5397
Complementary color
Monochromatic Colors of #DD5397
Black with #DD5397
Text Example
Text Example
White with #DD5397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5397; }
p { color: rgb(221,83,151); }
H1.HeaderClassName
{
color: #DD5397;
}
.AnyTagClassName
{
color: #DD5397;
}
</style>
background-color css
<style>
a { background-color: #DD5397; }
a { background-color: rgb(221,83,151); }
div.DivClassName
{
background-color: #DD5397;
}
.BgClassName
{
background-color: #DD5397;
}
</style>
border-color css
<style>
span { border-color: #DD5397; }
span { border-color: rgb(221,83,151); }
td.TdClassName
{
border-color: #DD5397;
}
.TagClassName
{
border-color: #DD5397;
}
</style>