Color Hex Logo

#dd99bc Color Hex

#DD99BC
(221,153,188)
0 Favorites   0 Comments

Color spaces of #dd99bc

RGB 221153188
HSL0.910.500.73
HSV329°31°87°
CMYK 0.000.310.15   0.13
XYZ50.287141.785552.9919
Yxy41.78550.34670.2880
Hunter Lab64.641725.7386-3.3555
CIE-Lab70.722830.5933-7.7965

#dd99bc color RGB value is (221,153,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011001 10111100
Octal 335 231 274
Decimal 221 153 188
Hex DD 99 BC

RGB Percentages of Color #dd99bc

%39.32
%27.22
%33.45

CMYK Percentages of Color #dd99bc

%0
%31
%15
%13

Triadic Colors of #dd99bc

#dd99bc #bcdd99 #99bcdd

Analogous Colors of #dd99bc

#dd99bc #dd999a #dc99dd

Monochromatic Colors of #dd99bc

#dd99bc

Complementary Color

#dd99bc #99ddba

#dd99bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd99bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd99bc Color CSS Codes

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

#dd99bc Text Font Color

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

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


#dd99bc Background Color

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

This div background color is #dd99bc


#dd99bc Border Color

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

This div border color is #dd99bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd99bc


Comments

No comments written yet.

Please login to write comment.