Color Hex Logo

#dd149d Color Hex

#DD149D
(221,20,157)
0 Favorites   0 Comments

Color spaces of #dd149d

RGB 22120157
HSL0.890.830.47
HSV319°91°87°
CMYK 0.000.910.29   0.13
XYZ36.154818.306833.5263
Yxy18.30680.41090.2081
Hunter Lab42.786475.9573-16.5075
CIE-Lab49.866178.3755-21.4910

#dd149d color RGB value is (221,20,157).

#dd149d hex color red value is 221, green value is 20 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dd149d hue: 0.89 , saturation: 0.83 and the lightness value of dd149d is 0.47.

The process color (four color CMYK) of #dd149d color hex is 0.00, 0.91, 0.29, 0.13. Web safe color of #dd149d is #cc0099. Color #dd149d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010100 10011101
Octal 335 24 235
Decimal 221 20 157
Hex DD 14 9D

RGB Percentages of Color #dd149d

%55.53
%5.03
%39.45

CMYK Percentages of Color #dd149d

%0
%91
%29
%13

Triadic Colors of #dd149d

#dd149d #9ddd14 #149ddd

Analogous Colors of #dd149d

#dd149d #dd1439 #b914dd

Monochromatic Colors of #dd149d

#dd149d

Complementary Color

#dd149d #14dd54

#dd149d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd149d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd149d Color CSS Codes

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

#dd149d Text Font Color

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

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


#dd149d Background Color

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

This div background color is #dd149d


#dd149d Border Color

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

This div border color is #dd149d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd149d


Comments

No comments written yet.

Please login to write comment.