Color Hex Logo

#dd21ac Color Hex

#DD21AC
(221,33,172)
0 Favorites   0 Comments

Color spaces of #dd21ac

RGB 22133172
HSL0.880.740.50
HSV316°85°87°
CMYK 0.000.850.22   0.13
XYZ37.809019.438440.7890
Yxy19.43840.38570.1983
Hunter Lab44.089075.9189-23.9899
CIE-Lab51.196278.0854-28.3198

#dd21ac color RGB value is (221,33,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100001 10101100
Octal 335 41 254
Decimal 221 33 172
Hex DD 21 AC

RGB Percentages of Color #dd21ac

%51.88
%7.75
%40.38

CMYK Percentages of Color #dd21ac

%0
%85
%22
%13

Triadic Colors of #dd21ac

#dd21ac #acdd21 #21acdd

Analogous Colors of #dd21ac

#dd21ac #dd214e #b021dd

Monochromatic Colors of #dd21ac

#dd21ac

Complementary Color

#dd21ac #21dd52

#dd21ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd21ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd21ac Color CSS Codes

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

#dd21ac Text Font Color

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

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


#dd21ac Background Color

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

This div background color is #dd21ac


#dd21ac Border Color

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

This div border color is #dd21ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd21ac


Comments

No comments written yet.

Please login to write comment.