Color Hex Logo

#dd336a Color Hex

#DD336A
(221,51,106)
0 Favorites   0 Comments

Color spaces of #dd336a

RGB 22151106
HSL0.950.710.53
HSV341°77°87°
CMYK 0.000.770.52   0.13
XYZ33.604118.780415.4895
Yxy18.78040.49510.2767
Hunter Lab43.336462.57489.1437
CIE-Lab50.429367.219910.1280

#dd336a color RGB value is (221,51,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110011 01101010
Octal 335 63 152
Decimal 221 51 106
Hex DD 33 6A

RGB Percentages of Color #dd336a

%58.47
%13.49
%28.04

CMYK Percentages of Color #dd336a

%0
%77
%52
%13

Triadic Colors of #dd336a

#dd336a #6add33 #336add

Analogous Colors of #dd336a

#dd336a #dd5133 #dd33bf

Monochromatic Colors of #dd336a

#dd336a

Complementary Color

#dd336a #33dda6

#dd336a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd336a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd336a Color CSS Codes

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

#dd336a Text Font Color

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

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


#dd336a Background Color

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

This div background color is #dd336a


#dd336a Border Color

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

This div border color is #dd336a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd336a


Comments

No comments written yet.

Please login to write comment.