Color Hex Logo

#dd649e Color Hex

#DD649E
(221,100,158)
0 Favorites   0 Comments

Color spaces of #dd649e

RGB 221100158
HSL0.920.640.63
HSV331°55°87°
CMYK 0.000.550.29   0.13
XYZ40.547526.955135.4135
Yxy26.95510.39400.2619
Hunter Lab51.918348.5491-4.0989
CIE-Lab58.932753.4102-8.3468

#dd649e color RGB value is (221,100,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100100 10011110
Octal 335 144 236
Decimal 221 100 158
Hex DD 64 9E

RGB Percentages of Color #dd649e

%46.14
%20.88
%32.99

CMYK Percentages of Color #dd649e

%0
%55
%29
%13

Triadic Colors of #dd649e

#dd649e #9edd64 #649edd

Analogous Colors of #dd649e

#dd649e #dd6764 #dd64db

Monochromatic Colors of #dd649e

#dd649e

Complementary Color

#dd649e #64dda3

#dd649e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd649e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd649e Color CSS Codes

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

#dd649e Text Font Color

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

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


#dd649e Background Color

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

This div background color is #dd649e


#dd649e Border Color

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

This div border color is #dd649e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd649e


Comments

No comments written yet.

Please login to write comment.