Color Hex Logo

#dd588d Color Hex

#DD588D
(221,88,141)
0 Favorites   0 Comments

Color spaces of #dd588d

RGB 22188141
HSL0.930.660.61
HSV336°60°87°
CMYK 0.000.600.36   0.13
XYZ38.116224.274727.8758
Yxy24.27470.42230.2689
Hunter Lab49.269451.87140.9432
CIE-Lab56.361856.8132-2.2330

#dd588d color RGB value is (221,88,141).

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

The process color (four color CMYK) of #dd588d color hex is 0.00, 0.60, 0.36, 0.13. Web safe color of #dd588d is #cc6699. Color #dd588d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011000 10001101
Octal 335 130 215
Decimal 221 88 141
Hex DD 58 8D

RGB Percentages of Color #dd588d

%49.11
%19.56
%31.33

CMYK Percentages of Color #dd588d

%0
%60
%36
%13

Triadic Colors of #dd588d

#dd588d #8ddd58 #588ddd

Analogous Colors of #dd588d

#dd588d #dd6658 #dd58d0

Monochromatic Colors of #dd588d

#dd588d

Complementary Color

#dd588d #58dda8

#dd588d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd588d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd588d Color CSS Codes

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

#dd588d Text Font Color

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

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


#dd588d Background Color

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

This div background color is #dd588d


#dd588d Border Color

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

This div border color is #dd588d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd588d


Comments

No comments written yet.

Please login to write comment.