Color Hex Logo

#dd99dc Color Hex

#DD99DC
(221,153,220)
0 Favorites   0 Comments

Color spaces of #dd99dc

RGB 221153220
HSL0.840.500.73
HSV301°31°87°
CMYK 0.000.310.00   0.13
XYZ54.128343.321973.2192
Yxy43.32190.31720.2538
Hunter Lab65.819431.6103-19.8822
CIE-Lab71.772936.1120-23.8879

#dd99dc color RGB value is (221,153,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011001 11011100
Octal 335 231 334
Decimal 221 153 220
Hex DD 99 DC

RGB Percentages of Color #dd99dc

%37.21
%25.76
%37.04

CMYK Percentages of Color #dd99dc

%0
%31
%0
%13

Triadic Colors of #dd99dc

#dd99dc #dcdd99 #99dcdd

Analogous Colors of #dd99dc

#dd99dc #dd99ba #bc99dd

Monochromatic Colors of #dd99dc

#dd99dc

Complementary Color

#dd99dc #99dd9a

#dd99dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd99dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd99dc Color CSS Codes

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

#dd99dc Text Font Color

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

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


#dd99dc Background Color

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

This div background color is #dd99dc


#dd99dc Border Color

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

This div border color is #dd99dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd99dc


Comments

No comments written yet.

Please login to write comment.