Color Hex Logo

#dd17d3 Color Hex

#DD17D3
(221,23,211)
0 Favorites   0 Comments

Color spaces of #dd17d3

RGB 22123211
HSL0.840.810.48
HSV303°90°87°
CMYK 0.000.900.05   0.13
XYZ41.883120.688163.4137
Yxy20.68810.33240.1642
Hunter Lab45.484284.7705-50.8228
CIE-Lab52.606484.7670-48.7340

#dd17d3 color RGB value is (221,23,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010111 11010011
Octal 335 27 323
Decimal 221 23 211
Hex DD 17 D3

RGB Percentages of Color #dd17d3

%48.57
%5.05
%46.37

CMYK Percentages of Color #dd17d3

%0
%90
%5
%13

Triadic Colors of #dd17d3

#dd17d3 #d3dd17 #17d3dd

Analogous Colors of #dd17d3

#dd17d3 #dd1770 #8417dd

Monochromatic Colors of #dd17d3

#dd17d3

Complementary Color

#dd17d3 #17dd21

#dd17d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd17d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd17d3 Color CSS Codes

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

#dd17d3 Text Font Color

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

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


#dd17d3 Background Color

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

This div background color is #dd17d3


#dd17d3 Border Color

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

This div border color is #dd17d3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,23,211, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dd17d3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd17d3


Comments

No comments written yet.

Please login to write comment.