Color Hex Logo

#dd226d Color Hex

#DD226D
(221,34,109)
0 Favorites   0 Comments

Color spaces of #dd226d

RGB 22134109
HSL0.930.730.50
HSV336°85°87°
CMYK 0.000.850.51   0.13
XYZ33.151117.620316.1218
Yxy17.62030.49560.2634
Hunter Lab41.976567.51206.6123
CIE-Lab49.032371.64566.3176

#dd226d color RGB value is (221,34,109).

#dd226d hex color red value is 221, green value is 34 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dd226d hue: 0.93 , saturation: 0.73 and the lightness value of dd226d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100010 01101101
Octal 335 42 155
Decimal 221 34 109
Hex DD 22 6D

RGB Percentages of Color #dd226d

%60.71
%9.34
%29.95

CMYK Percentages of Color #dd226d

%0
%85
%51
%13

Triadic Colors of #dd226d

#dd226d #6ddd22 #226ddd

Analogous Colors of #dd226d

#dd226d #dd3522 #dd22cb

Monochromatic Colors of #dd226d

#dd226d

Complementary Color

#dd226d #22dd92

#dd226d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd226d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd226d Color CSS Codes

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

#dd226d Text Font Color

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

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


#dd226d Background Color

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

This div background color is #dd226d


#dd226d Border Color

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

This div border color is #dd226d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,34,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 #dd226d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd226d


Comments

No comments written yet.

Please login to write comment.