Color Hex Logo

#dc99dd Color Hex

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

Color spaces of #dc99dd

RGB 220153221
HSL0.830.500.73
HSV299°31°87°
CMYK 0.000.310.00   0.13
XYZ53.957643.218673.9048
Yxy43.21860.31540.2526
Hunter Lab65.740931.4595-20.6343
CIE-Lab71.703135.9768-24.5535

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

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

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

Base Numbers

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

RGB Percentages of Color #dc99dd

%37.04
%25.76
%37.21

CMYK Percentages of Color #dc99dd

%0
%31
%0
%13

Triadic Colors of #dc99dd

#dc99dd #dddc99 #99dddc

Analogous Colors of #dc99dd

#dc99dd #dd99bc #ba99dd

Monochromatic Colors of #dc99dd

#dc99dd

Complementary Color

#dc99dd #9add99

#dc99dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc99dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc99dd Color CSS Codes

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

#dc99dd Text Font Color

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

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


#dc99dd Background Color

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

This div background color is #dc99dd


#dc99dd Border Color

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

This div border color is #dc99dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc99dd

#dc99dd Color Palettes


Comments

No comments written yet.

Please login to write comment.