#db6fd2

#db6fd2 color hex

#db6fd2 hex color information.
RGB value of #db6fd2 is (219,111,210)
Change page background color to #db6fd2 | Reset

#db6fd2 rgb color chart

Color spaces of #db6fd2

RGB 219111210
HSL0.850.600.65
HSV305°49°86°
CMYK 0.000.490.04   0.14
XYZ46.530731.082164.5198
Yxy31.08210.32740.2187
Hunter Lab55.751351.4134-29.5891
CIE-Lab62.576955.3739-32.5091

Shades of #db6fd2

Tints of #db6fd2

RGB Percentages of Color #db6fd2

%40.56
%20.56
%38.89

CMYK Percentages of Color #db6fd2

%0
%49
%4
%14

#db6fd2 Color Info

#db6fd2 hex color red value is 219, green value is 111 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #db6fd2 hue: 0.85 , saturation: 0.60 and the lightness value of db6fd2 is 0.65.

The process color (four color CMYK) of #db6fd2 hex color is 0.00, 0.49, 0.04, 0.14. Web safe color of #db6fd2 is #cc66cc

Color #db6fd2 contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101111 11010010
Octal 333 157 322
Decimal 219 111 210
Hexadecimal DB 6F D2

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #db6fd2

Triadic Colors of #db6fd2

#db6fd2 #d1db6e #6ed1db

Analogous Colors of #db6fd2

#db6fd2 #db6e9b #ae6edb

Complementary Color of #db6fd2

#db6fd2 #6edb78

#db6fd2 HSL Color Chart
#db6fd2 hsl color chart
#db6fd2 RGB Color Chart

#db6fd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6fd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6fd2 Color CSS Codes

.mybgcolor {background-color:#db6fd2; } 
.myforecolor {color:#db6fd2; }
.mybordercolor {border:3px solid #db6fd2; }
Sample text font color #db6fd2

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

html code
<p style="color:#db6fd2">Text here</p>
#db6fd2 background color

This div background color is #db6fd2

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

This div border color is #db6fd2

<div style="border:3px solid #db6fd2">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #db6fd2 Color Sample
#db6fd2border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(219,111,210, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #db6fd2; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #db6fd2;
  -webkit-box-shadow: 1px 1px 3px 2px #db6fd2;
  box-shadow:         1px 1px 3px 2px #db6fd2; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,111,210, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db6fd2">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #db6fd2

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top