Color Hex Logo

#df44dd Color Hex

#DF44DD
(223,68,221)
0 Favorites   0 Comments

Color spaces of #df44dd

RGB 22368221
HSL0.840.710.57
HSV301°70°87°
CMYK 0.000.700.01   0.13
XYZ45.549725.042770.8396
Yxy25.04270.32210.1771
Hunter Lab50.042774.8990-48.9001
CIE-Lab57.117076.1188-47.2376

#df44dd color RGB value is (223,68,221).

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

The process color (four color CMYK) of #df44dd color hex is 0.00, 0.70, 0.01, 0.13. Web safe color of #df44dd is #cc33cc. Color #df44dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000100 11011101
Octal 337 104 335
Decimal 223 68 221
Hex DF 44 DD

RGB Percentages of Color #df44dd

%43.55
%13.28
%43.16

CMYK Percentages of Color #df44dd

%0
%70
%1
%13

Triadic Colors of #df44dd

#df44dd #dddf44 #44dddf

Analogous Colors of #df44dd

#df44dd #df4490 #9444df

Monochromatic Colors of #df44dd

#df44dd

Complementary Color

#df44dd #44df46

#df44dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df44dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df44dd Color CSS Codes

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

#df44dd Text Font Color

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

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


#df44dd Background Color

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

This div background color is #df44dd


#df44dd Border Color

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

This div border color is #df44dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df44dd


Comments

No comments written yet.

Please login to write comment.