Color Hex Logo

#dd667d Color Hex

#DD667D
(221,102,125)
0 Favorites   0 Comments

Color spaces of #dd667d

RGB 221102125
HSL0.970.640.63
HSV348°54°87°
CMYK 0.000.540.43   0.13
XYZ38.271826.355622.4720
Yxy26.35560.43940.3026
Hunter Lab51.337743.22929.9834
CIE-Lab58.373148.645010.0367

#dd667d color RGB value is (221,102,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100110 01111101
Octal 335 146 175
Decimal 221 102 125
Hex DD 66 7D

RGB Percentages of Color #dd667d

%49.33
%22.77
%27.90

CMYK Percentages of Color #dd667d

%0
%54
%43
%13

Triadic Colors of #dd667d

#dd667d #7ddd66 #667ddd

Analogous Colors of #dd667d

#dd667d #dd8b66 #dd66b9

Monochromatic Colors of #dd667d

#dd667d

Complementary Color

#dd667d #66ddc6

#dd667d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd667d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd667d Color CSS Codes

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

#dd667d Text Font Color

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

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


#dd667d Background Color

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

This div background color is #dd667d


#dd667d Border Color

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

This div border color is #dd667d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd667d


Comments

No comments written yet.

Please login to write comment.