color codes Logo

#dd43bd color codes

#DD43BD
(221,67,189)
0 Favorites   0 Comments

Color spaces of #dd43bd

RGB 22167189
HSL0.870.690.56
HSV312°70°87°
CMYK 0.000.700.14   0.13
XYZ41.011323.060650.4337
Yxy23.06060.35820.2014
Hunter Lab48.021568.4051-28.6533
CIE-Lab55.134771.2108-32.0991

#dd43bd color RGB value is (221,67,189).

#dd43bd hex color red value is 221, green value is 67 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dd43bd hue: 0.87 , saturation: 0.69 and the lightness value of dd43bd is 0.56.

The process color (four color CMYK) of #dd43bd color code is 0.00, 0.70, 0.14, 0.13. Web safe color of #dd43bd is #cc33cc. Color #dd43bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000011 10111101
Octal 335 103 275
Decimal 221 67 189
Hex DD 43 BD

RGB Percentages of Color #dd43bd

%46.33
%14.05
%39.62

CMYK Percentages of Color #dd43bd

%0
%70
%14
%13

Triadic Colors of #dd43bd

#dd43bd #bddd43 #43bddd

Analogous Colors of #dd43bd

#dd43bd #dd4370 #b043dd

Monochromatic Colors of #dd43bd

#dd43bd

Complementary Color

#dd43bd #43dd63

#dd43bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd43bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd43bd Color CSS Codes

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

#dd43bd Text Font Color

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

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


#dd43bd Background Color

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

This div background color is #dd43bd


#dd43bd Border Color

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

This div border color is #dd43bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd43bd


Comments

No comments written yet.

Please login to write comment.