Color Hex Logo

#dd118d Color Hex

#DD118D
(221,17,141)
0 Favorites   0 Comments

Color spaces of #dd118d

RGB 22117141
HSL0.900.860.47
HSV324°92°87°
CMYK 0.000.920.36   0.13
XYZ34.827017.696126.7794
Yxy17.69610.43920.2231
Hunter Lab42.066774.1632-8.2969
CIE-Lab49.125477.0778-13.0223

#dd118d color RGB value is (221,17,141).

#dd118d hex color red value is 221, green value is 17 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dd118d hue: 0.90 , saturation: 0.86 and the lightness value of dd118d is 0.47.

The process color (four color CMYK) of #dd118d color hex is 0.00, 0.92, 0.36, 0.13. Web safe color of #dd118d is #cc0099. Color #dd118d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010001 10001101
Octal 335 21 215
Decimal 221 17 141
Hex DD 11 8D

RGB Percentages of Color #dd118d

%58.31
%4.49
%37.20

CMYK Percentages of Color #dd118d

%0
%92
%36
%13

Triadic Colors of #dd118d

#dd118d #8ddd11 #118ddd

Analogous Colors of #dd118d

#dd118d #dd1127 #c711dd

Monochromatic Colors of #dd118d

#dd118d

Complementary Color

#dd118d #11dd61

#dd118d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd118d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd118d Color CSS Codes

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

#dd118d Text Font Color

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

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


#dd118d Background Color

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

This div background color is #dd118d


#dd118d Border Color

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

This div border color is #dd118d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd118d


Comments

No comments written yet.

Please login to write comment.