Shades of Mulberry #DD4992
Tints of Mulberry #DD4992
RGB
CMYK
RGB Variations
Color information
#DD4992 (or 0xDD4992) is known color: Mulberry. HEX triplet: DD, 49 and 92. RGB value is (221,73,146). Sum of RGB (Red+Green+Blue) = 221+73+146=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4992 is #22B66D. Grayscale: #7D7D7D. Windows color (decimal): -2274926 or 9587165. OLE color: 9587165.
HSL color Cylindrical-coordinate representation of color #DD4992: hue angle of 330.41º degrees, saturation: 0.69, 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 #DD4992 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 146 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.13 |
| HSL | 330.41º | 0.69% | 0.58% | - |
| HSV(B) | 330.41º | 0.67% | 0.87% | - |
| XYZ | 37.39 | 22.21 | 29.51 | - |
| YUV | 125.57 | 139.53 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 146 | 0 | 0.67 | 0.34 | 0.13 | 330.41 | 0.69 | 0.58 |
| Hex | DD | 49 | 92 | 0 | 43 | 22 | D | 14A | 45 | 3A |
| Octal | 335 | 111 | 222 | 0 | 103 | 42 | 15 | 512 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10010010 | 0 | 1000011 | 100010 | 1101 | 101001010 | 1000101 | 111010 |
Color Harmonies of #DD4992
Complementary color
Monochromatic Colors of #DD4992
Black with #DD4992
Text Example
Text Example
White with #DD4992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4992; }
p { color: rgb(221,73,146); }
H1.HeaderClassName
{
color: #DD4992;
}
.AnyTagClassName
{
color: #DD4992;
}
</style>
background-color css
<style>
a { background-color: #DD4992; }
a { background-color: rgb(221,73,146); }
div.DivClassName
{
background-color: #DD4992;
}
.BgClassName
{
background-color: #DD4992;
}
</style>
border-color css
<style>
span { border-color: #DD4992; }
span { border-color: rgb(221,73,146); }
td.TdClassName
{
border-color: #DD4992;
}
.TagClassName
{
border-color: #DD4992;
}
</style>