Color Hex Logo

#dd599e Color Hex

#DD599E
(221,89,158)
0 Favorites   0 Comments

Color spaces of #dd599e

RGB 22189158
HSL0.910.660.61
HSV329°60°87°
CMYK 0.000.600.29   0.13
XYZ39.562724.985535.0853
Yxy24.98550.39710.2508
Hunter Lab49.985553.8052-6.6264
CIE-Lab57.061358.4046-11.1473

#dd599e color RGB value is (221,89,158).

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

The process color (four color CMYK) of #dd599e color hex is 0.00, 0.60, 0.29, 0.13. Web safe color of #dd599e is #cc6699. Color #dd599e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011001 10011110
Octal 335 131 236
Decimal 221 89 158
Hex DD 59 9E

RGB Percentages of Color #dd599e

%47.22
%19.02
%33.76

CMYK Percentages of Color #dd599e

%0
%60
%29
%13

Triadic Colors of #dd599e

#dd599e #9edd59 #599edd

Analogous Colors of #dd599e

#dd599e #dd595c #da59dd

Monochromatic Colors of #dd599e

#dd599e

Complementary Color

#dd599e #59dd98

#dd599e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd599e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd599e Color CSS Codes

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

#dd599e Text Font Color

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

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


#dd599e Background Color

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

This div background color is #dd599e


#dd599e Border Color

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

This div border color is #dd599e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd599e


Comments

No comments written yet.

Please login to write comment.