Color Hex Logo

#dd99e1 Color Hex

#DD99E1
(221,153,225)
0 Favorites   0 Comments

Color spaces of #dd99e1

RGB 221153225
HSL0.820.550.74
HSV297°32°88°
CMYK 0.020.320.00   0.12
XYZ54.800643.590976.7597
Yxy43.59090.31290.2489
Hunter Lab66.023432.6172-22.7150
CIE-Lab71.954237.0394-26.3553

#dd99e1 color RGB value is (221,153,225).

#dd99e1 hex color red value is 221, green value is 153 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dd99e1 hue: 0.82 , saturation: 0.55 and the lightness value of dd99e1 is 0.74.

The process color (four color CMYK) of #dd99e1 color hex is 0.02, 0.32, 0.00, 0.12. Web safe color of #dd99e1 is #cc99cc. Color #dd99e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011001 11100001
Octal 335 231 341
Decimal 221 153 225
Hex DD 99 E1

RGB Percentages of Color #dd99e1

%36.89
%25.54
%37.56

CMYK Percentages of Color #dd99e1

%2
%32
%0
%12

Triadic Colors of #dd99e1

#dd99e1 #e1dd99 #99e1dd

Analogous Colors of #dd99e1

#dd99e1 #e199c1 #b999e1

Monochromatic Colors of #dd99e1

#dd99e1

Complementary Color

#dd99e1 #9de199

#dd99e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd99e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd99e1 Color CSS Codes

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

#dd99e1 Text Font Color

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

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


#dd99e1 Background Color

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

This div background color is #dd99e1


#dd99e1 Border Color

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

This div border color is #dd99e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd99e1


Comments

No comments written yet.

Please login to write comment.