Color Hex Logo

#df17dd Color Hex

#DF17DD
(223,23,221)
0 Favorites   0 Comments

Color spaces of #df17dd

RGB 22323221
HSL0.840.810.48
HSV301°90°87°
CMYK 0.000.900.01   0.13
XYZ43.789021.521270.2527
Yxy21.52120.32300.1588
Hunter Lab46.390987.3042-57.3129
CIE-Lab53.515386.5356-52.9676

#df17dd color RGB value is (223,23,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010111 11011101
Octal 337 27 335
Decimal 223 23 221
Hex DF 17 DD

RGB Percentages of Color #df17dd

%47.75
%4.93
%47.32

CMYK Percentages of Color #df17dd

%0
%90
%1
%13

Triadic Colors of #df17dd

#df17dd #dddf17 #17dddf

Analogous Colors of #df17dd

#df17dd #df1779 #7d17df

Monochromatic Colors of #df17dd

#df17dd

Complementary Color

#df17dd #17df19

#df17dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df17dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df17dd Color CSS Codes

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

#df17dd Text Font Color

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

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


#df17dd Background Color

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

This div background color is #df17dd


#df17dd Border Color

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

This div border color is #df17dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df17dd


Comments

No comments written yet.

Please login to write comment.