Color Hex Logo

#dd559d Color Hex

#DD559D
(221,85,157)
0 Favorites   0 Comments

Color spaces of #dd559d

RGB 22185157
HSL0.910.670.60
HSV328°62°87°
CMYK 0.000.620.29   0.13
XYZ39.153124.303534.5257
Yxy24.30350.39960.2480
Hunter Lab49.298655.4928-7.0141
CIE-Lab56.390460.0036-11.5711

#dd559d color RGB value is (221,85,157).

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

The process color (four color CMYK) of #dd559d color hex is 0.00, 0.62, 0.29, 0.13. Web safe color of #dd559d is #cc6699. Color #dd559d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010101 10011101
Octal 335 125 235
Decimal 221 85 157
Hex DD 55 9D

RGB Percentages of Color #dd559d

%47.73
%18.36
%33.91

CMYK Percentages of Color #dd559d

%0
%62
%29
%13

Triadic Colors of #dd559d

#dd559d #9ddd55 #559ddd

Analogous Colors of #dd559d

#dd559d #dd5559 #d955dd

Monochromatic Colors of #dd559d

#dd559d

Complementary Color

#dd559d #55dd95

#dd559d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd559d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd559d Color CSS Codes

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

#dd559d Text Font Color

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

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


#dd559d Background Color

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

This div background color is #dd559d


#dd559d Border Color

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

This div border color is #dd559d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd559d


Comments

No comments written yet.

Please login to write comment.