Color Hex Logo

#dd71cb Color Hex

#DD71CB
(221,113,203)
0 Favorites   0 Comments

Color spaces of #dd71cb

RGB 221113203
HSL0.860.610.65
HSV310°49°87°
CMYK 0.000.490.08   0.13
XYZ46.503431.494260.1279
Yxy31.49420.33670.2280
Hunter Lab56.119749.7040-24.2409
CIE-Lab62.922653.8065-28.0114

#dd71cb color RGB value is (221,113,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110001 11001011
Octal 335 161 313
Decimal 221 113 203
Hex DD 71 CB

RGB Percentages of Color #dd71cb

%41.15
%21.04
%37.80

CMYK Percentages of Color #dd71cb

%0
%49
%8
%13

Triadic Colors of #dd71cb

#dd71cb #cbdd71 #71cbdd

Analogous Colors of #dd71cb

#dd71cb #dd7195 #b971dd

Monochromatic Colors of #dd71cb

#dd71cb

Complementary Color

#dd71cb #71dd83

#dd71cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd71cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd71cb Color CSS Codes

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

#dd71cb Text Font Color

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

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


#dd71cb Background Color

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

This div background color is #dd71cb


#dd71cb Border Color

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

This div border color is #dd71cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd71cb


Comments

No comments written yet.

Please login to write comment.