Color Hex Logo

#dd01bd Color Hex

#DD01BD
(221,1,189)
0 Favorites   0 Comments

Color spaces of #dd01bd

RGB 2211189
HSL0.860.990.44
HSV309°100°87°
CMYK 0.001.000.14   0.13
XYZ39.015019.068049.7683
Yxy19.06800.36170.1768
Hunter Lab43.666983.0669-37.0075
CIE-Lab50.766783.8058-38.9466

#dd01bd color RGB value is (221,1,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000001 10111101
Octal 335 1 275
Decimal 221 1 189
Hex DD 1 BD

RGB Percentages of Color #dd01bd

%53.77
%0.24
%45.99

CMYK Percentages of Color #dd01bd

%0
%100
%14
%13

Triadic Colors of #dd01bd

#dd01bd #bddd01 #01bddd

Analogous Colors of #dd01bd

#dd01bd #dd014f #8f01dd

Monochromatic Colors of #dd01bd

#dd01bd

Complementary Color

#dd01bd #01dd21

#dd01bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd01bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd01bd Color CSS Codes

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

#dd01bd Text Font Color

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

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


#dd01bd Background Color

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

This div background color is #dd01bd


#dd01bd Border Color

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

This div border color is #dd01bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd01bd


Comments

No comments written yet.

Please login to write comment.