color codes Logo

#dd71cc color codes

#DD71CC
(221,113,204)
0 Favorites   0 Comments

Color spaces of #dd71cc

RGB 221113204
HSL0.860.610.65
HSV309°49°87°
CMYK 0.000.490.08   0.13
XYZ46.623031.542060.7577
Yxy31.54200.33560.2270
Hunter Lab56.162349.8975-24.8278
CIE-Lab62.962553.9719-28.5135

#dd71cc color RGB value is (221,113,204).

#dd71cc hex color red value is 221, green value is 113 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dd71cc hue: 0.86 , saturation: 0.61 and the lightness value of dd71cc is 0.65.

The process color (four color CMYK) of #dd71cc color code is 0.00, 0.49, 0.08, 0.13. Web safe color of #dd71cc is #cc66cc. Color #dd71cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110001 11001100
Octal 335 161 314
Decimal 221 113 204
Hex DD 71 CC

RGB Percentages of Color #dd71cc

%41.08
%21.00
%37.92

CMYK Percentages of Color #dd71cc

%0
%49
%8
%13

Triadic Colors of #dd71cc

#dd71cc #ccdd71 #71ccdd

Analogous Colors of #dd71cc

#dd71cc #dd7196 #b871dd

Monochromatic Colors of #dd71cc

#dd71cc

Complementary Color

#dd71cc #71dd82

#dd71cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd71cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd71cc Color CSS Codes

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

#dd71cc Text Font Color

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

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


#dd71cc Background Color

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

This div background color is #dd71cc


#dd71cc Border Color

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

This div border color is #dd71cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd71cc


Comments

No comments written yet.

Please login to write comment.