Color Hex Logo

#dd517c Color Hex

#DD517C
(221,81,124)
0 Favorites   0 Comments

Color spaces of #dd517c

RGB 22181124
HSL0.950.670.59
HSV342°63°87°
CMYK 0.000.630.44   0.13
XYZ36.399322.712221.5342
Yxy22.71220.45130.2816
Hunter Lab47.657352.93296.5696
CIE-Lab54.774658.03295.5001

#dd517c color RGB value is (221,81,124).

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

The process color (four color CMYK) of #dd517c color hex is 0.00, 0.63, 0.44, 0.13. Web safe color of #dd517c is #cc6666. Color #dd517c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010001 01111100
Octal 335 121 174
Decimal 221 81 124
Hex DD 51 7C

RGB Percentages of Color #dd517c

%51.88
%19.01
%29.11

CMYK Percentages of Color #dd517c

%0
%63
%44
%13

Triadic Colors of #dd517c

#dd517c #7cdd51 #517cdd

Analogous Colors of #dd517c

#dd517c #dd6c51 #dd51c2

Monochromatic Colors of #dd517c

#dd517c

Complementary Color

#dd517c #51ddb2

#dd517c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd517c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd517c Color CSS Codes

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

#dd517c Text Font Color

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

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


#dd517c Background Color

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

This div background color is #dd517c


#dd517c Border Color

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

This div border color is #dd517c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd517c


Comments

No comments written yet.

Please login to write comment.