Color Hex Logo

#dd339e Color Hex

#DD339E
(221,51,158)
0 Favorites   0 Comments

Color spaces of #dd339e

RGB 22151158
HSL0.900.710.53
HSV322°77°87°
CMYK 0.000.770.29   0.13
XYZ37.174220.208434.2891
Yxy20.20840.40550.2204
Hunter Lab44.953868.9403-13.7566
CIE-Lab52.072072.2408-18.7043

#dd339e color RGB value is (221,51,158).

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

The process color (four color CMYK) of #dd339e color hex is 0.00, 0.77, 0.29, 0.13. Web safe color of #dd339e is #cc3399. Color #dd339e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110011 10011110
Octal 335 63 236
Decimal 221 51 158
Hex DD 33 9E

RGB Percentages of Color #dd339e

%51.40
%11.86
%36.74

CMYK Percentages of Color #dd339e

%0
%77
%29
%13

Triadic Colors of #dd339e

#dd339e #9edd33 #339edd

Analogous Colors of #dd339e

#dd339e #dd3349 #c733dd

Monochromatic Colors of #dd339e

#dd339e

Complementary Color

#dd339e #33dd72

#dd339e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd339e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd339e Color CSS Codes

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

#dd339e Text Font Color

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

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


#dd339e Background Color

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

This div background color is #dd339e


#dd339e Border Color

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

This div border color is #dd339e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd339e


Comments

No comments written yet.

Please login to write comment.