Shades of Mulberry #DD499C
Tints of Mulberry #DD499C
RGB
CMYK
RGB Variations
Color information
#DD499C (or 0xDD499C) is known color: Mulberry. HEX triplet: DD, 49 and 9C. RGB value is (221,73,156). Sum of RGB (Red+Green+Blue) = 221+73+156=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD499C is #22B663. Grayscale: #7E7E7E. Windows color (decimal): -2274916 or 10242525. OLE color: 10242525.
HSL color Cylindrical-coordinate representation of color #DD499C: hue angle of 326.35º 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 #DD499C is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 156 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.13 |
| HSL | 326.35º | 0.69% | 0.58% | - |
| HSV(B) | 326.35º | 0.67% | 0.87% | - |
| XYZ | 38.2 | 22.54 | 33.79 | - |
| YUV | 126.71 | 144.53 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 156 | 0 | 0.67 | 0.29 | 0.13 | 326.35 | 0.69 | 0.58 |
| Hex | DD | 49 | 9C | 0 | 43 | 1D | D | 146 | 45 | 3A |
| Octal | 335 | 111 | 234 | 0 | 103 | 35 | 15 | 506 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10011100 | 0 | 1000011 | 11101 | 1101 | 101000110 | 1000101 | 111010 |
Color Harmonies of #DD499C
Complementary color
Monochromatic Colors of #DD499C
Black with #DD499C
Text Example
Text Example
White with #DD499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD499C; }
p { color: rgb(221,73,156); }
H1.HeaderClassName
{
color: #DD499C;
}
.AnyTagClassName
{
color: #DD499C;
}
</style>
background-color css
<style>
a { background-color: #DD499C; }
a { background-color: rgb(221,73,156); }
div.DivClassName
{
background-color: #DD499C;
}
.BgClassName
{
background-color: #DD499C;
}
</style>
border-color css
<style>
span { border-color: #DD499C; }
span { border-color: rgb(221,73,156); }
td.TdClassName
{
border-color: #DD499C;
}
.TagClassName
{
border-color: #DD499C;
}
</style>