Color Hex Logo

#d99ddd Color Hex

#D99DDD
(217,157,221)
0 Favorites   0 Comments

Color spaces of #d99ddd

RGB 217157221
HSL0.820.480.74
HSV296°29°87°
CMYK 0.020.290.00   0.13
XYZ53.723444.086174.0846
Yxy44.08610.31250.2565
Hunter Lab66.397428.2324-19.6762
CIE-Lab72.286032.8644-23.6909

#d99ddd color RGB value is (217,157,221).

#d99ddd hex color red value is 217, green value is 157 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d99ddd hue: 0.82 , saturation: 0.48 and the lightness value of d99ddd is 0.74.

The process color (four color CMYK) of #d99ddd color hex is 0.02, 0.29, 0.00, 0.13. Web safe color of #d99ddd is #cc99cc. Color #d99ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011101 11011101
Octal 331 235 335
Decimal 217 157 221
Hex D9 9D DD

RGB Percentages of Color #d99ddd

%36.47
%26.39
%37.14

CMYK Percentages of Color #d99ddd

%2
%29
%0
%13

Triadic Colors of #d99ddd

#d99ddd #ddd99d #9dddd9

Analogous Colors of #d99ddd

#d99ddd #dd9dc1 #b99ddd

Monochromatic Colors of #d99ddd

#d99ddd

Complementary Color

#d99ddd #a1dd9d

#d99ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99ddd Color CSS Codes

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

#d99ddd Text Font Color

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

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


#d99ddd Background Color

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

This div background color is #d99ddd


#d99ddd Border Color

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

This div border color is #d99ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99ddd


Comments

No comments written yet.

Please login to write comment.