Shades of Mulberry #DD4A98
Tints of Mulberry #DD4A98
RGB
CMYK
RGB Variations
Color information
#DD4A98 (or 0xDD4A98) is known color: Mulberry. HEX triplet: DD, 4A and 98. RGB value is (221,74,152). Sum of RGB (Red+Green+Blue) = 221+74+152=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4A98 is #22B567. Grayscale: #7E7E7E. Windows color (decimal): -2274664 or 9980637. OLE color: 9980637.
HSL color Cylindrical-coordinate representation of color #DD4A98: hue angle of 328.16º 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 #DD4A98 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 152 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.13 |
| HSL | 328.16º | 0.68% | 0.58% | - |
| HSV(B) | 328.16º | 0.67% | 0.87% | - |
| XYZ | 37.94 | 22.54 | 32.06 | - |
| YUV | 126.85 | 142.2 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 152 | 0 | 0.67 | 0.31 | 0.13 | 328.16 | 0.68 | 0.58 |
| Hex | DD | 4A | 98 | 0 | 43 | 1F | D | 148 | 44 | 3A |
| Octal | 335 | 112 | 230 | 0 | 103 | 37 | 15 | 510 | 104 | 72 |
| Binary | 11011101 | 1001010 | 10011000 | 0 | 1000011 | 11111 | 1101 | 101001000 | 1000100 | 111010 |
Color Harmonies of #DD4A98
Complementary color
Monochromatic Colors of #DD4A98
Black with #DD4A98
Text Example
Text Example
White with #DD4A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A98; }
p { color: rgb(221,74,152); }
H1.HeaderClassName
{
color: #DD4A98;
}
.AnyTagClassName
{
color: #DD4A98;
}
</style>
background-color css
<style>
a { background-color: #DD4A98; }
a { background-color: rgb(221,74,152); }
div.DivClassName
{
background-color: #DD4A98;
}
.BgClassName
{
background-color: #DD4A98;
}
</style>
border-color css
<style>
span { border-color: #DD4A98; }
span { border-color: rgb(221,74,152); }
td.TdClassName
{
border-color: #DD4A98;
}
.TagClassName
{
border-color: #DD4A98;
}
</style>