Color Hex Logo

#dd5561 Color Hex

#DD5561
(221,85,97)
0 Favorites   0 Comments

Color spaces of #dd5561

RGB 2218597
HSL0.990.670.60
HSV355°62°87°
CMYK 0.000.620.56   0.13
XYZ35.225022.732213.8405
Yxy22.73220.49060.3166
Hunter Lab47.678348.439816.1636
CIE-Lab54.795453.996021.5006

#dd5561 color RGB value is (221,85,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010101 01100001
Octal 335 125 141
Decimal 221 85 97
Hex DD 55 61

RGB Percentages of Color #dd5561

%54.84
%21.09
%24.07

CMYK Percentages of Color #dd5561

%0
%62
%56
%13

Triadic Colors of #dd5561

#dd5561 #61dd55 #5561dd

Analogous Colors of #dd5561

#dd5561 #dd8d55 #dd55a5

Monochromatic Colors of #dd5561

#dd5561

Complementary Color

#dd5561 #55ddd1

#dd5561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5561 Color CSS Codes

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

#dd5561 Text Font Color

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

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


#dd5561 Background Color

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

This div background color is #dd5561


#dd5561 Border Color

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

This div border color is #dd5561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5561


Comments

No comments written yet.

Please login to write comment.