Color Hex Logo

#dd556e Color Hex

#DD556E
(221,85,110)
0 Favorites   0 Comments

Color spaces of #dd556e

RGB 22185110
HSL0.970.670.60
HSV349°62°87°
CMYK 0.000.620.50   0.13
XYZ35.881822.994917.2991
Yxy22.99490.47100.3019
Hunter Lab47.953049.648512.1782
CIE-Lab55.067155.043514.2072

#dd556e color RGB value is (221,85,110).

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

The process color (four color CMYK) of #dd556e color hex is 0.00, 0.62, 0.50, 0.13. Web safe color of #dd556e is #cc6666. Color #dd556e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010101 01101110
Octal 335 125 156
Decimal 221 85 110
Hex DD 55 6E

RGB Percentages of Color #dd556e

%53.13
%20.43
%26.44

CMYK Percentages of Color #dd556e

%0
%62
%50
%13

Triadic Colors of #dd556e

#dd556e #6edd55 #556edd

Analogous Colors of #dd556e

#dd556e #dd8055 #dd55b2

Monochromatic Colors of #dd556e

#dd556e

Complementary Color

#dd556e #55ddc4

#dd556e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd556e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd556e Color CSS Codes

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

#dd556e Text Font Color

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

This sample text font color is #dd556e
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.


#dd556e Background Color

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

This div background color is #dd556e


#dd556e Border Color

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

This div border color is #dd556e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd556e


Comments

No comments written yet.

Please login to write comment.