Color Hex Logo

#dd016c Color Hex

#DD016C
(221,1,108)
0 Favorites   0 Comments

Color spaces of #dd016c

RGB 2211108
HSL0.920.990.44
HSV331°100°87°
CMYK 0.001.000.51   0.13
XYZ32.536416.476615.6528
Yxy16.47660.50310.2548
Hunter Lab40.591472.04345.5506
CIE-Lab47.593775.65764.8734

#dd016c color RGB value is (221,1,108).

#dd016c hex color red value is 221, green value is 1 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #dd016c hue: 0.92 , saturation: 0.99 and the lightness value of dd016c is 0.44.

The process color (four color CMYK) of #dd016c color hex is 0.00, 1.00, 0.51, 0.13. Web safe color of #dd016c is #cc0066. Color #dd016c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000001 01101100
Octal 335 1 154
Decimal 221 1 108
Hex DD 1 6C

RGB Percentages of Color #dd016c

%66.97
%0.30
%32.73

CMYK Percentages of Color #dd016c

%0
%100
%51
%13

Triadic Colors of #dd016c

#dd016c #6cdd01 #016cdd

Analogous Colors of #dd016c

#dd016c #dd0401 #dd01da

Monochromatic Colors of #dd016c

#dd016c

Complementary Color

#dd016c #01dd72

#dd016c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd016c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd016c Color CSS Codes

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

#dd016c Text Font Color

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

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


#dd016c Background Color

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

This div background color is #dd016c


#dd016c Border Color

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

This div border color is #dd016c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd016c


Comments

No comments written yet.

Please login to write comment.