#DD549B

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

Shades of Mulberry #DD549B

Tints of Mulberry #DD549B

Color information

#DD549B (or 0xDD549B) is unknown color: approx Mulberry. HEX triplet: DD, 54 and 9B. RGB value is (221,84,155). Sum of RGB (Red+Green+Blue) = 221+84+155=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD549B is #22AB64. Grayscale: #848484. Windows color (decimal): -2272101 or 10179805. OLE color: 10179805.

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

Color convert

RGB22184155-
CMYK00.620.300.13
HSL328.91º66.83%59.8%-
HSV(B)328.91º61.99%86.67%-
XYZ38.9124.0833.61-
YUV133.06140.39190.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.04%
GREEN value IS 84 (33.20% from 255) = 18.26%
BLUE value IS 155 (60.94% from 255) = 33.70%
R=48.04%
G=18.26%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218415500.620.300.13328.9166.8359.8
HexDD549B03E1ED149433c
Octal335124233076361551110374
Binary1101110110101001001101101111101111011011010010011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD549B; }

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

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

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

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

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

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

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

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