color codes Logo

#dd016f color codes

#DD016F
(221,1,111)
0 Favorites   0 Comments

Color spaces of #dd016f

RGB 2211111
HSL0.920.990.44
HSV330°100°87°
CMYK 0.001.000.50   0.13
XYZ32.698916.541616.5083
Yxy16.54160.49730.2516
Hunter Lab40.671472.33534.4044
CIE-Lab47.677275.87903.1424

#dd016f color RGB value is (221,1,111).

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

The process color (four color CMYK) of #dd016f color code is 0.00, 1.00, 0.50, 0.13. Web safe color of #dd016f is #cc0066. Color #dd016f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000001 01101111
Octal 335 1 157
Decimal 221 1 111
Hex DD 1 6F

RGB Percentages of Color #dd016f

%66.37
%0.30
%33.33

CMYK Percentages of Color #dd016f

%0
%100
%50
%13

Triadic Colors of #dd016f

#dd016f #6fdd01 #016fdd

Analogous Colors of #dd016f

#dd016f #dd0101 #dd01dd

Monochromatic Colors of #dd016f

#dd016f

Complementary Color

#dd016f #01dd6f

#dd016f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd016f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd016f Color CSS Codes

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

#dd016f Text Font Color

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

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


#dd016f Background Color

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

This div background color is #dd016f


#dd016f Border Color

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

This div border color is #dd016f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd016f


Comments

No comments written yet.

Please login to write comment.