Color Hex Logo

#df55dd Color Hex

#DF55DD
(223,85,221)
0 Favorites   0 Comments

Color spaces of #df55dd

RGB 22385221
HSL0.840.680.60
HSV301°62°87°
CMYK 0.000.620.01   0.13
XYZ46.731127.405471.2334
Yxy27.40540.32150.1885
Hunter Lab52.350267.7277-44.0314
CIE-Lab59.347769.8576-43.7121

#df55dd color RGB value is (223,85,221).

#df55dd hex color red value is 223, green value is 85 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #df55dd hue: 0.84 , saturation: 0.68 and the lightness value of df55dd is 0.60.

The process color (four color CMYK) of #df55dd color hex is 0.00, 0.62, 0.01, 0.13. Web safe color of #df55dd is #cc66cc. Color #df55dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010101 11011101
Octal 337 125 335
Decimal 223 85 221
Hex DF 55 DD

RGB Percentages of Color #df55dd

%42.16
%16.07
%41.78

CMYK Percentages of Color #df55dd

%0
%62
%1
%13

Triadic Colors of #df55dd

#df55dd #dddf55 #55dddf

Analogous Colors of #df55dd

#df55dd #df5598 #9c55df

Monochromatic Colors of #df55dd

#df55dd

Complementary Color

#df55dd #55df57

#df55dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df55dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df55dd Color CSS Codes

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

#df55dd Text Font Color

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

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


#df55dd Background Color

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

This div background color is #df55dd


#df55dd Border Color

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

This div border color is #df55dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df55dd


Comments

No comments written yet.

Please login to write comment.