Color Hex Logo

#dd818a Color Hex

#DD818A
(221,129,138)
0 Favorites   0 Comments

Color spaces of #dd818a

RGB 221129138
HSL0.980.580.69
HSV354°42°87°
CMYK 0.000.420.38   0.13
XYZ42.256532.907628.1694
Yxy32.90760.40890.3185
Hunter Lab57.365131.098211.0410
CIE-Lab64.086036.413310.6403

#dd818a color RGB value is (221,129,138).

#dd818a hex color red value is 221, green value is 129 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dd818a hue: 0.98 , saturation: 0.58 and the lightness value of dd818a is 0.69.

The process color (four color CMYK) of #dd818a color hex is 0.00, 0.42, 0.38, 0.13. Web safe color of #dd818a is #cc9999. Color #dd818a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000001 10001010
Octal 335 201 212
Decimal 221 129 138
Hex DD 81 8A

RGB Percentages of Color #dd818a

%45.29
%26.43
%28.28

CMYK Percentages of Color #dd818a

%0
%42
%38
%13

Triadic Colors of #dd818a

#dd818a #8add81 #818add

Analogous Colors of #dd818a

#dd818a #dda681 #dd81b8

Monochromatic Colors of #dd818a

#dd818a

Complementary Color

#dd818a #81ddd4

#dd818a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd818a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd818a Color CSS Codes

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

#dd818a Text Font Color

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

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


#dd818a Background Color

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

This div background color is #dd818a


#dd818a Border Color

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

This div border color is #dd818a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd818a


Comments

No comments written yet.

Please login to write comment.