Color Hex Logo

#dd597f Color Hex

#DD597F
(221,89,127)
0 Favorites   0 Comments

Color spaces of #dd597f

RGB 22189127
HSL0.950.660.61
HSV343°60°87°
CMYK 0.000.600.43   0.13
XYZ37.221924.049222.7588
Yxy24.04920.44300.2862
Hunter Lab49.040049.66356.8123
CIE-Lab56.137054.87555.6808

#dd597f color RGB value is (221,89,127).

#dd597f hex color red value is 221, green value is 89 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dd597f hue: 0.95 , saturation: 0.66 and the lightness value of dd597f is 0.61.

The process color (four color CMYK) of #dd597f color hex is 0.00, 0.60, 0.43, 0.13. Web safe color of #dd597f is #cc6666. Color #dd597f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011001 01111111
Octal 335 131 177
Decimal 221 89 127
Hex DD 59 7F

RGB Percentages of Color #dd597f

%50.57
%20.37
%29.06

CMYK Percentages of Color #dd597f

%0
%60
%43
%13

Triadic Colors of #dd597f

#dd597f #7fdd59 #597fdd

Analogous Colors of #dd597f

#dd597f #dd7559 #dd59c1

Monochromatic Colors of #dd597f

#dd597f

Complementary Color

#dd597f #59ddb7

#dd597f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd597f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd597f Color CSS Codes

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

#dd597f Text Font Color

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

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


#dd597f Background Color

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

This div background color is #dd597f


#dd597f Border Color

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

This div border color is #dd597f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd597f


Comments

No comments written yet.

Please login to write comment.