Color Hex Logo

#dd1dbd Color Hex

#DD1DBD
(221,29,189)
0 Favorites   0 Comments

Color spaces of #dd1dbd

RGB 22129189
HSL0.860.770.49
HSV310°87°87°
CMYK 0.000.870.14   0.13
XYZ39.443519.925049.9111
Yxy19.92500.36090.1823
Hunter Lab44.637479.6146-35.0486
CIE-Lab51.752380.9128-37.3944

#dd1dbd color RGB value is (221,29,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011101 10111101
Octal 335 35 275
Decimal 221 29 189
Hex DD 1D BD

RGB Percentages of Color #dd1dbd

%50.34
%6.61
%43.05

CMYK Percentages of Color #dd1dbd

%0
%87
%14
%13

Triadic Colors of #dd1dbd

#dd1dbd #bddd1d #1dbddd

Analogous Colors of #dd1dbd

#dd1dbd #dd1d5d #9d1ddd

Monochromatic Colors of #dd1dbd

#dd1dbd

Complementary Color

#dd1dbd #1ddd3d

#dd1dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd1dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd1dbd Color CSS Codes

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

#dd1dbd Text Font Color

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

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


#dd1dbd Background Color

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

This div background color is #dd1dbd


#dd1dbd Border Color

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

This div border color is #dd1dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd1dbd


Comments

No comments written yet.

Please login to write comment.