Color Hex Logo

#dd317a Color Hex

#DD317A
(221,49,122)
0 Favorites   0 Comments

Color spaces of #dd317a

RGB 22149122
HSL0.930.720.53
HSV335°78°87°
CMYK 0.000.780.45   0.13
XYZ34.430018.973920.2600
Yxy18.97390.46740.2576
Hunter Lab43.559064.86192.9146
CIE-Lab50.656769.11300.7453

#dd317a color RGB value is (221,49,122).

#dd317a hex color red value is 221, green value is 49 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dd317a hue: 0.93 , saturation: 0.72 and the lightness value of dd317a is 0.53.

The process color (four color CMYK) of #dd317a color hex is 0.00, 0.78, 0.45, 0.13. Web safe color of #dd317a is #cc3366. Color #dd317a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110001 01111010
Octal 335 61 172
Decimal 221 49 122
Hex DD 31 7A

RGB Percentages of Color #dd317a

%56.38
%12.50
%31.12

CMYK Percentages of Color #dd317a

%0
%78
%45
%13

Triadic Colors of #dd317a

#dd317a #7add31 #317add

Analogous Colors of #dd317a

#dd317a #dd3e31 #dd31d0

Monochromatic Colors of #dd317a

#dd317a

Complementary Color

#dd317a #31dd94

#dd317a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd317a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd317a Color CSS Codes

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

#dd317a Text Font Color

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

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


#dd317a Background Color

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

This div background color is #dd317a


#dd317a Border Color

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

This div border color is #dd317a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd317a


Comments

No comments written yet.

Please login to write comment.