Shades of Mulberry #DD5195
Tints of Mulberry #DD5195
RGB
CMYK
RGB Variations
Color information
#DD5195 (or 0xDD5195) is known color: Mulberry. HEX triplet: DD, 51 and 95. RGB value is (221,81,149). Sum of RGB (Red+Green+Blue) = 221+81+149=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5195 is #22AE6A. Grayscale: #828282. Windows color (decimal): -2272875 or 9785821. OLE color: 9785821.
HSL color Cylindrical-coordinate representation of color #DD5195: hue angle of 330.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5195 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 149 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.13 |
| HSL | 330.86º | 0.67% | 0.59% | - |
| HSV(B) | 330.86º | 0.63% | 0.87% | - |
| XYZ | 38.19 | 23.43 | 30.94 | - |
| YUV | 130.61 | 138.38 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 149 | 0 | 0.63 | 0.33 | 0.13 | 330.86 | 0.67 | 0.59 |
| Hex | DD | 51 | 95 | 0 | 3F | 21 | D | 14B | 43 | 3B |
| Octal | 335 | 121 | 225 | 0 | 77 | 41 | 15 | 513 | 103 | 73 |
| Binary | 11011101 | 1010001 | 10010101 | 0 | 111111 | 100001 | 1101 | 101001011 | 1000011 | 111011 |
Color Harmonies of #DD5195
Complementary color
Monochromatic Colors of #DD5195
Black with #DD5195
Text Example
Text Example
White with #DD5195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5195; }
p { color: rgb(221,81,149); }
H1.HeaderClassName
{
color: #DD5195;
}
.AnyTagClassName
{
color: #DD5195;
}
</style>
background-color css
<style>
a { background-color: #DD5195; }
a { background-color: rgb(221,81,149); }
div.DivClassName
{
background-color: #DD5195;
}
.BgClassName
{
background-color: #DD5195;
}
</style>
border-color css
<style>
span { border-color: #DD5195; }
span { border-color: rgb(221,81,149); }
td.TdClassName
{
border-color: #DD5195;
}
.TagClassName
{
border-color: #DD5195;
}
</style>