Color Hex Logo

#dd537a Color Hex

#DD537A
(221,83,122)
0 Favorites   0 Comments

Color spaces of #dd537a

RGB 22183122
HSL0.950.670.60
HSV343°62°87°
CMYK 0.000.620.45   0.13
XYZ36.424922.963820.9250
Yxy22.96380.45350.2859
Hunter Lab47.920651.81877.6548
CIE-Lab55.035056.99577.0584

#dd537a color RGB value is (221,83,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010011 01111010
Octal 335 123 172
Decimal 221 83 122
Hex DD 53 7A

RGB Percentages of Color #dd537a

%51.88
%19.48
%28.64

CMYK Percentages of Color #dd537a

%0
%62
%45
%13

Triadic Colors of #dd537a

#dd537a #7add53 #537add

Analogous Colors of #dd537a

#dd537a #dd7153 #dd53bf

Monochromatic Colors of #dd537a

#dd537a

Complementary Color

#dd537a #53ddb6

#dd537a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd537a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd537a Color CSS Codes

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

#dd537a Text Font Color

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

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


#dd537a Background Color

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

This div background color is #dd537a


#dd537a Border Color

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

This div border color is #dd537a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd537a


Comments

No comments written yet.

Please login to write comment.