Color Hex Logo

#dd406d Color Hex

#DD406D
(221,64,109)
0 Favorites   0 Comments

Color spaces of #dd406d

RGB 22164109
HSL0.950.700.56
HSV343°71°87°
CMYK 0.000.710.51   0.13
XYZ34.412520.143116.5423
Yxy20.14310.48400.2833
Hunter Lab44.881158.32289.5636
CIE-Lab51.998663.268210.5200

#dd406d color RGB value is (221,64,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000000 01101101
Octal 335 100 155
Decimal 221 64 109
Hex DD 40 6D

RGB Percentages of Color #dd406d

%56.09
%16.24
%27.66

CMYK Percentages of Color #dd406d

%0
%71
%51
%13

Triadic Colors of #dd406d

#dd406d #6ddd40 #406ddd

Analogous Colors of #dd406d

#dd406d #dd6140 #dd40bc

Monochromatic Colors of #dd406d

#dd406d

Complementary Color

#dd406d #40ddb0

#dd406d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd406d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd406d Color CSS Codes

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

#dd406d Text Font Color

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

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


#dd406d Background Color

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

This div background color is #dd406d


#dd406d Border Color

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

This div border color is #dd406d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd406d


Comments

No comments written yet.

Please login to write comment.