Color Hex Logo

#d99dbe Color Hex

#D99DBE
(217,157,190)
0 Favorites   0 Comments

Color spaces of #d99dbe

RGB 217157190
HSL0.910.440.73
HSV327°28°85°
CMYK 0.000.280.12   0.15
XYZ49.966542.583454.3011
Yxy42.58340.34030.2900
Hunter Lab65.256022.4796-3.6575
CIE-Lab71.271327.3678-8.1358

#d99dbe color RGB value is (217,157,190).

#d99dbe hex color red value is 217, green value is 157 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d99dbe hue: 0.91 , saturation: 0.44 and the lightness value of d99dbe is 0.73.

The process color (four color CMYK) of #d99dbe color hex is 0.00, 0.28, 0.12, 0.15. Web safe color of #d99dbe is #cc99cc. Color #d99dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011101 10111110
Octal 331 235 276
Decimal 217 157 190
Hex D9 9D BE

RGB Percentages of Color #d99dbe

%38.48
%27.84
%33.69

CMYK Percentages of Color #d99dbe

%0
%28
%12
%15

Triadic Colors of #d99dbe

#d99dbe #bed99d #9dbed9

Analogous Colors of #d99dbe

#d99dbe #d99da0 #d69dd9

Monochromatic Colors of #d99dbe

#d99dbe

Complementary Color

#d99dbe #9dd9b8

#d99dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99dbe Color CSS Codes

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

#d99dbe Text Font Color

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

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


#d99dbe Background Color

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

This div background color is #d99dbe


#d99dbe Border Color

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

This div border color is #d99dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99dbe


Comments

No comments written yet.

Please login to write comment.