Shades of Mulberry #DD4F94
Tints of Mulberry #DD4F94
RGB
CMYK
RGB Variations
Color information
#DD4F94 (or 0xDD4F94) is known color: Mulberry. HEX triplet: DD, 4F and 94. RGB value is (221,79,148). Sum of RGB (Red+Green+Blue) = 221+79+148=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4F94 is #22B06B. Grayscale: #818181. Windows color (decimal): -2273388 or 9719773. OLE color: 9719773.
HSL color Cylindrical-coordinate representation of color #DD4F94: hue angle of 330.85º 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 #DD4F94 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 148 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.13 |
| HSL | 330.85º | 0.68% | 0.59% | - |
| HSV(B) | 330.85º | 0.64% | 0.87% | - |
| XYZ | 37.96 | 23.1 | 30.48 | - |
| YUV | 129.32 | 138.54 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 148 | 0 | 0.64 | 0.33 | 0.13 | 330.85 | 0.68 | 0.59 |
| Hex | DD | 4F | 94 | 0 | 40 | 21 | D | 14B | 44 | 3B |
| Octal | 335 | 117 | 224 | 0 | 100 | 41 | 15 | 513 | 104 | 73 |
| Binary | 11011101 | 1001111 | 10010100 | 0 | 1000000 | 100001 | 1101 | 101001011 | 1000100 | 111011 |
Color Harmonies of #DD4F94
Complementary color
Monochromatic Colors of #DD4F94
Black with #DD4F94
Text Example
Text Example
White with #DD4F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F94; }
p { color: rgb(221,79,148); }
H1.HeaderClassName
{
color: #DD4F94;
}
.AnyTagClassName
{
color: #DD4F94;
}
</style>
background-color css
<style>
a { background-color: #DD4F94; }
a { background-color: rgb(221,79,148); }
div.DivClassName
{
background-color: #DD4F94;
}
.BgClassName
{
background-color: #DD4F94;
}
</style>
border-color css
<style>
span { border-color: #DD4F94; }
span { border-color: rgb(221,79,148); }
td.TdClassName
{
border-color: #DD4F94;
}
.TagClassName
{
border-color: #DD4F94;
}
</style>