Color Hex Logo

#dd157d Color Hex

#DD157D
(221,21,125)
0 Favorites   0 Comments

Color spaces of #dd157d

RGB 22121125
HSL0.910.830.47
HSV329°90°87°
CMYK 0.000.900.43   0.13
XYZ33.788617.389220.9776
Yxy17.38920.46830.2410
Hunter Lab41.700471.6578-0.6359
CIE-Lab48.746775.1182-3.8801

#dd157d color RGB value is (221,21,125).

#dd157d hex color red value is 221, green value is 21 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dd157d hue: 0.91 , saturation: 0.83 and the lightness value of dd157d is 0.47.

The process color (four color CMYK) of #dd157d color hex is 0.00, 0.90, 0.43, 0.13. Web safe color of #dd157d is #cc0066. Color #dd157d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010101 01111101
Octal 335 25 175
Decimal 221 21 125
Hex DD 15 7D

RGB Percentages of Color #dd157d

%60.22
%5.72
%34.06

CMYK Percentages of Color #dd157d

%0
%90
%43
%13

Triadic Colors of #dd157d

#dd157d #7ddd15 #157ddd

Analogous Colors of #dd157d

#dd157d #dd1519 #d915dd

Monochromatic Colors of #dd157d

#dd157d

Complementary Color

#dd157d #15dd75

#dd157d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd157d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd157d Color CSS Codes

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

#dd157d Text Font Color

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

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


#dd157d Background Color

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

This div background color is #dd157d


#dd157d Border Color

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

This div border color is #dd157d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd157d


Comments

No comments written yet.

Please login to write comment.