Color Hex Logo

#dd336e Color Hex

#DD336E
(221,51,110)
0 Favorites   0 Comments

Color spaces of #dd336e

RGB 22151110
HSL0.940.710.53
HSV339°77°87°
CMYK 0.000.770.50   0.13
XYZ33.817118.865616.6109
Yxy18.86560.48800.2723
Hunter Lab43.434562.96547.7296
CIE-Lab50.529667.53307.8398

#dd336e color RGB value is (221,51,110).

#dd336e hex color red value is 221, green value is 51 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dd336e hue: 0.94 , saturation: 0.71 and the lightness value of dd336e is 0.53.

The process color (four color CMYK) of #dd336e color hex is 0.00, 0.77, 0.50, 0.13. Web safe color of #dd336e is #cc3366. Color #dd336e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110011 01101110
Octal 335 63 156
Decimal 221 51 110
Hex DD 33 6E

RGB Percentages of Color #dd336e

%57.85
%13.35
%28.80

CMYK Percentages of Color #dd336e

%0
%77
%50
%13

Triadic Colors of #dd336e

#dd336e #6edd33 #336edd

Analogous Colors of #dd336e

#dd336e #dd4d33 #dd33c3

Monochromatic Colors of #dd336e

#dd336e

Complementary Color

#dd336e #33dda2

#dd336e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd336e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd336e Color CSS Codes

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

#dd336e Text Font Color

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

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


#dd336e Background Color

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

This div background color is #dd336e


#dd336e Border Color

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

This div border color is #dd336e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd336e


Comments

No comments written yet.

Please login to write comment.