#DD549E

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

Shades of Mulberry #DD549E

Tints of Mulberry #DD549E

Color information

#DD549E (or 0xDD549E) is unknown color: approx Mulberry. HEX triplet: DD, 54 and 9E. RGB value is (221,84,158). Sum of RGB (Red+Green+Blue) = 221+84+158=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD549E is #22AB61. Grayscale: #858585. Windows color (decimal): -2272098 or 10376413. OLE color: 10376413.

HSL color Cylindrical-coordinate representation of color #DD549E: hue angle of 327.59º 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 #DD549E is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB22184158-
CMYK00.620.290.13
HSL327.59º66.83%59.8%-
HSV(B)327.59º61.99%86.67%-
XYZ39.1624.1834.95-
YUV133.4141.89190.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.73%
GREEN value IS 84 (33.20% from 255) = 18.14%
BLUE value IS 158 (62.11% from 255) = 34.13%
R=47.73%
G=18.14%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218415800.620.290.13327.5966.8359.8
HexDD549E03E1DD148433c
Octal335124236076351551010374
Binary1101110110101001001111001111101110111011010010001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD549E; }

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

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

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

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

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

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

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

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