Color Hex Logo

#dd549b Color Hex

#DD549B
(221,84,155)
0 Favorites   0 Comments

Color spaces of #dd549b

RGB 22184155
HSL0.910.670.60
HSV329°62°87°
CMYK 0.000.620.30   0.13
XYZ38.905524.079433.6076
Yxy24.07940.40280.2493
Hunter Lab49.070855.6490-6.2570
CIE-Lab56.167260.1797-10.7362

#dd549b color RGB value is (221,84,155).

#dd549b hex color red value is 221, green value is 84 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dd549b hue: 0.91 , saturation: 0.67 and the lightness value of dd549b is 0.60.

The process color (four color CMYK) of #dd549b color hex is 0.00, 0.62, 0.30, 0.13. Web safe color of #dd549b is #cc6699. Color #dd549b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010100 10011011
Octal 335 124 233
Decimal 221 84 155
Hex DD 54 9B

RGB Percentages of Color #dd549b

%48.04
%18.26
%33.70

CMYK Percentages of Color #dd549b

%0
%62
%30
%13

Triadic Colors of #dd549b

#dd549b #9bdd54 #549bdd

Analogous Colors of #dd549b

#dd549b #dd5457 #db54dd

Monochromatic Colors of #dd549b

#dd549b

Complementary Color

#dd549b #54dd96

#dd549b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd549b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd549b Color CSS Codes

.mybgcolor {background-color:#dd549b; } 
.myforecolor {color:#dd549b; }
.mybordercolor {border:3px solid #dd549b; }

#dd549b Text Font Color

<p style="color:#dd549b">Text here</p>

This sample text font color is #dd549b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dd549b Background Color

<div style="background-color:#dd549b">
Div content here</div>

This div background color is #dd549b


#dd549b Border Color

<div style="border:3px solid #dd549b">
Div here</div>

This div border color is #dd549b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,84,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dd549b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dd549b;
  -webkit-box-shadow: 1px 1px 3px 2px #dd549b;
  box-shadow:         1px 1px 3px 2px #dd549b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,84,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dd549b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dd549b;
  -webkit-box-shadow: 1px 1px 3px 2px #dd549b;
  box-shadow:         1px 1px 3px 2px #dd549b;">
Div content here</div>

This div box has shadow with color #dd549b


Comments

No comments written yet.

Please login to write comment.