color codes Logo

#dd62db color codes

#DD62DB
(221,98,219)
0 Favorites   0 Comments

Color spaces of #dd62db

RGB 22198219
HSL0.840.640.63
HSV301°56°87°
CMYK 0.000.560.01   0.13
XYZ46.972729.222070.1825
Yxy29.22200.32090.1996
Hunter Lab54.057460.5057-39.1358
CIE-Lab60.977163.5135-40.0448

#dd62db color RGB value is (221,98,219).

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

The process color (four color CMYK) of #dd62db color code is 0.00, 0.56, 0.01, 0.13. Web safe color of #dd62db is #cc66cc. Color #dd62db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100010 11011011
Octal 335 142 333
Decimal 221 98 219
Hex DD 62 DB

RGB Percentages of Color #dd62db

%41.08
%18.22
%40.71

CMYK Percentages of Color #dd62db

%0
%56
%1
%13

Triadic Colors of #dd62db

#dd62db #dbdd62 #62dbdd

Analogous Colors of #dd62db

#dd62db #dd629e #a262dd

Monochromatic Colors of #dd62db

#dd62db

Complementary Color

#dd62db #62dd64

#dd62db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd62db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd62db Color CSS Codes

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

#dd62db Text Font Color

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

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


#dd62db Background Color

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

This div background color is #dd62db


#dd62db Border Color

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

This div border color is #dd62db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd62db


Comments

No comments written yet.

Please login to write comment.