Color Hex Logo

#d55ddd Color Hex

#D55DDD
(213,93,221)
0 Favorites   0 Comments

Color spaces of #d55ddd

RGB 21393221
HSL0.820.650.62
HSV296°58°87°
CMYK 0.040.580.00   0.13
XYZ44.406127.195371.3154
Yxy27.19530.31070.1903
Hunter Lab52.149160.7357-44.5764
CIE-Lab59.154764.0334-44.1115

#d55ddd color RGB value is (213,93,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011101 11011101
Octal 325 135 335
Decimal 213 93 221
Hex D5 5D DD

RGB Percentages of Color #d55ddd

%40.42
%17.65
%41.94

CMYK Percentages of Color #d55ddd

%4
%58
%0
%13

Triadic Colors of #d55ddd

#d55ddd #ddd55d #5dddd5

Analogous Colors of #d55ddd

#d55ddd #dd5da5 #955ddd

Monochromatic Colors of #d55ddd

#d55ddd

Complementary Color

#d55ddd #65dd5d

#d55ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55ddd Color CSS Codes

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

#d55ddd Text Font Color

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

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


#d55ddd Background Color

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

This div background color is #d55ddd


#d55ddd Border Color

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

This div border color is #d55ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55ddd


Comments

No comments written yet.

Please login to write comment.