Shades of Mulberry #DD4A95
Tints of Mulberry #DD4A95
RGB
CMYK
RGB Variations
Color information
#DD4A95 (or 0xDD4A95) is known color: Mulberry. HEX triplet: DD, 4A and 95. RGB value is (221,74,149). Sum of RGB (Red+Green+Blue) = 221+74+149=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4A95 is #22B56A. Grayscale: #7E7E7E. Windows color (decimal): -2274667 or 9784029. OLE color: 9784029.
HSL color Cylindrical-coordinate representation of color #DD4A95: hue angle of 329.39º degrees, saturation: 0.68, 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 #DD4A95 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 149 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.13 |
| HSL | 329.39º | 0.68% | 0.58% | - |
| HSV(B) | 329.39º | 0.67% | 0.87% | - |
| XYZ | 37.69 | 22.44 | 30.78 | - |
| YUV | 126.5 | 140.7 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 149 | 0 | 0.67 | 0.33 | 0.13 | 329.39 | 0.68 | 0.58 |
| Hex | DD | 4A | 95 | 0 | 43 | 21 | D | 149 | 44 | 3A |
| Octal | 335 | 112 | 225 | 0 | 103 | 41 | 15 | 511 | 104 | 72 |
| Binary | 11011101 | 1001010 | 10010101 | 0 | 1000011 | 100001 | 1101 | 101001001 | 1000100 | 111010 |
Color Harmonies of #DD4A95
Complementary color
Monochromatic Colors of #DD4A95
Black with #DD4A95
Text Example
Text Example
White with #DD4A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A95; }
p { color: rgb(221,74,149); }
H1.HeaderClassName
{
color: #DD4A95;
}
.AnyTagClassName
{
color: #DD4A95;
}
</style>
background-color css
<style>
a { background-color: #DD4A95; }
a { background-color: rgb(221,74,149); }
div.DivClassName
{
background-color: #DD4A95;
}
.BgClassName
{
background-color: #DD4A95;
}
</style>
border-color css
<style>
span { border-color: #DD4A95; }
span { border-color: rgb(221,74,149); }
td.TdClassName
{
border-color: #DD4A95;
}
.TagClassName
{
border-color: #DD4A95;
}
</style>