Color Hex Logo

#dd5475 Color Hex

#DD5475
(221,84,117)
0 Favorites   0 Comments

Color spaces of #dd5475

RGB 22184117
HSL0.960.670.60
HSV346°62°87°
CMYK 0.000.620.47   0.13
XYZ36.200022.997219.3606
Yxy22.99720.46080.2927
Hunter Lab47.955450.82209.6322
CIE-Lab55.069556.098310.0688

#dd5475 color RGB value is (221,84,117).

#dd5475 hex color red value is 221, green value is 84 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #dd5475 hue: 0.96 , saturation: 0.67 and the lightness value of dd5475 is 0.60.

The process color (four color CMYK) of #dd5475 color hex is 0.00, 0.62, 0.47, 0.13. Web safe color of #dd5475 is #cc6666. Color #dd5475 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010100 01110101
Octal 335 124 165
Decimal 221 84 117
Hex DD 54 75

RGB Percentages of Color #dd5475

%52.37
%19.91
%27.73

CMYK Percentages of Color #dd5475

%0
%62
%47
%13

Triadic Colors of #dd5475

#dd5475 #75dd54 #5475dd

Analogous Colors of #dd5475

#dd5475 #dd7854 #dd54ba

Monochromatic Colors of #dd5475

#dd5475

Complementary Color

#dd5475 #54ddbc

#dd5475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5475 Color CSS Codes

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

#dd5475 Text Font Color

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

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


#dd5475 Background Color

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

This div background color is #dd5475


#dd5475 Border Color

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

This div border color is #dd5475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5475


Comments

No comments written yet.

Please login to write comment.