Color Hex Logo

#d563dd Color Hex

#D563DD
(213,99,221)
0 Favorites   0 Comments

Color spaces of #d563dd

RGB 21399221
HSL0.820.640.63
HSV296°55°87°
CMYK 0.040.550.00   0.13
XYZ44.953628.290371.4979
Yxy28.29030.31060.1955
Hunter Lab53.188657.7833-42.4675
CIE-Lab60.150161.3307-42.5433

#d563dd color RGB value is (213,99,221).

#d563dd hex color red value is 213, green value is 99 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d563dd hue: 0.82 , saturation: 0.64 and the lightness value of d563dd is 0.63.

The process color (four color CMYK) of #d563dd color hex is 0.04, 0.55, 0.00, 0.13. Web safe color of #d563dd is #cc66cc. Color #d563dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100011 11011101
Octal 325 143 335
Decimal 213 99 221
Hex D5 63 DD

RGB Percentages of Color #d563dd

%39.96
%18.57
%41.46

CMYK Percentages of Color #d563dd

%4
%55
%0
%13

Triadic Colors of #d563dd

#d563dd #ddd563 #63ddd5

Analogous Colors of #d563dd

#d563dd #dd63a8 #9863dd

Monochromatic Colors of #d563dd

#d563dd

Complementary Color

#d563dd #6bdd63

#d563dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d563dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d563dd Color CSS Codes

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

#d563dd Text Font Color

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

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


#d563dd Background Color

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

This div background color is #d563dd


#d563dd Border Color

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

This div border color is #d563dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d563dd


Comments

No comments written yet.

Please login to write comment.