Color Hex Logo

#dd399f Color Hex

#DD399F
(221,57,159)
0 Favorites   0 Comments

Color spaces of #dd399f

RGB 22157159
HSL0.900.710.55
HSV323°74°87°
CMYK 0.000.740.28   0.13
XYZ37.539920.801634.8374
Yxy20.80160.40290.2232
Hunter Lab45.608867.1053-13.3614
CIE-Lab52.731770.5926-18.2884

#dd399f color RGB value is (221,57,159).

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

The process color (four color CMYK) of #dd399f color hex is 0.00, 0.74, 0.28, 0.13. Web safe color of #dd399f is #cc3399. Color #dd399f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111001 10011111
Octal 335 71 237
Decimal 221 57 159
Hex DD 39 9F

RGB Percentages of Color #dd399f

%50.57
%13.04
%36.38

CMYK Percentages of Color #dd399f

%0
%74
%28
%13

Triadic Colors of #dd399f

#dd399f #9fdd39 #399fdd

Analogous Colors of #dd399f

#dd399f #dd394d #c939dd

Monochromatic Colors of #dd399f

#dd399f

Complementary Color

#dd399f #39dd77

#dd399f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd399f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd399f Color CSS Codes

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

#dd399f Text Font Color

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

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


#dd399f Background Color

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

This div background color is #dd399f


#dd399f Border Color

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

This div border color is #dd399f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd399f


Comments

No comments written yet.

Please login to write comment.