Color Hex Logo

#dd218e Color Hex

#DD218E
(221,33,142)
0 Favorites   0 Comments

Color spaces of #dd218e

RGB 22133142
HSL0.900.740.50
HSV325°85°87°
CMYK 0.000.850.36   0.13
XYZ35.245118.412927.2876
Yxy18.41290.43540.2275
Hunter Lab42.910371.5212-7.6667
CIE-Lab49.993174.7638-12.3139

#dd218e color RGB value is (221,33,142).

#dd218e hex color red value is 221, green value is 33 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dd218e hue: 0.90 , saturation: 0.74 and the lightness value of dd218e is 0.50.

The process color (four color CMYK) of #dd218e color hex is 0.00, 0.85, 0.36, 0.13. Web safe color of #dd218e is #cc3399. Color #dd218e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100001 10001110
Octal 335 41 216
Decimal 221 33 142
Hex DD 21 8E

RGB Percentages of Color #dd218e

%55.81
%8.33
%35.86

CMYK Percentages of Color #dd218e

%0
%85
%36
%13

Triadic Colors of #dd218e

#dd218e #8edd21 #218edd

Analogous Colors of #dd218e

#dd218e #dd2130 #ce21dd

Monochromatic Colors of #dd218e

#dd218e

Complementary Color

#dd218e #21dd70

#dd218e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd218e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd218e Color CSS Codes

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

#dd218e Text Font Color

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

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


#dd218e Background Color

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

This div background color is #dd218e


#dd218e Border Color

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

This div border color is #dd218e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd218e


Comments

No comments written yet.

Please login to write comment.