Color Hex Logo

#dd20bd Color Hex

#DD20BD
(221,32,189)
0 Favorites   0 Comments

Color spaces of #dd20bd

RGB 22132189
HSL0.860.750.50
HSV310°86°87°
CMYK 0.000.860.14   0.13
XYZ39.520620.079349.9368
Yxy20.07930.36080.1833
Hunter Lab44.809979.0126-34.7066
CIE-Lab51.926880.4037-37.1201

#dd20bd color RGB value is (221,32,189).

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

The process color (four color CMYK) of #dd20bd color hex is 0.00, 0.86, 0.14, 0.13. Web safe color of #dd20bd is #cc33cc. Color #dd20bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100000 10111101
Octal 335 40 275
Decimal 221 32 189
Hex DD 20 BD

RGB Percentages of Color #dd20bd

%50.00
%7.24
%42.76

CMYK Percentages of Color #dd20bd

%0
%86
%14
%13

Triadic Colors of #dd20bd

#dd20bd #bddd20 #20bddd

Analogous Colors of #dd20bd

#dd20bd #dd205e #9f20dd

Monochromatic Colors of #dd20bd

#dd20bd

Complementary Color

#dd20bd #20dd40

#dd20bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd20bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd20bd Color CSS Codes

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

#dd20bd Text Font Color

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

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


#dd20bd Background Color

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

This div background color is #dd20bd


#dd20bd Border Color

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

This div border color is #dd20bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd20bd


Comments

No comments written yet.

Please login to write comment.