Color Hex Logo

#dd516a Color Hex

#DD516A
(221,81,106)
0 Favorites   0 Comments

Color spaces of #dd516a

RGB 22181106
HSL0.970.670.59
HSV349°63°87°
CMYK 0.000.630.52   0.13
XYZ35.362722.297616.0757
Yxy22.29760.47960.3024
Hunter Lab47.220351.040812.8695
CIE-Lab54.341356.420515.5721

#dd516a color RGB value is (221,81,106).

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

The process color (four color CMYK) of #dd516a color hex is 0.00, 0.63, 0.52, 0.13. Web safe color of #dd516a is #cc6666. Color #dd516a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010001 01101010
Octal 335 121 152
Decimal 221 81 106
Hex DD 51 6A

RGB Percentages of Color #dd516a

%54.17
%19.85
%25.98

CMYK Percentages of Color #dd516a

%0
%63
%52
%13

Triadic Colors of #dd516a

#dd516a #6add51 #516add

Analogous Colors of #dd516a

#dd516a #dd7e51 #dd51b0

Monochromatic Colors of #dd516a

#dd516a

Complementary Color

#dd516a #51ddc4

#dd516a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd516a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd516a Color CSS Codes

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

#dd516a Text Font Color

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

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


#dd516a Background Color

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

This div background color is #dd516a


#dd516a Border Color

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

This div border color is #dd516a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd516a


Comments

No comments written yet.

Please login to write comment.