Color Hex Logo

#dd444d Color Hex

#DD444D
(221,68,77)
0 Favorites   0 Comments

Color spaces of #dd444d

RGB 2216877
HSL0.990.690.57
HSV356°69°87°
CMYK 0.000.690.65   0.13
XYZ33.225520.04229.1385
Yxy20.04220.53240.3212
Hunter Lab44.768554.131019.2352
CIE-Lab51.884959.613029.4770

#dd444d color RGB value is (221,68,77).

#dd444d hex color red value is 221, green value is 68 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #dd444d hue: 0.99 , saturation: 0.69 and the lightness value of dd444d is 0.57.

The process color (four color CMYK) of #dd444d color hex is 0.00, 0.69, 0.65, 0.13. Web safe color of #dd444d is #cc3366. Color #dd444d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000100 01001101
Octal 335 104 115
Decimal 221 68 77
Hex DD 44 4D

RGB Percentages of Color #dd444d

%60.38
%18.58
%21.04

CMYK Percentages of Color #dd444d

%0
%69
%65
%13

Triadic Colors of #dd444d

#dd444d #4ddd44 #444ddd

Analogous Colors of #dd444d

#dd444d #dd8844 #dd449a

Monochromatic Colors of #dd444d

#dd444d

Complementary Color

#dd444d #44ddd4

#dd444d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd444d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd444d Color CSS Codes

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

#dd444d Text Font Color

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

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


#dd444d Background Color

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

This div background color is #dd444d


#dd444d Border Color

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

This div border color is #dd444d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd444d


Comments

No comments written yet.

Please login to write comment.