color codes Logo

#dd5364 color codes

#DD5364
(221,83,100)
0 Favorites   0 Comments

Color spaces of #dd5364

RGB 22183100
HSL0.980.670.60
HSV353°62°87°
CMYK 0.000.620.55   0.13
XYZ35.212322.478814.5395
Yxy22.47880.48750.3112
Hunter Lab47.411849.599615.0062
CIE-Lab54.531455.090919.3802

#dd5364 color RGB value is (221,83,100).

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

The process color (four color CMYK) of #dd5364 color code is 0.00, 0.62, 0.55, 0.13. Web safe color of #dd5364 is #cc6666. Color #dd5364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010011 01100100
Octal 335 123 144
Decimal 221 83 100
Hex DD 53 64

RGB Percentages of Color #dd5364

%54.70
%20.54
%24.75

CMYK Percentages of Color #dd5364

%0
%62
%55
%13

Triadic Colors of #dd5364

#dd5364 #64dd53 #5364dd

Analogous Colors of #dd5364

#dd5364 #dd8753 #dd53a9

Monochromatic Colors of #dd5364

#dd5364

Complementary Color

#dd5364 #53ddcc

#dd5364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5364 Color CSS Codes

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

#dd5364 Text Font Color

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

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


#dd5364 Background Color

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

This div background color is #dd5364


#dd5364 Border Color

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

This div border color is #dd5364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5364


Comments

No comments written yet.

Please login to write comment.