#DD549F

Color #DD549F Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #DD549F

Tints of Mulberry #DD549F

Color information

#DD549F (or 0xDD549F) is unknown color: approx Mulberry. HEX triplet: DD, 54 and 9F. RGB value is (221,84,159). Sum of RGB (Red+Green+Blue) = 221+84+159=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD549F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD549F is #22AB60. Grayscale: #858585. Windows color (decimal): -2272097 or 10441949. OLE color: 10441949.

HSL color Cylindrical-coordinate representation of color #DD549F: hue angle of 327.15º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD549F is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB22184159-
CMYK00.620.280.13
HSL327.15º66.83%59.8%-
HSV(B)327.15º61.99%86.67%-
XYZ39.2524.2235.41-
YUV133.51142.39190.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 47.63%
GREEN value IS 84 (33.20% from 255) = 18.10%
BLUE value IS 159 (62.5% from 255) = 34.27%
R=47.63%
G=18.10%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218415900.620.280.13327.1566.8359.8
HexDD549F03E1CD147433c
Octal335124237076341550710374
Binary1101110110101001001111101111101110011011010001111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD549F; }

 p { color: rgb(221,84,159); }

 H1.HeaderClassName
 {
   color: #DD549F;
 }
 .AnyTagClassName
 {
   color: #DD549F;
 }
</style>
background-color css

<style>
 a { background-color: #DD549F; }

 a { background-color: rgb(221,84,159); }

 div.DivClassName
 {
   background-color: #DD549F;
 }
 .BgClassName
 {
   background-color: #DD549F;
 }
</style>
border-color css

<style>
 span { border-color: #DD549F; }

 span { border-color: rgb(221,84,159); }

 td.TdClassName
 {
   border-color: #DD549F;
 }
 .TagClassName
 {
   border-color: #DD549F;
 }
</style>