Color Hex Logo

#df21dd Color Hex

#DF21DD
(223,33,221)
0 Favorites   0 Comments

Color spaces of #df21dd

RGB 22333221
HSL0.840.750.50
HSV301°85°87°
CMYK 0.000.850.01   0.13
XYZ44.026421.996170.3318
Yxy21.99610.32290.1613
Hunter Lab46.900085.4882-56.0820
CIE-Lab54.022985.0442-52.1572

#df21dd color RGB value is (223,33,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100001 11011101
Octal 337 41 335
Decimal 223 33 221
Hex DF 21 DD

RGB Percentages of Color #df21dd

%46.75
%6.92
%46.33

CMYK Percentages of Color #df21dd

%0
%85
%1
%13

Triadic Colors of #df21dd

#df21dd #dddf21 #21dddf

Analogous Colors of #df21dd

#df21dd #df217e #8221df

Monochromatic Colors of #df21dd

#df21dd

Complementary Color

#df21dd #21df23

#df21dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df21dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df21dd Color CSS Codes

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

#df21dd Text Font Color

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

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


#df21dd Background Color

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

This div background color is #df21dd


#df21dd Border Color

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

This div border color is #df21dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df21dd


Comments

No comments written yet.

Please login to write comment.