Color Hex Logo

#dd64db Color Hex

#DD64DB
(221,100,219)
0 Favorites   0 Comments

Color spaces of #dd64db

RGB 221100219
HSL0.840.640.63
HSV301°55°87°
CMYK 0.000.550.01   0.13
XYZ47.162129.601070.2457
Yxy29.60100.32080.2014
Hunter Lab54.406859.5194-38.4657
CIE-Lab61.308462.6158-39.5253

#dd64db color RGB value is (221,100,219).

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

The process color (four color CMYK) of #dd64db color hex is 0.00, 0.55, 0.01, 0.13. Web safe color of #dd64db is #cc66cc. Color #dd64db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100100 11011011
Octal 335 144 333
Decimal 221 100 219
Hex DD 64 DB

RGB Percentages of Color #dd64db

%40.93
%18.52
%40.56

CMYK Percentages of Color #dd64db

%0
%55
%1
%13

Triadic Colors of #dd64db

#dd64db #dbdd64 #64dbdd

Analogous Colors of #dd64db

#dd64db #dd649f #a364dd

Monochromatic Colors of #dd64db

#dd64db

Complementary Color

#dd64db #64dd66

#dd64db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd64db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd64db Color CSS Codes

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

#dd64db Text Font Color

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

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


#dd64db Background Color

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

This div background color is #dd64db


#dd64db Border Color

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

This div border color is #dd64db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd64db


Comments

No comments written yet.

Please login to write comment.