Color Hex Logo

#dd696e Color Hex

#DD696E
(221,105,110)
0 Favorites   0 Comments

Color spaces of #dd696e

RGB 221105110
HSL0.990.630.64
HSV357°52°87°
CMYK 0.000.520.50   0.13
XYZ37.684826.601117.9002
Yxy26.60110.45850.3237
Hunter Lab51.576340.164715.5260
CIE-Lab58.603345.755319.0637

#dd696e color RGB value is (221,105,110).

#dd696e hex color red value is 221, green value is 105 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dd696e hue: 0.99 , saturation: 0.63 and the lightness value of dd696e is 0.64.

The process color (four color CMYK) of #dd696e color hex is 0.00, 0.52, 0.50, 0.13. Web safe color of #dd696e is #cc6666. Color #dd696e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101001 01101110
Octal 335 151 156
Decimal 221 105 110
Hex DD 69 6E

RGB Percentages of Color #dd696e

%50.69
%24.08
%25.23

CMYK Percentages of Color #dd696e

%0
%52
%50
%13

Triadic Colors of #dd696e

#dd696e #6edd69 #696edd

Analogous Colors of #dd696e

#dd696e #dd9e69 #dd69a8

Monochromatic Colors of #dd696e

#dd696e

Complementary Color

#dd696e #69ddd8

#dd696e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd696e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd696e Color CSS Codes

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

#dd696e Text Font Color

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

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


#dd696e Background Color

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

This div background color is #dd696e


#dd696e Border Color

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

This div border color is #dd696e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,105,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 #dd696e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd696e


Comments

No comments written yet.

Please login to write comment.