Color Hex Logo

#dd566f Color Hex

#DD566F
(221,86,111)
0 Favorites   0 Comments

Color spaces of #dd566f

RGB 22186111
HSL0.970.670.60
HSV349°61°87°
CMYK 0.000.610.50   0.13
XYZ36.015823.175417.6140
Yxy23.17540.46890.3017
Hunter Lab48.140849.295512.0053
CIE-Lab55.252554.693313.8736

#dd566f color RGB value is (221,86,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010110 01101111
Octal 335 126 157
Decimal 221 86 111
Hex DD 56 6F

RGB Percentages of Color #dd566f

%52.87
%20.57
%26.56

CMYK Percentages of Color #dd566f

%0
%61
%50
%13

Triadic Colors of #dd566f

#dd566f #6fdd56 #566fdd

Analogous Colors of #dd566f

#dd566f #dd8156 #dd56b3

Monochromatic Colors of #dd566f

#dd566f

Complementary Color

#dd566f #56ddc4

#dd566f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd566f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd566f Color CSS Codes

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

#dd566f Text Font Color

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

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


#dd566f Background Color

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

This div background color is #dd566f


#dd566f Border Color

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

This div border color is #dd566f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd566f


Comments

No comments written yet.

Please login to write comment.