Color Hex Logo

#dd646a Color Hex

#DD646A
(221,100,106)
0 Favorites   0 Comments

Color spaces of #dd646a

RGB 221100106
HSL0.990.640.63
HSV357°55°87°
CMYK 0.000.550.52   0.13
XYZ36.977525.527116.6140
Yxy25.52710.46740.3226
Hunter Lab50.524442.222015.8706
CIE-Lab57.585447.830019.9984

#dd646a color RGB value is (221,100,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100100 01101010
Octal 335 144 152
Decimal 221 100 106
Hex DD 64 6A

RGB Percentages of Color #dd646a

%51.76
%23.42
%24.82

CMYK Percentages of Color #dd646a

%0
%55
%52
%13

Triadic Colors of #dd646a

#dd646a #6add64 #646add

Analogous Colors of #dd646a

#dd646a #dd9b64 #dd64a7

Monochromatic Colors of #dd646a

#dd646a

Complementary Color

#dd646a #64ddd7

#dd646a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd646a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd646a Color CSS Codes

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

#dd646a Text Font Color

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

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


#dd646a Background Color

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

This div background color is #dd646a


#dd646a Border Color

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

This div border color is #dd646a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd646a


Comments

No comments written yet.

Please login to write comment.