Shades of Mulberry #DD4F95
Tints of Mulberry #DD4F95
RGB
CMYK
RGB Variations
Color information
#DD4F95 (or 0xDD4F95) is known color: Mulberry. HEX triplet: DD, 4F and 95. RGB value is (221,79,149). Sum of RGB (Red+Green+Blue) = 221+79+149=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4F95 is #22B06A. Grayscale: #818181. Windows color (decimal): -2273387 or 9785309. OLE color: 9785309.
HSL color Cylindrical-coordinate representation of color #DD4F95: hue angle of 330.42º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD4F95 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 149 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.13 |
| HSL | 330.42º | 0.68% | 0.59% | - |
| HSV(B) | 330.42º | 0.64% | 0.87% | - |
| XYZ | 38.04 | 23.13 | 30.89 | - |
| YUV | 129.44 | 139.04 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 149 | 0 | 0.64 | 0.33 | 0.13 | 330.42 | 0.68 | 0.59 |
| Hex | DD | 4F | 95 | 0 | 40 | 21 | D | 14A | 44 | 3B |
| Octal | 335 | 117 | 225 | 0 | 100 | 41 | 15 | 512 | 104 | 73 |
| Binary | 11011101 | 1001111 | 10010101 | 0 | 1000000 | 100001 | 1101 | 101001010 | 1000100 | 111011 |
Color Harmonies of #DD4F95
Complementary color
Monochromatic Colors of #DD4F95
Black with #DD4F95
Text Example
Text Example
White with #DD4F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F95; }
p { color: rgb(221,79,149); }
H1.HeaderClassName
{
color: #DD4F95;
}
.AnyTagClassName
{
color: #DD4F95;
}
</style>
background-color css
<style>
a { background-color: #DD4F95; }
a { background-color: rgb(221,79,149); }
div.DivClassName
{
background-color: #DD4F95;
}
.BgClassName
{
background-color: #DD4F95;
}
</style>
border-color css
<style>
span { border-color: #DD4F95; }
span { border-color: rgb(221,79,149); }
td.TdClassName
{
border-color: #DD4F95;
}
.TagClassName
{
border-color: #DD4F95;
}
</style>