Color Hex Logo

#dd617d Color Hex

#DD617D
(221,97,125)
0 Favorites   0 Comments

Color spaces of #dd617d

RGB 22197125
HSL0.960.650.62
HSV346°56°87°
CMYK 0.000.560.43   0.13
XYZ37.795225.402222.3131
Yxy25.40220.44200.2971
Hunter Lab50.400645.65549.0318
CIE-Lab57.465251.01918.7507

#dd617d color RGB value is (221,97,125).

#dd617d hex color red value is 221, green value is 97 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dd617d hue: 0.96 , saturation: 0.65 and the lightness value of dd617d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100001 01111101
Octal 335 141 175
Decimal 221 97 125
Hex DD 61 7D

RGB Percentages of Color #dd617d

%49.89
%21.90
%28.22

CMYK Percentages of Color #dd617d

%0
%56
%43
%13

Triadic Colors of #dd617d

#dd617d #7ddd61 #617ddd

Analogous Colors of #dd617d

#dd617d #dd8361 #dd61bb

Monochromatic Colors of #dd617d

#dd617d

Complementary Color

#dd617d #61ddc1

#dd617d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd617d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd617d Color CSS Codes

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

#dd617d Text Font Color

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

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


#dd617d Background Color

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

This div background color is #dd617d


#dd617d Border Color

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

This div border color is #dd617d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd617d


Comments

No comments written yet.

Please login to write comment.