Color Hex Logo

#dd596a Color Hex

#DD596A
(221,89,106)
0 Favorites   0 Comments

Color spaces of #dd596a

RGB 22189106
HSL0.980.660.61
HSV352°60°87°
CMYK 0.000.600.52   0.13
XYZ35.992723.557516.2857
Yxy23.55750.47460.3106
Hunter Lab48.536147.431414.0812
CIE-Lab55.642052.937317.3563

#dd596a color RGB value is (221,89,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011001 01101010
Octal 335 131 152
Decimal 221 89 106
Hex DD 59 6A

RGB Percentages of Color #dd596a

%53.13
%21.39
%25.48

CMYK Percentages of Color #dd596a

%0
%60
%52
%13

Triadic Colors of #dd596a

#dd596a #6add59 #596add

Analogous Colors of #dd596a

#dd596a #dd8a59 #dd59ac

Monochromatic Colors of #dd596a

#dd596a

Complementary Color

#dd596a #59ddcc

#dd596a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd596a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd596a Color CSS Codes

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

#dd596a Text Font Color

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

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


#dd596a Background Color

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

This div background color is #dd596a


#dd596a Border Color

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

This div border color is #dd596a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd596a


Comments

No comments written yet.

Please login to write comment.