Color Hex Logo

#dd177d Color Hex

#DD177D
(221,23,125)
0 Favorites   0 Comments

Color spaces of #dd177d

RGB 22123125
HSL0.910.810.48
HSV329°90°87°
CMYK 0.000.900.43   0.13
XYZ33.826917.465620.9904
Yxy17.46560.46800.2416
Hunter Lab41.791971.3445-0.5247
CIE-Lab48.841474.8439-3.7403

#dd177d color RGB value is (221,23,125).

#dd177d hex color red value is 221, green value is 23 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dd177d hue: 0.91 , saturation: 0.81 and the lightness value of dd177d is 0.48.

The process color (four color CMYK) of #dd177d color hex is 0.00, 0.90, 0.43, 0.13. Web safe color of #dd177d is #cc0066. Color #dd177d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010111 01111101
Octal 335 27 175
Decimal 221 23 125
Hex DD 17 7D

RGB Percentages of Color #dd177d

%59.89
%6.23
%33.88

CMYK Percentages of Color #dd177d

%0
%90
%43
%13

Triadic Colors of #dd177d

#dd177d #7ddd17 #177ddd

Analogous Colors of #dd177d

#dd177d #dd171a #da17dd

Monochromatic Colors of #dd177d

#dd177d

Complementary Color

#dd177d #17dd77

#dd177d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd177d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd177d Color CSS Codes

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

#dd177d Text Font Color

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

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


#dd177d Background Color

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

This div background color is #dd177d


#dd177d Border Color

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

This div border color is #dd177d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd177d


Comments

No comments written yet.

Please login to write comment.