Shades of Mulberry #DD479E
Tints of Mulberry #DD479E
RGB
CMYK
RGB Variations
Color information
#DD479E (or 0xDD479E) is known color: Mulberry. HEX triplet: DD, 47 and 9E. RGB value is (221,71,158). Sum of RGB (Red+Green+Blue) = 221+71+158=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD479E is #22B861. Grayscale: #7D7D7D. Windows color (decimal): -2275426 or 10373085. OLE color: 10373085.
HSL color Cylindrical-coordinate representation of color #DD479E: hue angle of 325.2º 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 #DD479E is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 158 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.13 |
| HSL | 325.2º | 0.69% | 0.57% | - |
| HSV(B) | 325.2º | 0.68% | 0.87% | - |
| XYZ | 38.24 | 22.35 | 34.65 | - |
| YUV | 125.77 | 146.2 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 158 | 0 | 0.68 | 0.29 | 0.13 | 325.2 | 0.69 | 0.57 |
| Hex | DD | 47 | 9E | 0 | 44 | 1D | D | 145 | 45 | 39 |
| Octal | 335 | 107 | 236 | 0 | 104 | 35 | 15 | 505 | 105 | 71 |
| Binary | 11011101 | 1000111 | 10011110 | 0 | 1000100 | 11101 | 1101 | 101000101 | 1000101 | 111001 |
Color Harmonies of #DD479E
Complementary color
Monochromatic Colors of #DD479E
Black with #DD479E
Text Example
Text Example
White with #DD479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD479E; }
p { color: rgb(221,71,158); }
H1.HeaderClassName
{
color: #DD479E;
}
.AnyTagClassName
{
color: #DD479E;
}
</style>
background-color css
<style>
a { background-color: #DD479E; }
a { background-color: rgb(221,71,158); }
div.DivClassName
{
background-color: #DD479E;
}
.BgClassName
{
background-color: #DD479E;
}
</style>
border-color css
<style>
span { border-color: #DD479E; }
span { border-color: rgb(221,71,158); }
td.TdClassName
{
border-color: #DD479E;
}
.TagClassName
{
border-color: #DD479E;
}
</style>