Color Hex Logo

#d521dd Color Hex

#D521DD
(213,33,221)
0 Favorites   0 Comments

Color spaces of #d521dd

RGB 21333221
HSL0.830.740.50
HSV297°85°87°
CMYK 0.040.850.00   0.13
XYZ41.035620.454370.1919
Yxy20.45430.31160.1553
Hunter Lab45.226482.8133-60.3602
CIE-Lab52.347083.3013-54.9319

#d521dd color RGB value is (213,33,221).

#d521dd hex color red value is 213, green value is 33 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d521dd hue: 0.83 , saturation: 0.74 and the lightness value of d521dd is 0.50.

The process color (four color CMYK) of #d521dd color hex is 0.04, 0.85, 0.00, 0.13. Web safe color of #d521dd is #cc33cc. Color #d521dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100001 11011101
Octal 325 41 335
Decimal 213 33 221
Hex D5 21 DD

RGB Percentages of Color #d521dd

%45.61
%7.07
%47.32

CMYK Percentages of Color #d521dd

%4
%85
%0
%13

Triadic Colors of #d521dd

#d521dd #ddd521 #21ddd5

Analogous Colors of #d521dd

#d521dd #dd2187 #7721dd

Monochromatic Colors of #d521dd

#d521dd

Complementary Color

#d521dd #29dd21

#d521dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d521dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d521dd Color CSS Codes

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

#d521dd Text Font Color

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

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


#d521dd Background Color

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

This div background color is #d521dd


#d521dd Border Color

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

This div border color is #d521dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d521dd


Comments

No comments written yet.

Please login to write comment.