Color Hex Logo

#dd519b Color Hex

#DD519B
(221,81,155)
0 Favorites   0 Comments

Color spaces of #dd519b

RGB 22181155
HSL0.910.670.59
HSV328°63°87°
CMYK 0.000.630.30   0.13
XYZ38.677623.623633.5316
Yxy23.62360.40360.2465
Hunter Lab48.604156.9874-6.8808
CIE-Lab55.708961.4286-11.4243

#dd519b color RGB value is (221,81,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010001 10011011
Octal 335 121 233
Decimal 221 81 155
Hex DD 51 9B

RGB Percentages of Color #dd519b

%48.36
%17.72
%33.92

CMYK Percentages of Color #dd519b

%0
%63
%30
%13

Triadic Colors of #dd519b

#dd519b #9bdd51 #519bdd

Analogous Colors of #dd519b

#dd519b #dd5155 #d951dd

Monochromatic Colors of #dd519b

#dd519b

Complementary Color

#dd519b #51dd93

#dd519b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd519b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd519b Color CSS Codes

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

#dd519b Text Font Color

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

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


#dd519b Background Color

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

This div background color is #dd519b


#dd519b Border Color

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

This div border color is #dd519b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd519b


Comments

No comments written yet.

Please login to write comment.