Color Hex Logo

#dd6da1 Color Hex

#DD6DA1
(221,109,161)
0 Favorites   0 Comments

Color spaces of #dd6da1

RGB 221109161
HSL0.920.620.65
HSV332°51°87°
CMYK 0.000.510.27   0.13
XYZ41.720528.882637.0942
Yxy28.88260.38740.2682
Hunter Lab53.742544.5207-3.3034
CIE-Lab60.677949.4832-7.4803

#dd6da1 color RGB value is (221,109,161).

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

The process color (four color CMYK) of #dd6da1 color hex is 0.00, 0.51, 0.27, 0.13. Web safe color of #dd6da1 is #cc6699. Color #dd6da1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101101 10100001
Octal 335 155 241
Decimal 221 109 161
Hex DD 6D A1

RGB Percentages of Color #dd6da1

%45.01
%22.20
%32.79

CMYK Percentages of Color #dd6da1

%0
%51
%27
%13

Triadic Colors of #dd6da1

#dd6da1 #a1dd6d #6da1dd

Analogous Colors of #dd6da1

#dd6da1 #dd716d #dd6dd9

Monochromatic Colors of #dd6da1

#dd6da1

Complementary Color

#dd6da1 #6ddda9

#dd6da1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6da1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6da1 Color CSS Codes

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

#dd6da1 Text Font Color

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

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


#dd6da1 Background Color

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

This div background color is #dd6da1


#dd6da1 Border Color

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

This div border color is #dd6da1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6da1


Comments

No comments written yet.

Please login to write comment.