Color Hex Logo

#dd99af Color Hex

#DD99AF
(221,153,175)
0 Favorites   0 Comments

Color spaces of #dd99af

RGB 221153175
HSL0.950.500.73
HSV341°31°87°
CMYK 0.000.310.21   0.13
XYZ48.947941.249845.9396
Yxy41.24980.35950.3030
Hunter Lab64.226023.64282.5492
CIE-Lab70.350628.5754-1.1247

#dd99af color RGB value is (221,153,175).

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

The process color (four color CMYK) of #dd99af color hex is 0.00, 0.31, 0.21, 0.13. Web safe color of #dd99af is #cc9999. Color #dd99af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011001 10101111
Octal 335 231 257
Decimal 221 153 175
Hex DD 99 AF

RGB Percentages of Color #dd99af

%40.26
%27.87
%31.88

CMYK Percentages of Color #dd99af

%0
%31
%21
%13

Triadic Colors of #dd99af

#dd99af #afdd99 #99afdd

Analogous Colors of #dd99af

#dd99af #dda599 #dd99d1

Monochromatic Colors of #dd99af

#dd99af

Complementary Color

#dd99af #99ddc7

#dd99af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd99af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd99af Color CSS Codes

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

#dd99af Text Font Color

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

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


#dd99af Background Color

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

This div background color is #dd99af


#dd99af Border Color

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

This div border color is #dd99af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd99af


Comments

No comments written yet.

Please login to write comment.