Color Hex Logo

#dd566a Color Hex

#DD566A
(221,86,106)
0 Favorites   0 Comments

Color spaces of #dd566a

RGB 22186106
HSL0.980.670.60
HSV351°61°87°
CMYK 0.000.610.52   0.13
XYZ35.748123.068316.2042
Yxy23.06830.47650.3075
Hunter Lab48.029548.805113.6173
CIE-Lab55.142654.268516.6727

#dd566a color RGB value is (221,86,106).

#dd566a hex color red value is 221, green value is 86 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dd566a hue: 0.98 , saturation: 0.67 and the lightness value of dd566a is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010110 01101010
Octal 335 126 152
Decimal 221 86 106
Hex DD 56 6A

RGB Percentages of Color #dd566a

%53.51
%20.82
%25.67

CMYK Percentages of Color #dd566a

%0
%61
%52
%13

Triadic Colors of #dd566a

#dd566a #6add56 #566add

Analogous Colors of #dd566a

#dd566a #dd8656 #dd56ae

Monochromatic Colors of #dd566a

#dd566a

Complementary Color

#dd566a #56ddc9

#dd566a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd566a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd566a Color CSS Codes

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

#dd566a Text Font Color

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

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


#dd566a Background Color

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

This div background color is #dd566a


#dd566a Border Color

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

This div border color is #dd566a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd566a


Comments

No comments written yet.

Please login to write comment.