Color Hex Logo

#dd568f Color Hex

#DD568F
(221,86,143)
0 Favorites   0 Comments

Color spaces of #dd568f

RGB 22186143
HSL0.930.670.60
HSV335°61°87°
CMYK 0.000.610.35   0.13
XYZ38.104524.010928.6128
Yxy24.01090.42000.2646
Hunter Lab49.000953.0550-0.3202
CIE-Lab56.098757.9095-3.7961

#dd568f color RGB value is (221,86,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010110 10001111
Octal 335 126 217
Decimal 221 86 143
Hex DD 56 8F

RGB Percentages of Color #dd568f

%49.11
%19.11
%31.78

CMYK Percentages of Color #dd568f

%0
%61
%35
%13

Triadic Colors of #dd568f

#dd568f #8fdd56 #568fdd

Analogous Colors of #dd568f

#dd568f #dd6056 #dd56d3

Monochromatic Colors of #dd568f

#dd568f

Complementary Color

#dd568f #56dda4

#dd568f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd568f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd568f Color CSS Codes

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

#dd568f Text Font Color

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

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


#dd568f Background Color

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

This div background color is #dd568f


#dd568f Border Color

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

This div border color is #dd568f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd568f


Comments

No comments written yet.

Please login to write comment.