Color Hex Logo

#dd51cd Color Hex

#DD51CD
(221,81,205)
0 Favorites   0 Comments

Color spaces of #dd51cd

RGB 22181205
HSL0.850.670.59
HSV307°63°87°
CMYK 0.000.630.07   0.13
XYZ43.780725.664860.4039
Yxy25.66480.33720.1977
Hunter Lab50.660465.6038-35.2309
CIE-Lab57.717568.3980-37.2364

#dd51cd color RGB value is (221,81,205).

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

The process color (four color CMYK) of #dd51cd color hex is 0.00, 0.63, 0.07, 0.13. Web safe color of #dd51cd is #cc66cc. Color #dd51cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010001 11001101
Octal 335 121 315
Decimal 221 81 205
Hex DD 51 CD

RGB Percentages of Color #dd51cd

%43.59
%15.98
%40.43

CMYK Percentages of Color #dd51cd

%0
%63
%7
%13

Triadic Colors of #dd51cd

#dd51cd #cddd51 #51cddd

Analogous Colors of #dd51cd

#dd51cd #dd5187 #a751dd

Monochromatic Colors of #dd51cd

#dd51cd

Complementary Color

#dd51cd #51dd61

#dd51cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd51cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd51cd Color CSS Codes

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

#dd51cd Text Font Color

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

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


#dd51cd Background Color

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

This div background color is #dd51cd


#dd51cd Border Color

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

This div border color is #dd51cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd51cd


Comments

No comments written yet.

Please login to write comment.