Color Hex Logo

#dd55cc Color Hex

#DD55CC
(221,85,204)
1 Favorites   0 Comments

Color spaces of #dd55cc

RGB 22185204
HSL0.850.670.60
HSV308°62°87°
CMYK 0.000.620.08   0.13
XYZ43.966426.228859.8721
Yxy26.22880.33800.2017
Hunter Lab51.214163.6146-33.4635
CIE-Lab58.253666.6325-35.8285

#dd55cc color RGB value is (221,85,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010101 11001100
Octal 335 125 314
Decimal 221 85 204
Hex DD 55 CC

RGB Percentages of Color #dd55cc

%43.33
%16.67
%40.00

CMYK Percentages of Color #dd55cc

%0
%62
%8
%13

Triadic Colors of #dd55cc

#dd55cc #ccdd55 #55ccdd

Analogous Colors of #dd55cc

#dd55cc #dd5588 #aa55dd

Monochromatic Colors of #dd55cc

#dd55cc

Complementary Color

#dd55cc #55dd66

#dd55cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd55cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd55cc Color CSS Codes

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

#dd55cc Text Font Color

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

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


#dd55cc Background Color

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

This div background color is #dd55cc


#dd55cc Border Color

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

This div border color is #dd55cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd55cc


Comments

No comments written yet.

Please login to write comment.