Color Hex Logo

#dd439e Color Hex

#DD439E
(221,67,158)
0 Favorites   0 Comments

Color spaces of #dd439e

RGB 22167158
HSL0.900.690.56
HSV325°70°87°
CMYK 0.000.700.29   0.13
XYZ37.997521.855134.5635
Yxy21.85510.40240.2315
Hunter Lab46.749463.2716-11.1106
CIE-Lab53.872967.1579-15.9613

#dd439e color RGB value is (221,67,158).

#dd439e hex color red value is 221, green value is 67 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dd439e hue: 0.90 , saturation: 0.69 and the lightness value of dd439e is 0.56.

The process color (four color CMYK) of #dd439e color hex is 0.00, 0.70, 0.29, 0.13. Web safe color of #dd439e is #cc3399. Color #dd439e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000011 10011110
Octal 335 103 236
Decimal 221 67 158
Hex DD 43 9E

RGB Percentages of Color #dd439e

%49.55
%15.02
%35.43

CMYK Percentages of Color #dd439e

%0
%70
%29
%13

Triadic Colors of #dd439e

#dd439e #9edd43 #439edd

Analogous Colors of #dd439e

#dd439e #dd4351 #cf43dd

Monochromatic Colors of #dd439e

#dd439e

Complementary Color

#dd439e #43dd82

#dd439e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd439e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd439e Color CSS Codes

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

#dd439e Text Font Color

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

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


#dd439e Background Color

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

This div background color is #dd439e


#dd439e Border Color

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

This div border color is #dd439e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd439e


Comments

No comments written yet.

Please login to write comment.