Color Hex Logo

#dd41dd Color Hex

#DD41DD
(221,65,221)
0 Favorites   0 Comments

Color spaces of #dd41dd

RGB 22165221
HSL0.830.700.56
HSV300°71°87°
CMYK 0.000.710.00   0.13
XYZ44.760224.373270.7520
Yxy24.37320.32000.1742
Hunter Lab49.369275.4394-50.4112
CIE-Lab56.459576.6789-48.2997

#dd41dd color RGB value is (221,65,221).

#dd41dd hex color red value is 221, green value is 65 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dd41dd hue: 0.83 , saturation: 0.70 and the lightness value of dd41dd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000001 11011101
Octal 335 101 335
Decimal 221 65 221
Hex DD 41 DD

RGB Percentages of Color #dd41dd

%43.59
%12.82
%43.59

CMYK Percentages of Color #dd41dd

%0
%71
%0
%13

Triadic Colors of #dd41dd

#dd41dd #dddd41 #41dddd

Analogous Colors of #dd41dd

#dd41dd #dd418f #8f41dd

Monochromatic Colors of #dd41dd

#dd41dd

Complementary Color

#dd41dd #41dd41

#dd41dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd41dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd41dd Color CSS Codes

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

#dd41dd Text Font Color

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

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


#dd41dd Background Color

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

This div background color is #dd41dd


#dd41dd Border Color

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

This div border color is #dd41dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd41dd


Comments

No comments written yet.

Please login to write comment.