color codes Logo

#dd585c color codes

#DD585C
(221,88,92)
0 Favorites   0 Comments

Color spaces of #dd585c

RGB 2218892
HSL0.990.660.61
HSV358°60°87°
CMYK 0.000.600.58   0.13
XYZ35.240323.124312.7313
Yxy23.12430.49570.3253
Hunter Lab48.087746.657217.9643
CIE-Lab55.200152.303524.9599

#dd585c color RGB value is (221,88,92).

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

The process color (four color CMYK) of #dd585c color code is 0.00, 0.60, 0.58, 0.13. Web safe color of #dd585c is #cc6666. Color #dd585c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011000 01011100
Octal 335 130 134
Decimal 221 88 92
Hex DD 58 5C

RGB Percentages of Color #dd585c

%55.11
%21.95
%22.94

CMYK Percentages of Color #dd585c

%0
%60
%58
%13

Triadic Colors of #dd585c

#dd585c #5cdd58 #585cdd

Analogous Colors of #dd585c

#dd585c #dd9758 #dd589f

Monochromatic Colors of #dd585c

#dd585c

Complementary Color

#dd585c #58ddd9

#dd585c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd585c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd585c Color CSS Codes

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

#dd585c Text Font Color

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

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


#dd585c Background Color

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

This div background color is #dd585c


#dd585c Border Color

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

This div border color is #dd585c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd585c


Comments

No comments written yet.

Please login to write comment.