Shades of Mulberry #DD5294
Tints of Mulberry #DD5294
RGB
CMYK
RGB Variations
Color information
#DD5294 (or 0xDD5294) is known color: Mulberry. HEX triplet: DD, 52 and 94. RGB value is (221,82,148). Sum of RGB (Red+Green+Blue) = 221+82+148=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5294 is #22AD6B. Grayscale: #828282. Windows color (decimal): -2272620 or 9720541. OLE color: 9720541.
HSL color Cylindrical-coordinate representation of color #DD5294: hue angle of 331.51º 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 #DD5294 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 148 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.13 |
| HSL | 331.51º | 0.67% | 0.59% | - |
| HSV(B) | 331.51º | 0.63% | 0.87% | - |
| XYZ | 38.18 | 23.54 | 30.55 | - |
| YUV | 131.09 | 137.55 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 148 | 0 | 0.63 | 0.33 | 0.13 | 331.51 | 0.67 | 0.59 |
| Hex | DD | 52 | 94 | 0 | 3F | 21 | D | 14C | 43 | 3B |
| Octal | 335 | 122 | 224 | 0 | 77 | 41 | 15 | 514 | 103 | 73 |
| Binary | 11011101 | 1010010 | 10010100 | 0 | 111111 | 100001 | 1101 | 101001100 | 1000011 | 111011 |
Color Harmonies of #DD5294
Complementary color
Monochromatic Colors of #DD5294
Black with #DD5294
Text Example
Text Example
White with #DD5294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5294; }
p { color: rgb(221,82,148); }
H1.HeaderClassName
{
color: #DD5294;
}
.AnyTagClassName
{
color: #DD5294;
}
</style>
background-color css
<style>
a { background-color: #DD5294; }
a { background-color: rgb(221,82,148); }
div.DivClassName
{
background-color: #DD5294;
}
.BgClassName
{
background-color: #DD5294;
}
</style>
border-color css
<style>
span { border-color: #DD5294; }
span { border-color: rgb(221,82,148); }
td.TdClassName
{
border-color: #DD5294;
}
.TagClassName
{
border-color: #DD5294;
}
</style>