Color Hex Logo

#dd565b Color Hex

#DD565B
(221,86,91)
0 Favorites   0 Comments

Color spaces of #dd565b

RGB 2218691
HSL0.990.670.60
HSV358°61°87°
CMYK 0.000.610.59   0.13
XYZ35.034922.783112.4486
Yxy22.78310.49860.3242
Hunter Lab47.731647.488117.9491
CIE-Lab54.848253.121125.0824

#dd565b color RGB value is (221,86,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010110 01011011
Octal 335 126 133
Decimal 221 86 91
Hex DD 56 5B

RGB Percentages of Color #dd565b

%55.53
%21.61
%22.86

CMYK Percentages of Color #dd565b

%0
%61
%59
%13

Triadic Colors of #dd565b

#dd565b #5bdd56 #565bdd

Analogous Colors of #dd565b

#dd565b #dd9556 #dd569f

Monochromatic Colors of #dd565b

#dd565b

Complementary Color

#dd565b #56ddd8

#dd565b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd565b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd565b Color CSS Codes

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

#dd565b Text Font Color

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

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


#dd565b Background Color

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

This div background color is #dd565b


#dd565b Border Color

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

This div border color is #dd565b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd565b


Comments

No comments written yet.

Please login to write comment.