Color Hex Logo

#dd99bf Color Hex

#DD99BF
(221,153,191)
0 Favorites   0 Comments

Color spaces of #dd99bf

RGB 221153191
HSL0.910.500.73
HSV326°31°87°
CMYK 0.000.310.14   0.13
XYZ50.614041.916254.7132
Yxy41.91620.34370.2847
Hunter Lab64.742726.2464-4.7853
CIE-Lab70.813131.0783-9.3260

#dd99bf color RGB value is (221,153,191).

#dd99bf hex color red value is 221, green value is 153 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dd99bf hue: 0.91 , saturation: 0.50 and the lightness value of dd99bf is 0.73.

The process color (four color CMYK) of #dd99bf color hex is 0.00, 0.31, 0.14, 0.13. Web safe color of #dd99bf is #cc99cc. Color #dd99bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011001 10111111
Octal 335 231 277
Decimal 221 153 191
Hex DD 99 BF

RGB Percentages of Color #dd99bf

%39.12
%27.08
%33.81

CMYK Percentages of Color #dd99bf

%0
%31
%14
%13

Triadic Colors of #dd99bf

#dd99bf #bfdd99 #99bfdd

Analogous Colors of #dd99bf

#dd99bf #dd999d #d999dd

Monochromatic Colors of #dd99bf

#dd99bf

Complementary Color

#dd99bf #99ddb7

#dd99bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd99bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd99bf Color CSS Codes

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

#dd99bf Text Font Color

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

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


#dd99bf Background Color

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

This div background color is #dd99bf


#dd99bf Border Color

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

This div border color is #dd99bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd99bf


Comments

No comments written yet.

Please login to write comment.