Color Hex Logo

#d997dd Color Hex

#D997DD
(217,151,221)
0 Favorites   0 Comments

Color spaces of #d997dd

RGB 217151221
HSL0.820.510.73
HSV297°32°87°
CMYK 0.020.320.00   0.13
XYZ52.733042.105473.7544
Yxy42.10540.31280.2497
Hunter Lab64.888731.5062-21.9687
CIE-Lab70.943536.0947-25.7438

#d997dd color RGB value is (217,151,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010111 11011101
Octal 331 227 335
Decimal 217 151 221
Hex D9 97 DD

RGB Percentages of Color #d997dd

%36.84
%25.64
%37.52

CMYK Percentages of Color #d997dd

%2
%32
%0
%13

Triadic Colors of #d997dd

#d997dd #ddd997 #97ddd9

Analogous Colors of #d997dd

#d997dd #dd97be #b697dd

Monochromatic Colors of #d997dd

#d997dd

Complementary Color

#d997dd #9bdd97

#d997dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d997dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d997dd Color CSS Codes

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

#d997dd Text Font Color

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

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


#d997dd Background Color

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

This div background color is #d997dd


#d997dd Border Color

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

This div border color is #d997dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,151,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 #d997dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d997dd

#d997dd Color Palettes


Comments

No comments written yet.

Please login to write comment.