Color Hex Logo

#dd55dc Color Hex

#DD55DC
(221,85,220)
0 Favorites   0 Comments

Color spaces of #dd55dc

RGB 22185220
HSL0.830.670.60
HSV300°62°87°
CMYK 0.000.620.00   0.13
XYZ45.985627.036570.5050
Yxy27.03650.32040.1884
Hunter Lab51.996666.8705-43.9968
CIE-Lab59.008169.2117-43.7038

#dd55dc color RGB value is (221,85,220).

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

The process color (four color CMYK) of #dd55dc color hex is 0.00, 0.62, 0.00, 0.13. Web safe color of #dd55dc is #cc66cc. Color #dd55dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010101 11011100
Octal 335 125 334
Decimal 221 85 220
Hex DD 55 DC

RGB Percentages of Color #dd55dc

%42.02
%16.16
%41.83

CMYK Percentages of Color #dd55dc

%0
%62
%0
%13

Triadic Colors of #dd55dc

#dd55dc #dcdd55 #55dcdd

Analogous Colors of #dd55dc

#dd55dc #dd5598 #9a55dd

Monochromatic Colors of #dd55dc

#dd55dc

Complementary Color

#dd55dc #55dd56

#dd55dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd55dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd55dc Color CSS Codes

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

#dd55dc Text Font Color

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

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


#dd55dc Background Color

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

This div background color is #dd55dc


#dd55dc Border Color

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

This div border color is #dd55dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,85,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 #dd55dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd55dc


Comments

No comments written yet.

Please login to write comment.