Shades of Mulberry #DD5194
Tints of Mulberry #DD5194
RGB
CMYK
RGB Variations
Color information
#DD5194 (or 0xDD5194) is known color: Mulberry. HEX triplet: DD, 51 and 94. RGB value is (221,81,148). Sum of RGB (Red+Green+Blue) = 221+81+148=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5194 is #22AE6B. Grayscale: #828282. Windows color (decimal): -2272876 or 9720285. OLE color: 9720285.
HSL color Cylindrical-coordinate representation of color #DD5194: hue angle of 331.29º 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 #DD5194 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 148 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.13 |
| HSL | 331.29º | 0.67% | 0.59% | - |
| HSV(B) | 331.29º | 0.63% | 0.87% | - |
| XYZ | 38.11 | 23.4 | 30.52 | - |
| YUV | 130.5 | 137.88 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 148 | 0 | 0.63 | 0.33 | 0.13 | 331.29 | 0.67 | 0.59 |
| Hex | DD | 51 | 94 | 0 | 3F | 21 | D | 14B | 43 | 3B |
| Octal | 335 | 121 | 224 | 0 | 77 | 41 | 15 | 513 | 103 | 73 |
| Binary | 11011101 | 1010001 | 10010100 | 0 | 111111 | 100001 | 1101 | 101001011 | 1000011 | 111011 |
Color Harmonies of #DD5194
Complementary color
Monochromatic Colors of #DD5194
Black with #DD5194
Text Example
Text Example
White with #DD5194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5194; }
p { color: rgb(221,81,148); }
H1.HeaderClassName
{
color: #DD5194;
}
.AnyTagClassName
{
color: #DD5194;
}
</style>
background-color css
<style>
a { background-color: #DD5194; }
a { background-color: rgb(221,81,148); }
div.DivClassName
{
background-color: #DD5194;
}
.BgClassName
{
background-color: #DD5194;
}
</style>
border-color css
<style>
span { border-color: #DD5194; }
span { border-color: rgb(221,81,148); }
td.TdClassName
{
border-color: #DD5194;
}
.TagClassName
{
border-color: #DD5194;
}
</style>