Color Hex Logo

#dd405b Color Hex

#DD405B
(221,64,91)
0 Favorites   0 Comments

Color spaces of #dd405b

RGB 2216491
HSL0.970.700.56
HSV350°71°87°
CMYK 0.000.710.59   0.13
XYZ33.540519.794311.9504
Yxy19.79430.51380.3032
Hunter Lab44.490856.707815.2180
CIE-Lab51.603861.934020.8013

#dd405b color RGB value is (221,64,91).

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

The process color (four color CMYK) of #dd405b color hex is 0.00, 0.71, 0.59, 0.13. Web safe color of #dd405b is #cc3366. Color #dd405b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000000 01011011
Octal 335 100 133
Decimal 221 64 91
Hex DD 40 5B

RGB Percentages of Color #dd405b

%58.78
%17.02
%24.20

CMYK Percentages of Color #dd405b

%0
%71
%59
%13

Triadic Colors of #dd405b

#dd405b #5bdd40 #405bdd

Analogous Colors of #dd405b

#dd405b #dd7440 #dd40aa

Monochromatic Colors of #dd405b

#dd405b

Complementary Color

#dd405b #40ddc2

#dd405b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd405b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd405b Color CSS Codes

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

#dd405b Text Font Color

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

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


#dd405b Background Color

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

This div background color is #dd405b


#dd405b Border Color

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

This div border color is #dd405b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd405b


Comments

No comments written yet.

Please login to write comment.