Shades of Mulberry #DD4898
Tints of Mulberry #DD4898
RGB
CMYK
RGB Variations
Color information
#DD4898 (or 0xDD4898) is known color: Mulberry. HEX triplet: DD, 48 and 98. RGB value is (221,72,152). Sum of RGB (Red+Green+Blue) = 221+72+152=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4898 is #22B767. Grayscale: #7D7D7D. Windows color (decimal): -2275176 or 9980125. OLE color: 9980125.
HSL color Cylindrical-coordinate representation of color #DD4898: hue angle of 327.79º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4898 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 152 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.13 |
| HSL | 327.79º | 0.69% | 0.57% | - |
| HSV(B) | 327.79º | 0.67% | 0.87% | - |
| XYZ | 37.8 | 22.27 | 32.01 | - |
| YUV | 125.67 | 142.86 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 152 | 0 | 0.67 | 0.31 | 0.13 | 327.79 | 0.69 | 0.57 |
| Hex | DD | 48 | 98 | 0 | 43 | 1F | D | 148 | 45 | 39 |
| Octal | 335 | 110 | 230 | 0 | 103 | 37 | 15 | 510 | 105 | 71 |
| Binary | 11011101 | 1001000 | 10011000 | 0 | 1000011 | 11111 | 1101 | 101001000 | 1000101 | 111001 |
Color Harmonies of #DD4898
Complementary color
Monochromatic Colors of #DD4898
Black with #DD4898
Text Example
Text Example
White with #DD4898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4898; }
p { color: rgb(221,72,152); }
H1.HeaderClassName
{
color: #DD4898;
}
.AnyTagClassName
{
color: #DD4898;
}
</style>
background-color css
<style>
a { background-color: #DD4898; }
a { background-color: rgb(221,72,152); }
div.DivClassName
{
background-color: #DD4898;
}
.BgClassName
{
background-color: #DD4898;
}
</style>
border-color css
<style>
span { border-color: #DD4898; }
span { border-color: rgb(221,72,152); }
td.TdClassName
{
border-color: #DD4898;
}
.TagClassName
{
border-color: #DD4898;
}
</style>