Color Hex Logo

#dd539f Color Hex

#DD539F
(221,83,159)
0 Favorites   0 Comments

Color spaces of #dd539f

RGB 22183159
HSL0.910.670.60
HSV327°62°87°
CMYK 0.000.620.28   0.13
XYZ39.170124.061935.3808
Yxy24.06190.39720.2440
Hunter Lab49.052956.6945-8.4275
CIE-Lab56.149761.0948-13.1028

#dd539f color RGB value is (221,83,159).

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

The process color (four color CMYK) of #dd539f color hex is 0.00, 0.62, 0.28, 0.13. Web safe color of #dd539f is #cc6699. Color #dd539f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010011 10011111
Octal 335 123 237
Decimal 221 83 159
Hex DD 53 9F

RGB Percentages of Color #dd539f

%47.73
%17.93
%34.34

CMYK Percentages of Color #dd539f

%0
%62
%28
%13

Triadic Colors of #dd539f

#dd539f #9fdd53 #539fdd

Analogous Colors of #dd539f

#dd539f #dd535a #d653dd

Monochromatic Colors of #dd539f

#dd539f

Complementary Color

#dd539f #53dd91

#dd539f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd539f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd539f Color CSS Codes

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

#dd539f Text Font Color

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

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


#dd539f Background Color

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

This div background color is #dd539f


#dd539f Border Color

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

This div border color is #dd539f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd539f


Comments

No comments written yet.

Please login to write comment.