Color Hex Logo

#dd17bd Color Hex

#DD17BD
(221,23,189)
0 Favorites   0 Comments

Color spaces of #dd17bd

RGB 22123189
HSL0.860.810.48
HSV310°90°87°
CMYK 0.000.900.14   0.13
XYZ39.310519.659149.8668
Yxy19.65910.36120.1806
Hunter Lab44.338680.6652-35.6454
CIE-Lab51.449681.7981-37.8707

#dd17bd color RGB value is (221,23,189).

#dd17bd hex color red value is 221, green value is 23 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dd17bd hue: 0.86 , saturation: 0.81 and the lightness value of dd17bd is 0.48.

The process color (four color CMYK) of #dd17bd color hex is 0.00, 0.90, 0.14, 0.13. Web safe color of #dd17bd is #cc00cc. Color #dd17bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010111 10111101
Octal 335 27 275
Decimal 221 23 189
Hex DD 17 BD

RGB Percentages of Color #dd17bd

%51.04
%5.31
%43.65

CMYK Percentages of Color #dd17bd

%0
%90
%14
%13

Triadic Colors of #dd17bd

#dd17bd #bddd17 #17bddd

Analogous Colors of #dd17bd

#dd17bd #dd175a #9a17dd

Monochromatic Colors of #dd17bd

#dd17bd

Complementary Color

#dd17bd #17dd37

#dd17bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd17bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd17bd Color CSS Codes

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

#dd17bd Text Font Color

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

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


#dd17bd Background Color

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

This div background color is #dd17bd


#dd17bd Border Color

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

This div border color is #dd17bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd17bd


Comments

No comments written yet.

Please login to write comment.