Color Hex Logo

#dd647c Color Hex

#DD647C
(221,100,124)
0 Favorites   0 Comments

Color spaces of #dd647c

RGB 221100124
HSL0.970.640.63
HSV348°55°87°
CMYK 0.000.550.44   0.13
XYZ38.014125.941722.0725
Yxy25.94170.44190.3015
Hunter Lab50.933044.09169.9590
CIE-Lab57.981749.501510.0665

#dd647c color RGB value is (221,100,124).

#dd647c hex color red value is 221, green value is 100 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dd647c hue: 0.97 , saturation: 0.64 and the lightness value of dd647c is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100100 01111100
Octal 335 144 174
Decimal 221 100 124
Hex DD 64 7C

RGB Percentages of Color #dd647c

%49.66
%22.47
%27.87

CMYK Percentages of Color #dd647c

%0
%55
%44
%13

Triadic Colors of #dd647c

#dd647c #7cdd64 #647cdd

Analogous Colors of #dd647c

#dd647c #dd8964 #dd64b9

Monochromatic Colors of #dd647c

#dd647c

Complementary Color

#dd647c #64ddc5

#dd647c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd647c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd647c Color CSS Codes

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

#dd647c Text Font Color

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

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


#dd647c Background Color

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

This div background color is #dd647c


#dd647c Border Color

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

This div border color is #dd647c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,100,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 #dd647c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd647c


Comments

No comments written yet.

Please login to write comment.