Color Hex Logo

#dd626d Color Hex

#DD626D
(221,98,109)
0 Favorites   0 Comments

Color spaces of #dd626d

RGB 22198109
HSL0.990.640.63
HSV355°56°87°
CMYK 0.000.560.51   0.13
XYZ36.946825.211617.3870
Yxy25.21160.46450.3169
Hunter Lab50.211243.475914.6170
CIE-Lab57.281049.041117.8411

#dd626d color RGB value is (221,98,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100010 01101101
Octal 335 142 155
Decimal 221 98 109
Hex DD 62 6D

RGB Percentages of Color #dd626d

%51.64
%22.90
%25.47

CMYK Percentages of Color #dd626d

%0
%56
%51
%13

Triadic Colors of #dd626d

#dd626d #6ddd62 #626ddd

Analogous Colors of #dd626d

#dd626d #dd9562 #dd62ab

Monochromatic Colors of #dd626d

#dd626d

Complementary Color

#dd626d #62ddd2

#dd626d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd626d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd626d Color CSS Codes

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

#dd626d Text Font Color

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

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


#dd626d Background Color

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

This div background color is #dd626d


#dd626d Border Color

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

This div border color is #dd626d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd626d


Comments

No comments written yet.

Please login to write comment.