color codes Logo

#dd186f color codes

#DD186F
(221,24,111)
0 Favorites   0 Comments

Color spaces of #dd186f

RGB 22124111
HSL0.930.800.48
HSV334°89°87°
CMYK 0.000.890.50   0.13
XYZ33.014717.173116.6136
Yxy17.17310.49420.2571
Hunter Lab41.440469.68635.2388
CIE-Lab48.477473.55404.2958

#dd186f color RGB value is (221,24,111).

#dd186f hex color red value is 221, green value is 24 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dd186f hue: 0.93 , saturation: 0.80 and the lightness value of dd186f is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011000 01101111
Octal 335 30 157
Decimal 221 24 111
Hex DD 18 6F

RGB Percentages of Color #dd186f

%62.08
%6.74
%31.18

CMYK Percentages of Color #dd186f

%0
%89
%50
%13

Triadic Colors of #dd186f

#dd186f #6fdd18 #186fdd

Analogous Colors of #dd186f

#dd186f #dd2318 #dd18d2

Monochromatic Colors of #dd186f

#dd186f

Complementary Color

#dd186f #18dd86

#dd186f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd186f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd186f Color CSS Codes

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

#dd186f Text Font Color

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

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


#dd186f Background Color

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

This div background color is #dd186f


#dd186f Border Color

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

This div border color is #dd186f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd186f


Comments

No comments written yet.

Please login to write comment.