Color Hex Logo

#dd4255 Color Hex

#DD4255
(221,66,85)
0 Favorites   0 Comments

Color spaces of #dd4255

RGB 2216685
HSL0.980.700.56
HSV353°70°87°
CMYK 0.000.700.62   0.13
XYZ33.406719.924510.6794
Yxy19.92450.52190.3113
Hunter Lab44.636955.476817.0606
CIE-Lab51.751760.826124.5791

#dd4255 color RGB value is (221,66,85).

#dd4255 hex color red value is 221, green value is 66 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #dd4255 hue: 0.98 , saturation: 0.70 and the lightness value of dd4255 is 0.56.

The process color (four color CMYK) of #dd4255 color hex is 0.00, 0.70, 0.62, 0.13. Web safe color of #dd4255 is #cc3366. Color #dd4255 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000010 01010101
Octal 335 102 125
Decimal 221 66 85
Hex DD 42 55

RGB Percentages of Color #dd4255

%59.41
%17.74
%22.85

CMYK Percentages of Color #dd4255

%0
%70
%62
%13

Triadic Colors of #dd4255

#dd4255 #55dd42 #4255dd

Analogous Colors of #dd4255

#dd4255 #dd7d42 #dd42a3

Monochromatic Colors of #dd4255

#dd4255

Complementary Color

#dd4255 #42ddca

#dd4255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd4255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd4255 Color CSS Codes

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

#dd4255 Text Font Color

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

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


#dd4255 Background Color

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

This div background color is #dd4255


#dd4255 Border Color

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

This div border color is #dd4255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd4255


Comments

No comments written yet.

Please login to write comment.