Color Hex Logo

#dd65aa Color Hex

#DD65AA
(221,101,170)
0 Favorites   0 Comments

Color spaces of #dd65aa

RGB 221101170
HSL0.900.640.63
HSV326°54°87°
CMYK 0.000.540.23   0.13
XYZ41.728227.581841.1547
Yxy27.58180.37780.2497
Hunter Lab52.518449.9191-9.6982
CIE-Lab59.509054.5448-14.4170

#dd65aa color RGB value is (221,101,170).

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

The process color (four color CMYK) of #dd65aa color hex is 0.00, 0.54, 0.23, 0.13. Web safe color of #dd65aa is #cc6699. Color #dd65aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100101 10101010
Octal 335 145 252
Decimal 221 101 170
Hex DD 65 AA

RGB Percentages of Color #dd65aa

%44.92
%20.53
%34.55

CMYK Percentages of Color #dd65aa

%0
%54
%23
%13

Triadic Colors of #dd65aa

#dd65aa #aadd65 #65aadd

Analogous Colors of #dd65aa

#dd65aa #dd656e #d465dd

Monochromatic Colors of #dd65aa

#dd65aa

Complementary Color

#dd65aa #65dd98

#dd65aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd65aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd65aa Color CSS Codes

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

#dd65aa Text Font Color

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

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


#dd65aa Background Color

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

This div background color is #dd65aa


#dd65aa Border Color

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

This div border color is #dd65aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd65aa


Comments

No comments written yet.

Please login to write comment.