Shades of Mulberry #DD49A7
Tints of Mulberry #DD49A7
RGB
CMYK
RGB Variations
Color information
#DD49A7 (or 0xDD49A7) is known color: Mulberry. HEX triplet: DD, 49 and A7. RGB value is (221,73,167). Sum of RGB (Red+Green+Blue) = 221+73+167=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD49A7 is #22B658. Grayscale: #7F7F7F. Windows color (decimal): -2274905 or 10963421. OLE color: 10963421.
HSL color Cylindrical-coordinate representation of color #DD49A7: hue angle of 321.89º 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 #DD49A7 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 167 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.13 |
| HSL | 321.89º | 0.69% | 0.58% | - |
| HSV(B) | 321.89º | 0.67% | 0.87% | - |
| XYZ | 39.18 | 22.93 | 38.92 | - |
| YUV | 127.97 | 150.03 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 167 | 0 | 0.67 | 0.24 | 0.13 | 321.89 | 0.69 | 0.58 |
| Hex | DD | 49 | A7 | 0 | 43 | 18 | D | 142 | 45 | 3A |
| Octal | 335 | 111 | 247 | 0 | 103 | 30 | 15 | 502 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10100111 | 0 | 1000011 | 11000 | 1101 | 101000010 | 1000101 | 111010 |
Color Harmonies of #DD49A7
Complementary color
Monochromatic Colors of #DD49A7
Black with #DD49A7
Text Example
Text Example
White with #DD49A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD49A7; }
p { color: rgb(221,73,167); }
H1.HeaderClassName
{
color: #DD49A7;
}
.AnyTagClassName
{
color: #DD49A7;
}
</style>
background-color css
<style>
a { background-color: #DD49A7; }
a { background-color: rgb(221,73,167); }
div.DivClassName
{
background-color: #DD49A7;
}
.BgClassName
{
background-color: #DD49A7;
}
</style>
border-color css
<style>
span { border-color: #DD49A7; }
span { border-color: rgb(221,73,167); }
td.TdClassName
{
border-color: #DD49A7;
}
.TagClassName
{
border-color: #DD49A7;
}
</style>