Color Hex Logo

#dd398d Color Hex

#DD398D
(221,57,141)
0 Favorites   0 Comments

Color spaces of #dd398d

RGB 22157141
HSL0.910.710.55
HSV329°74°87°
CMYK 0.000.740.36   0.13
XYZ36.089620.221527.2003
Yxy20.22150.43220.2421
Hunter Lab44.968364.5617-4.3853
CIE-Lab52.086768.5861-8.5696

#dd398d color RGB value is (221,57,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111001 10001101
Octal 335 71 215
Decimal 221 57 141
Hex DD 39 8D

RGB Percentages of Color #dd398d

%52.74
%13.60
%33.65

CMYK Percentages of Color #dd398d

%0
%74
%36
%13

Triadic Colors of #dd398d

#dd398d #8ddd39 #398ddd

Analogous Colors of #dd398d

#dd398d #dd393b #db39dd

Monochromatic Colors of #dd398d

#dd398d

Complementary Color

#dd398d #39dd89

#dd398d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd398d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd398d Color CSS Codes

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

#dd398d Text Font Color

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

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


#dd398d Background Color

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

This div background color is #dd398d


#dd398d Border Color

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

This div border color is #dd398d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd398d


Comments

No comments written yet.

Please login to write comment.