Color Hex Logo

#dd165e Color Hex

#DD165E
(221,22,94)
0 Favorites   0 Comments

Color spaces of #dd165e

RGB 2212294
HSL0.940.820.48
HSV338°90°87°
CMYK 0.000.900.57   0.13
XYZ32.126116.754112.1303
Yxy16.75410.52660.2746
Hunter Lab40.931868.468611.0814
CIE-Lab47.948772.650814.0212

#dd165e color RGB value is (221,22,94).

#dd165e hex color red value is 221, green value is 22 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dd165e hue: 0.94 , saturation: 0.82 and the lightness value of dd165e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010110 01011110
Octal 335 26 136
Decimal 221 22 94
Hex DD 16 5E

RGB Percentages of Color #dd165e

%65.58
%6.53
%27.89

CMYK Percentages of Color #dd165e

%0
%90
%57
%13

Triadic Colors of #dd165e

#dd165e #5edd16 #165edd

Analogous Colors of #dd165e

#dd165e #dd3116 #dd16c2

Monochromatic Colors of #dd165e

#dd165e

Complementary Color

#dd165e #16dd95

#dd165e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd165e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd165e Color CSS Codes

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

#dd165e Text Font Color

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

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


#dd165e Background Color

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

This div background color is #dd165e


#dd165e Border Color

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

This div border color is #dd165e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd165e


Comments

No comments written yet.

Please login to write comment.