Color Hex Logo

#dd377f Color Hex

#DD377F
(221,55,127)
0 Favorites   0 Comments

Color spaces of #dd377f

RGB 22155127
HSL0.930.710.54
HSV334°75°87°
CMYK 0.000.750.43   0.13
XYZ35.015719.636822.0234
Yxy19.63680.45670.2561
Hunter Lab44.313463.49911.5528
CIE-Lab51.424167.8149-1.1525

#dd377f color RGB value is (221,55,127).

#dd377f hex color red value is 221, green value is 55 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dd377f hue: 0.93 , saturation: 0.71 and the lightness value of dd377f is 0.54.

The process color (four color CMYK) of #dd377f color hex is 0.00, 0.75, 0.43, 0.13. Web safe color of #dd377f is #cc3366. Color #dd377f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110111 01111111
Octal 335 67 177
Decimal 221 55 127
Hex DD 37 7F

RGB Percentages of Color #dd377f

%54.84
%13.65
%31.51

CMYK Percentages of Color #dd377f

%0
%75
%43
%13

Triadic Colors of #dd377f

#dd377f #7fdd37 #377fdd

Analogous Colors of #dd377f

#dd377f #dd4237 #dd37d2

Monochromatic Colors of #dd377f

#dd377f

Complementary Color

#dd377f #37dd95

#dd377f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd377f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd377f Color CSS Codes

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

#dd377f Text Font Color

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

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


#dd377f Background Color

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

This div background color is #dd377f


#dd377f Border Color

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

This div border color is #dd377f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd377f


Comments

No comments written yet.

Please login to write comment.