Color Hex Logo

#dd41cd Color Hex

#DD41CD
(221,65,205)
0 Favorites   0 Comments

Color spaces of #dd41cd

RGB 22165205
HSL0.850.700.56
HSV306°71°87°
CMYK 0.000.710.07   0.13
XYZ42.728523.560560.0532
Yxy23.56050.33820.1865
Hunter Lab48.539272.1881-39.3769
CIE-Lab55.645074.2125-40.4910

#dd41cd color RGB value is (221,65,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000001 11001101
Octal 335 101 315
Decimal 221 65 205
Hex DD 41 CD

RGB Percentages of Color #dd41cd

%45.01
%13.24
%41.75

CMYK Percentages of Color #dd41cd

%0
%71
%7
%13

Triadic Colors of #dd41cd

#dd41cd #cddd41 #41cddd

Analogous Colors of #dd41cd

#dd41cd #dd417f #9f41dd

Monochromatic Colors of #dd41cd

#dd41cd

Complementary Color

#dd41cd #41dd51

#dd41cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd41cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd41cd Color CSS Codes

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

#dd41cd Text Font Color

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

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


#dd41cd Background Color

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

This div background color is #dd41cd


#dd41cd Border Color

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

This div border color is #dd41cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd41cd


Comments

No comments written yet.

Please login to write comment.