Color Hex Logo

#dd518f Color Hex

#DD518F
(221,81,143)
0 Favorites   0 Comments

Color spaces of #dd518f

RGB 22181143
HSL0.930.670.59
HSV333°63°87°
CMYK 0.000.630.35   0.13
XYZ37.719123.240228.4844
Yxy23.24020.42170.2598
Hunter Lab48.208155.2983-1.2866
CIE-Lab55.318960.0235-4.9487

#dd518f color RGB value is (221,81,143).

#dd518f hex color red value is 221, green value is 81 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dd518f hue: 0.93 , saturation: 0.67 and the lightness value of dd518f is 0.59.

The process color (four color CMYK) of #dd518f color hex is 0.00, 0.63, 0.35, 0.13. Web safe color of #dd518f is #cc6699. Color #dd518f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010001 10001111
Octal 335 121 217
Decimal 221 81 143
Hex DD 51 8F

RGB Percentages of Color #dd518f

%49.66
%18.20
%32.13

CMYK Percentages of Color #dd518f

%0
%63
%35
%13

Triadic Colors of #dd518f

#dd518f #8fdd51 #518fdd

Analogous Colors of #dd518f

#dd518f #dd5951 #dd51d5

Monochromatic Colors of #dd518f

#dd518f

Complementary Color

#dd518f #51dd9f

#dd518f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd518f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd518f Color CSS Codes

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

#dd518f Text Font Color

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

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


#dd518f Background Color

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

This div background color is #dd518f


#dd518f Border Color

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

This div border color is #dd518f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd518f


Comments

No comments written yet.

Please login to write comment.