Color Hex Logo

#dd63db Color Hex

#DD63DB
(221,99,219)
0 Favorites   0 Comments

Color spaces of #dd63db

RGB 22199219
HSL0.840.640.63
HSV301°55°87°
CMYK 0.000.550.01   0.13
XYZ47.066829.410370.2139
Yxy29.41030.32090.2005
Hunter Lab54.231360.0137-38.8016
CIE-Lab61.142063.0661-39.7861

#dd63db color RGB value is (221,99,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100011 11011011
Octal 335 143 333
Decimal 221 99 219
Hex DD 63 DB

RGB Percentages of Color #dd63db

%41.00
%18.37
%40.63

CMYK Percentages of Color #dd63db

%0
%55
%1
%13

Triadic Colors of #dd63db

#dd63db #dbdd63 #63dbdd

Analogous Colors of #dd63db

#dd63db #dd639e #a263dd

Monochromatic Colors of #dd63db

#dd63db

Complementary Color

#dd63db #63dd65

#dd63db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd63db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd63db Color CSS Codes

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

#dd63db Text Font Color

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

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


#dd63db Background Color

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

This div background color is #dd63db


#dd63db Border Color

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

This div border color is #dd63db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd63db


Comments

No comments written yet.

Please login to write comment.