Color Hex Logo

#dd196e Color Hex

#DD196E
(221,25,110)
0 Favorites   0 Comments

Color spaces of #dd196e

RGB 22125110
HSL0.930.800.48
HSV334°89°87°
CMYK 0.000.890.50   0.13
XYZ32.980917.193216.3322
Yxy17.19320.49590.2585
Hunter Lab41.464769.41525.6720
CIE-Lab48.502673.32564.9460

#dd196e color RGB value is (221,25,110).

#dd196e hex color red value is 221, green value is 25 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dd196e hue: 0.93 , saturation: 0.80 and the lightness value of dd196e is 0.48.

The process color (four color CMYK) of #dd196e color hex is 0.00, 0.89, 0.50, 0.13. Web safe color of #dd196e is #cc0066. Color #dd196e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011001 01101110
Octal 335 31 156
Decimal 221 25 110
Hex DD 19 6E

RGB Percentages of Color #dd196e

%62.08
%7.02
%30.90

CMYK Percentages of Color #dd196e

%0
%89
%50
%13

Triadic Colors of #dd196e

#dd196e #6edd19 #196edd

Analogous Colors of #dd196e

#dd196e #dd2619 #dd19d0

Monochromatic Colors of #dd196e

#dd196e

Complementary Color

#dd196e #19dd88

#dd196e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd196e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd196e Color CSS Codes

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

#dd196e Text Font Color

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

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


#dd196e Background Color

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

This div background color is #dd196e


#dd196e Border Color

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

This div border color is #dd196e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd196e


Comments

No comments written yet.

Please login to write comment.