Color Hex Logo

#dd479d Color Hex

#DD479D
(221,71,157)
0 Favorites   0 Comments

Color spaces of #dd479d

RGB 22171157
HSL0.900.690.57
HSV326°68°87°
CMYK 0.000.680.29   0.13
XYZ38.157822.312934.1940
Yxy22.31290.40310.2357
Hunter Lab47.236561.5289-9.8538
CIE-Lab54.357465.5868-14.6380

#dd479d color RGB value is (221,71,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000111 10011101
Octal 335 107 235
Decimal 221 71 157
Hex DD 47 9D

RGB Percentages of Color #dd479d

%49.22
%15.81
%34.97

CMYK Percentages of Color #dd479d

%0
%68
%29
%13

Triadic Colors of #dd479d

#dd479d #9ddd47 #479ddd

Analogous Colors of #dd479d

#dd479d #dd4752 #d247dd

Monochromatic Colors of #dd479d

#dd479d

Complementary Color

#dd479d #47dd87

#dd479d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd479d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd479d Color CSS Codes

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

#dd479d Text Font Color

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

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


#dd479d Background Color

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

This div background color is #dd479d


#dd479d Border Color

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

This div border color is #dd479d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd479d


Comments

No comments written yet.

Please login to write comment.