Color Hex Logo

#dd585f Color Hex

#DD585F
(221,88,95)
0 Favorites   0 Comments

Color spaces of #dd585f

RGB 2218895
HSL0.990.660.61
HSV357°60°87°
CMYK 0.000.600.57   0.13
XYZ35.374123.177813.4358
Yxy23.17780.49140.3220
Hunter Lab48.143346.905017.1537
CIE-Lab55.255052.521023.2829

#dd585f color RGB value is (221,88,95).

#dd585f hex color red value is 221, green value is 88 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dd585f hue: 0.99 , saturation: 0.66 and the lightness value of dd585f is 0.61.

The process color (four color CMYK) of #dd585f color hex is 0.00, 0.60, 0.57, 0.13. Web safe color of #dd585f is #cc6666. Color #dd585f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011000 01011111
Octal 335 130 137
Decimal 221 88 95
Hex DD 58 5F

RGB Percentages of Color #dd585f

%54.70
%21.78
%23.51

CMYK Percentages of Color #dd585f

%0
%60
%57
%13

Triadic Colors of #dd585f

#dd585f #5fdd58 #585fdd

Analogous Colors of #dd585f

#dd585f #dd9458 #dd58a2

Monochromatic Colors of #dd585f

#dd585f

Complementary Color

#dd585f #58ddd6

#dd585f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd585f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd585f Color CSS Codes

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

#dd585f Text Font Color

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

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


#dd585f Background Color

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

This div background color is #dd585f


#dd585f Border Color

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

This div border color is #dd585f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd585f


Comments

No comments written yet.

Please login to write comment.