Color Hex Logo

#dd288e Color Hex

#DD288E
(221,40,142)
0 Favorites   0 Comments

Color spaces of #dd288e

RGB 22140142
HSL0.910.730.51
HSV326°82°87°
CMYK 0.000.820.36   0.13
XYZ35.460118.842727.3592
Yxy18.84270.43420.2307
Hunter Lab43.408269.8522-6.9834
CIE-Lab50.502773.2965-11.5456

#dd288e color RGB value is (221,40,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101000 10001110
Octal 335 50 216
Decimal 221 40 142
Hex DD 28 8E

RGB Percentages of Color #dd288e

%54.84
%9.93
%35.24

CMYK Percentages of Color #dd288e

%0
%82
%36
%13

Triadic Colors of #dd288e

#dd288e #8edd28 #288edd

Analogous Colors of #dd288e

#dd288e #dd2834 #d228dd

Monochromatic Colors of #dd288e

#dd288e

Complementary Color

#dd288e #28dd77

#dd288e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd288e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd288e Color CSS Codes

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

#dd288e Text Font Color

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

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


#dd288e Background Color

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

This div background color is #dd288e


#dd288e Border Color

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

This div border color is #dd288e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd288e


Comments

No comments written yet.

Please login to write comment.