Color Hex Logo

#dd479a Color Hex

#DD479A
(221,71,154)
0 Favorites   0 Comments

Color spaces of #dd479a

RGB 22171154
HSL0.910.690.57
HSV327°68°87°
CMYK 0.000.680.30   0.13
XYZ37.904822.211732.8613
Yxy22.21170.40770.2389
Hunter Lab47.129361.0864-8.3500
CIE-Lab54.250965.2289-13.0321

#dd479a color RGB value is (221,71,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000111 10011010
Octal 335 107 232
Decimal 221 71 154
Hex DD 47 9A

RGB Percentages of Color #dd479a

%49.55
%15.92
%34.53

CMYK Percentages of Color #dd479a

%0
%68
%30
%13

Triadic Colors of #dd479a

#dd479a #9add47 #479add

Analogous Colors of #dd479a

#dd479a #dd474f #d547dd

Monochromatic Colors of #dd479a

#dd479a

Complementary Color

#dd479a #47dd8a

#dd479a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd479a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd479a Color CSS Codes

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

#dd479a Text Font Color

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

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


#dd479a Background Color

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

This div background color is #dd479a


#dd479a Border Color

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

This div border color is #dd479a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd479a


Comments

No comments written yet.

Please login to write comment.