Color Hex Logo

#db20da Color Hex

#DB20DA
(219,32,218)
0 Favorites   0 Comments

Color spaces of #db20da

RGB 21932218
HSL0.830.750.49
HSV300°85°86°
CMYK 0.000.850.00   0.14
XYZ42.384821.155068.1791
Yxy21.15500.32180.1606
Hunter Lab45.994684.0004-55.6911
CIE-Lab53.118784.0720-51.9339

#db20da color RGB value is (219,32,218).

#db20da hex color red value is 219, green value is 32 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #db20da hue: 0.83 , saturation: 0.75 and the lightness value of db20da is 0.49.

The process color (four color CMYK) of #db20da color hex is 0.00, 0.85, 0.00, 0.14. Web safe color of #db20da is #cc33cc. Color #db20da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100000 11011010
Octal 333 40 332
Decimal 219 32 218
Hex DB 20 DA

RGB Percentages of Color #db20da

%46.70
%6.82
%46.48

CMYK Percentages of Color #db20da

%0
%85
%0
%14

Triadic Colors of #db20da

#db20da #dadb20 #20dadb

Analogous Colors of #db20da

#db20da #db207d #7f20db

Monochromatic Colors of #db20da

#db20da

Complementary Color

#db20da #20db21

#db20da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db20da Color Preview on White Background

Lorem ipsum dolor sit amet.

#db20da Color CSS Codes

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

#db20da Text Font Color

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

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


#db20da Background Color

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

This div background color is #db20da


#db20da Border Color

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

This div border color is #db20da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db20da


Comments

No comments written yet.

Please login to write comment.