Color Hex Logo

#dd569f Color Hex

#DD569F
(221,86,159)
0 Favorites   0 Comments

Color spaces of #dd569f

RGB 22186159
HSL0.910.670.60
HSV328°61°87°
CMYK 0.000.610.28   0.13
XYZ39.404624.530935.4590
Yxy24.53090.39640.2468
Hunter Lab49.528755.3379-7.7773
CIE-Lab56.615559.8283-12.4010

#dd569f color RGB value is (221,86,159).

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

The process color (four color CMYK) of #dd569f color hex is 0.00, 0.61, 0.28, 0.13. Web safe color of #dd569f is #cc6699. Color #dd569f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010110 10011111
Octal 335 126 237
Decimal 221 86 159
Hex DD 56 9F

RGB Percentages of Color #dd569f

%47.42
%18.45
%34.12

CMYK Percentages of Color #dd569f

%0
%61
%28
%13

Triadic Colors of #dd569f

#dd569f #9fdd56 #569fdd

Analogous Colors of #dd569f

#dd569f #dd565c #d856dd

Monochromatic Colors of #dd569f

#dd569f

Complementary Color

#dd569f #56dd94

#dd569f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd569f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd569f Color CSS Codes

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

#dd569f Text Font Color

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

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


#dd569f Background Color

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

This div background color is #dd569f


#dd569f Border Color

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

This div border color is #dd569f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd569f


Comments

No comments written yet.

Please login to write comment.