#DD549D

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

Shades of Mulberry #DD549D

Tints of Mulberry #DD549D

Color information

#DD549D (or 0xDD549D) is unknown color: approx Mulberry. HEX triplet: DD, 54 and 9D. RGB value is (221,84,157). Sum of RGB (Red+Green+Blue) = 221+84+157=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD549D is #22AB62. Grayscale: #858585. Windows color (decimal): -2272099 or 10310877. OLE color: 10310877.

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

Color convert

RGB22184157-
CMYK00.620.290.13
HSL328.03º66.83%59.8%-
HSV(B)328.03º61.99%86.67%-
XYZ39.0724.1534.5-
YUV133.28141.39190.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.84%
GREEN value IS 84 (33.20% from 255) = 18.18%
BLUE value IS 157 (61.72% from 255) = 33.98%
R=47.84%
G=18.18%
B=33.98%

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
Decimal2218415700.620.290.13328.0366.8359.8
HexDD549D03E1DD148433c
Octal335124235076351551010374
Binary1101110110101001001110101111101110111011010010001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD549D; }

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

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

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

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

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

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

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

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