Color Hex Logo

#dd215e Color Hex

#DD215E
(221,33,94)
0 Favorites   0 Comments

Color spaces of #dd215e

RGB 2213394
HSL0.950.740.50
HSV341°85°87°
CMYK 0.000.850.57   0.13
XYZ32.383017.268012.2160
Yxy17.26800.52340.2791
Hunter Lab41.554866.381411.6587
CIE-Lab48.596070.786814.9111

#dd215e color RGB value is (221,33,94).

#dd215e hex color red value is 221, green value is 33 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dd215e hue: 0.95 , saturation: 0.74 and the lightness value of dd215e is 0.50.

The process color (four color CMYK) of #dd215e color hex is 0.00, 0.85, 0.57, 0.13. Web safe color of #dd215e is #cc3366. Color #dd215e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100001 01011110
Octal 335 41 136
Decimal 221 33 94
Hex DD 21 5E

RGB Percentages of Color #dd215e

%63.51
%9.48
%27.01

CMYK Percentages of Color #dd215e

%0
%85
%57
%13

Triadic Colors of #dd215e

#dd215e #5edd21 #215edd

Analogous Colors of #dd215e

#dd215e #dd4221 #dd21bc

Monochromatic Colors of #dd215e

#dd215e

Complementary Color

#dd215e #21dda0

#dd215e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd215e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd215e Color CSS Codes

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

#dd215e Text Font Color

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

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


#dd215e Background Color

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

This div background color is #dd215e


#dd215e Border Color

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

This div border color is #dd215e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd215e


Comments

No comments written yet.

Please login to write comment.