Color Hex Logo

#dd289b Color Hex

#DD289B
(221,40,155)
0 Favorites   0 Comments

Color spaces of #dd289b

RGB 22140155
HSL0.890.730.51
HSV322°82°87°
CMYK 0.000.820.30   0.13
XYZ36.494019.256332.8037
Yxy19.25630.41210.2175
Hunter Lab43.882071.6541-13.6044
CIE-Lab50.985774.6791-18.5833

#dd289b color RGB value is (221,40,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101000 10011011
Octal 335 50 233
Decimal 221 40 155
Hex DD 28 9B

RGB Percentages of Color #dd289b

%53.13
%9.62
%37.26

CMYK Percentages of Color #dd289b

%0
%82
%30
%13

Triadic Colors of #dd289b

#dd289b #9bdd28 #289bdd

Analogous Colors of #dd289b

#dd289b #dd2840 #c528dd

Monochromatic Colors of #dd289b

#dd289b

Complementary Color

#dd289b #28dd6a

#dd289b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd289b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd289b Color CSS Codes

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

#dd289b Text Font Color

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

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


#dd289b Background Color

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

This div background color is #dd289b


#dd289b Border Color

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

This div border color is #dd289b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd289b


Comments

No comments written yet.

Please login to write comment.