Color Hex Logo

#dd656d Color Hex

#DD656D
(221,101,109)
0 Favorites   0 Comments

Color spaces of #dd656d

RGB 221101109
HSL0.990.640.63
HSV356°54°87°
CMYK 0.000.540.51   0.13
XYZ37.232825.783617.4824
Yxy25.78360.46250.3203
Hunter Lab50.777642.025015.1311
CIE-Lab57.831147.609318.5914

#dd656d color RGB value is (221,101,109).

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

The process color (four color CMYK) of #dd656d color hex is 0.00, 0.54, 0.51, 0.13. Web safe color of #dd656d is #cc6666. Color #dd656d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100101 01101101
Octal 335 145 155
Decimal 221 101 109
Hex DD 65 6D

RGB Percentages of Color #dd656d

%51.28
%23.43
%25.29

CMYK Percentages of Color #dd656d

%0
%54
%51
%13

Triadic Colors of #dd656d

#dd656d #6ddd65 #656ddd

Analogous Colors of #dd656d

#dd656d #dd9965 #dd65a9

Monochromatic Colors of #dd656d

#dd656d

Complementary Color

#dd656d #65ddd5

#dd656d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd656d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd656d Color CSS Codes

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

#dd656d Text Font Color

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

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


#dd656d Background Color

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

This div background color is #dd656d


#dd656d Border Color

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

This div border color is #dd656d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd656d


Comments

No comments written yet.

Please login to write comment.