Color Hex Logo

#df11dd Color Hex

#DF11DD
(223,17,221)
0 Favorites   0 Comments

Color spaces of #df11dd

RGB 22317221
HSL0.830.860.47
HSV301°92°87°
CMYK 0.000.920.01   0.13
XYZ43.683021.309370.2174
Yxy21.30930.32310.1576
Hunter Lab46.162088.1307-57.8731
CIE-Lab53.286487.2104-53.3333

#df11dd color RGB value is (223,17,221).

#df11dd hex color red value is 223, green value is 17 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #df11dd hue: 0.83 , saturation: 0.86 and the lightness value of df11dd is 0.47.

The process color (four color CMYK) of #df11dd color hex is 0.00, 0.92, 0.01, 0.13. Web safe color of #df11dd is #cc00cc. Color #df11dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010001 11011101
Octal 337 21 335
Decimal 223 17 221
Hex DF 11 DD

RGB Percentages of Color #df11dd

%48.37
%3.69
%47.94

CMYK Percentages of Color #df11dd

%0
%92
%1
%13

Triadic Colors of #df11dd

#df11dd #dddf11 #11dddf

Analogous Colors of #df11dd

#df11dd #df1176 #7a11df

Monochromatic Colors of #df11dd

#df11dd

Complementary Color

#df11dd #11df13

#df11dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df11dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df11dd Color CSS Codes

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

#df11dd Text Font Color

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

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


#df11dd Background Color

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

This div background color is #df11dd


#df11dd Border Color

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

This div border color is #df11dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df11dd


Comments

No comments written yet.

Please login to write comment.