Color Hex Logo

#dd568c Color Hex

#DD568C
(221,86,140)
0 Favorites   0 Comments

Color spaces of #dd568c

RGB 22186140
HSL0.930.670.60
HSV336°61°87°
CMYK 0.000.610.37   0.13
XYZ37.880223.921227.4317
Yxy23.92120.42450.2681
Hunter Lab48.909352.65680.9826
CIE-Lab56.008857.5721-2.1636

#dd568c color RGB value is (221,86,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010110 10001100
Octal 335 126 214
Decimal 221 86 140
Hex DD 56 8C

RGB Percentages of Color #dd568c

%49.44
%19.24
%31.32

CMYK Percentages of Color #dd568c

%0
%61
%37
%13

Triadic Colors of #dd568c

#dd568c #8cdd56 #568cdd

Analogous Colors of #dd568c

#dd568c #dd6356 #dd56d0

Monochromatic Colors of #dd568c

#dd568c

Complementary Color

#dd568c #56dda7

#dd568c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd568c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd568c Color CSS Codes

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

#dd568c Text Font Color

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

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


#dd568c Background Color

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

This div background color is #dd568c


#dd568c Border Color

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

This div border color is #dd568c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd568c


Comments

No comments written yet.

Please login to write comment.