Color Hex Logo

#dd499f Color Hex

#DD499F
(221,73,159)
0 Favorites   0 Comments

Color spaces of #dd499f

RGB 22173159
HSL0.900.690.58
HSV325°67°87°
CMYK 0.000.670.28   0.13
XYZ38.459322.640435.1439
Yxy22.64040.39960.2352
Hunter Lab47.581961.0088-10.4841
CIE-Lab54.700065.0792-15.2948

#dd499f color RGB value is (221,73,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001001 10011111
Octal 335 111 237
Decimal 221 73 159
Hex DD 49 9F

RGB Percentages of Color #dd499f

%48.79
%16.11
%35.10

CMYK Percentages of Color #dd499f

%0
%67
%28
%13

Triadic Colors of #dd499f

#dd499f #9fdd49 #499fdd

Analogous Colors of #dd499f

#dd499f #dd4955 #d149dd

Monochromatic Colors of #dd499f

#dd499f

Complementary Color

#dd499f #49dd87

#dd499f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd499f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd499f Color CSS Codes

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

#dd499f Text Font Color

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

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


#dd499f Background Color

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

This div background color is #dd499f


#dd499f Border Color

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

This div border color is #dd499f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd499f


Comments

No comments written yet.

Please login to write comment.