color codes Logo

#dd4dda color codes

#DD4DDA
(221,77,218)
0 Favorites   0 Comments

Color spaces of #dd4dda

RGB 22177218
HSL0.840.680.58
HSV301°65°87°
CMYK 0.000.650.01   0.13
XYZ45.127625.741968.9199
Yxy25.74190.32280.1841
Hunter Lab50.736569.9781-45.0234
CIE-Lab57.791272.0001-44.4953

#dd4dda color RGB value is (221,77,218).

#dd4dda hex color red value is 221, green value is 77 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dd4dda hue: 0.84 , saturation: 0.68 and the lightness value of dd4dda is 0.58.

The process color (four color CMYK) of #dd4dda color code is 0.00, 0.65, 0.01, 0.13. Web safe color of #dd4dda is #cc66cc. Color #dd4dda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001101 11011010
Octal 335 115 332
Decimal 221 77 218
Hex DD 4D DA

RGB Percentages of Color #dd4dda

%42.83
%14.92
%42.25

CMYK Percentages of Color #dd4dda

%0
%65
%1
%13

Triadic Colors of #dd4dda

#dd4dda #dadd4d #4ddadd

Analogous Colors of #dd4dda

#dd4dda #dd4d92 #984ddd

Monochromatic Colors of #dd4dda

#dd4dda

Complementary Color

#dd4dda #4ddd50

#dd4dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd4dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd4dda Color CSS Codes

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

#dd4dda Text Font Color

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

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


#dd4dda Background Color

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

This div background color is #dd4dda


#dd4dda Border Color

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

This div border color is #dd4dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd4dda


Comments

No comments written yet.

Please login to write comment.