Color Hex Logo

#dd136d Color Hex

#DD136D
(221,19,109)
0 Favorites   0 Comments

Color spaces of #dd136d

RGB 22119109
HSL0.930.840.47
HSV333°91°87°
CMYK 0.000.910.51   0.13
XYZ32.812016.942016.0088
Yxy16.94200.49890.2576
Hunter Lab41.160770.26355.7525
CIE-Lab48.186974.08555.1078

#dd136d color RGB value is (221,19,109).

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

The process color (four color CMYK) of #dd136d color hex is 0.00, 0.91, 0.51, 0.13. Web safe color of #dd136d is #cc0066. Color #dd136d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010011 01101101
Octal 335 23 155
Decimal 221 19 109
Hex DD 13 6D

RGB Percentages of Color #dd136d

%63.32
%5.44
%31.23

CMYK Percentages of Color #dd136d

%0
%91
%51
%13

Triadic Colors of #dd136d

#dd136d #6ddd13 #136ddd

Analogous Colors of #dd136d

#dd136d #dd1e13 #dd13d2

Monochromatic Colors of #dd136d

#dd136d

Complementary Color

#dd136d #13dd83

#dd136d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd136d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd136d Color CSS Codes

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

#dd136d Text Font Color

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

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


#dd136d Background Color

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

This div background color is #dd136d


#dd136d Border Color

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

This div border color is #dd136d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd136d


Comments

No comments written yet.

Please login to write comment.