Color Hex Logo

#dd49db Color Hex

#DD49DB
(221,73,219)
0 Favorites   0 Comments

Color spaces of #dd49db

RGB 22173219
HSL0.840.690.58
HSV301°67°87°
CMYK 0.000.670.01   0.13
XYZ44.987525.251769.5208
Yxy25.25170.32190.1807
Hunter Lab50.251171.8636-46.8501
CIE-Lab57.319873.6280-45.8057

#dd49db color RGB value is (221,73,219).

#dd49db hex color red value is 221, green value is 73 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dd49db hue: 0.84 , saturation: 0.69 and the lightness value of dd49db is 0.58.

The process color (four color CMYK) of #dd49db color hex is 0.00, 0.67, 0.01, 0.13. Web safe color of #dd49db is #cc33cc. Color #dd49db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001001 11011011
Octal 335 111 333
Decimal 221 73 219
Hex DD 49 DB

RGB Percentages of Color #dd49db

%43.08
%14.23
%42.69

CMYK Percentages of Color #dd49db

%0
%67
%1
%13

Triadic Colors of #dd49db

#dd49db #dbdd49 #49dbdd

Analogous Colors of #dd49db

#dd49db #dd4991 #9549dd

Monochromatic Colors of #dd49db

#dd49db

Complementary Color

#dd49db #49dd4b

#dd49db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd49db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd49db Color CSS Codes

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

#dd49db Text Font Color

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

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


#dd49db Background Color

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

This div background color is #dd49db


#dd49db Border Color

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

This div border color is #dd49db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd49db


Comments

No comments written yet.

Please login to write comment.