Color Hex Logo

#dd639a Color Hex

#DD639A
(221,99,154)
0 Favorites   0 Comments

Color spaces of #dd639a

RGB 22199154
HSL0.920.640.63
HSV333°55°87°
CMYK 0.000.550.30   0.13
XYZ40.113426.628933.5975
Yxy26.62890.39980.2654
Hunter Lab51.603248.4502-2.4799
CIE-Lab58.629253.3704-6.4777

#dd639a color RGB value is (221,99,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100011 10011010
Octal 335 143 232
Decimal 221 99 154
Hex DD 63 9A

RGB Percentages of Color #dd639a

%46.62
%20.89
%32.49

CMYK Percentages of Color #dd639a

%0
%55
%30
%13

Triadic Colors of #dd639a

#dd639a #9add63 #639add

Analogous Colors of #dd639a

#dd639a #dd6963 #dd63d7

Monochromatic Colors of #dd639a

#dd639a

Complementary Color

#dd639a #63dda6

#dd639a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd639a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd639a Color CSS Codes

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

#dd639a Text Font Color

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

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


#dd639a Background Color

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

This div background color is #dd639a


#dd639a Border Color

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

This div border color is #dd639a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd639a


Comments

No comments written yet.

Please login to write comment.