Color Hex Logo

#dd819d Color Hex

#DD819D
(221,129,157)
0 Favorites   0 Comments

Color spaces of #dd819d

RGB 221129157
HSL0.950.580.69
HSV342°42°87°
CMYK 0.000.420.29   0.13
XYZ43.754933.507036.0597
Yxy33.50700.38610.2957
Hunter Lab57.885233.62733.5849
CIE-Lab64.569338.78840.5399

#dd819d color RGB value is (221,129,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000001 10011101
Octal 335 201 235
Decimal 221 129 157
Hex DD 81 9D

RGB Percentages of Color #dd819d

%43.59
%25.44
%30.97

CMYK Percentages of Color #dd819d

%0
%42
%29
%13

Triadic Colors of #dd819d

#dd819d #9ddd81 #819ddd

Analogous Colors of #dd819d

#dd819d #dd9381 #dd81cb

Monochromatic Colors of #dd819d

#dd819d

Complementary Color

#dd819d #81ddc1

#dd819d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd819d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd819d Color CSS Codes

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

#dd819d Text Font Color

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

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


#dd819d Background Color

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

This div background color is #dd819d


#dd819d Border Color

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

This div border color is #dd819d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd819d


Comments

No comments written yet.

Please login to write comment.