Shades of Mulberry #DD479C
Tints of Mulberry #DD479C
RGB
CMYK
RGB Variations
Color information
#DD479C (or 0xDD479C) is known color: Mulberry. HEX triplet: DD, 47 and 9C. RGB value is (221,71,156). Sum of RGB (Red+Green+Blue) = 221+71+156=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD479C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD479C is #22B863. Grayscale: #7D7D7D. Windows color (decimal): -2275428 or 10242013. OLE color: 10242013.
HSL color Cylindrical-coordinate representation of color #DD479C: hue angle of 326º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD479C is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 156 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.13 |
| HSL | 326º | 0.69% | 0.57% | - |
| HSV(B) | 326º | 0.68% | 0.87% | - |
| XYZ | 38.07 | 22.28 | 33.75 | - |
| YUV | 125.54 | 145.2 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 156 | 0 | 0.68 | 0.29 | 0.13 | 326 | 0.69 | 0.57 |
| Hex | DD | 47 | 9C | 0 | 44 | 1D | D | 146 | 45 | 39 |
| Octal | 335 | 107 | 234 | 0 | 104 | 35 | 15 | 506 | 105 | 71 |
| Binary | 11011101 | 1000111 | 10011100 | 0 | 1000100 | 11101 | 1101 | 101000110 | 1000101 | 111001 |
Color Harmonies of #DD479C
Complementary color
Monochromatic Colors of #DD479C
Black with #DD479C
Text Example
Text Example
White with #DD479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD479C; }
p { color: rgb(221,71,156); }
H1.HeaderClassName
{
color: #DD479C;
}
.AnyTagClassName
{
color: #DD479C;
}
</style>
background-color css
<style>
a { background-color: #DD479C; }
a { background-color: rgb(221,71,156); }
div.DivClassName
{
background-color: #DD479C;
}
.BgClassName
{
background-color: #DD479C;
}
</style>
border-color css
<style>
span { border-color: #DD479C; }
span { border-color: rgb(221,71,156); }
td.TdClassName
{
border-color: #DD479C;
}
.TagClassName
{
border-color: #DD479C;
}
</style>