Shades of Mulberry #DD499B
Tints of Mulberry #DD499B
RGB
CMYK
RGB Variations
Color information
#DD499B (or 0xDD499B) is known color: Mulberry. HEX triplet: DD, 49 and 9B. RGB value is (221,73,155). Sum of RGB (Red+Green+Blue) = 221+73+155=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD499B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD499B is #22B664. Grayscale: #7E7E7E. Windows color (decimal): -2274917 or 10176989. OLE color: 10176989.
HSL color Cylindrical-coordinate representation of color #DD499B: hue angle of 326.76º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD499B is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 155 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.13 |
| HSL | 326.76º | 0.69% | 0.58% | - |
| HSV(B) | 326.76º | 0.67% | 0.87% | - |
| XYZ | 38.12 | 22.5 | 33.34 | - |
| YUV | 126.6 | 144.03 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 155 | 0 | 0.67 | 0.30 | 0.13 | 326.76 | 0.69 | 0.58 |
| Hex | DD | 49 | 9B | 0 | 43 | 1E | D | 147 | 45 | 3A |
| Octal | 335 | 111 | 233 | 0 | 103 | 36 | 15 | 507 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10011011 | 0 | 1000011 | 11110 | 1101 | 101000111 | 1000101 | 111010 |
Color Harmonies of #DD499B
Complementary color
Monochromatic Colors of #DD499B
Black with #DD499B
Text Example
Text Example
White with #DD499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD499B; }
p { color: rgb(221,73,155); }
H1.HeaderClassName
{
color: #DD499B;
}
.AnyTagClassName
{
color: #DD499B;
}
</style>
background-color css
<style>
a { background-color: #DD499B; }
a { background-color: rgb(221,73,155); }
div.DivClassName
{
background-color: #DD499B;
}
.BgClassName
{
background-color: #DD499B;
}
</style>
border-color css
<style>
span { border-color: #DD499B; }
span { border-color: rgb(221,73,155); }
td.TdClassName
{
border-color: #DD499B;
}
.TagClassName
{
border-color: #DD499B;
}
</style>