Color Hex Logo

#dd499e Color Hex

#DD499E
(221,73,158)
0 Favorites   0 Comments

Color spaces of #dd499e

RGB 22173158
HSL0.900.690.58
HSV326°67°87°
CMYK 0.000.670.29   0.13
XYZ38.372922.605934.6886
Yxy22.60590.40110.2363
Hunter Lab47.545760.8579-9.9751
CIE-Lab54.664164.9569-14.7617

#dd499e color RGB value is (221,73,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001001 10011110
Octal 335 111 236
Decimal 221 73 158
Hex DD 49 9E

RGB Percentages of Color #dd499e

%48.89
%16.15
%34.96

CMYK Percentages of Color #dd499e

%0
%67
%29
%13

Triadic Colors of #dd499e

#dd499e #9edd49 #499edd

Analogous Colors of #dd499e

#dd499e #dd4954 #d249dd

Monochromatic Colors of #dd499e

#dd499e

Complementary Color

#dd499e #49dd88

#dd499e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd499e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd499e Color CSS Codes

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

#dd499e Text Font Color

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

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


#dd499e Background Color

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

This div background color is #dd499e


#dd499e Border Color

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

This div border color is #dd499e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd499e


Comments

No comments written yet.

Please login to write comment.