Color Hex Logo

#dd289f Color Hex

#DD289F
(221,40,159)
0 Favorites   0 Comments

Color spaces of #dd289f

RGB 22140159
HSL0.890.730.51
HSV321°82°87°
CMYK 0.000.820.28   0.13
XYZ36.835619.392934.6026
Yxy19.39290.40550.2135
Hunter Lab44.037472.2431-15.7613
CIE-Lab51.143775.1284-20.7182

#dd289f color RGB value is (221,40,159).

#dd289f hex color red value is 221, green value is 40 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dd289f hue: 0.89 , saturation: 0.73 and the lightness value of dd289f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101000 10011111
Octal 335 50 237
Decimal 221 40 159
Hex DD 28 9F

RGB Percentages of Color #dd289f

%52.62
%9.52
%37.86

CMYK Percentages of Color #dd289f

%0
%82
%28
%13

Triadic Colors of #dd289f

#dd289f #9fdd28 #289fdd

Analogous Colors of #dd289f

#dd289f #dd2844 #c128dd

Monochromatic Colors of #dd289f

#dd289f

Complementary Color

#dd289f #28dd66

#dd289f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd289f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd289f Color CSS Codes

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

#dd289f Text Font Color

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

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


#dd289f Background Color

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

This div background color is #dd289f


#dd289f Border Color

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

This div border color is #dd289f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,40,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 #dd289f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd289f


Comments

No comments written yet.

Please login to write comment.