Color Hex Logo

#db206d Color Hex

#DB206D
(219,32,109)
0 Favorites   0 Comments

Color spaces of #db206d

RGB 21932109
HSL0.930.750.49
HSV335°85°86°
CMYK 0.000.850.50   0.14
XYZ32.490217.197216.0750
Yxy17.19720.49410.2615
Hunter Lab41.469567.27816.0458
CIE-Lab48.507671.55285.5154

#db206d color RGB value is (219,32,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100000 01101101
Octal 333 40 155
Decimal 219 32 109
Hex DB 20 6D

RGB Percentages of Color #db206d

%60.83
%8.89
%30.28

CMYK Percentages of Color #db206d

%0
%85
%50
%14

Triadic Colors of #db206d

#db206d #6ddb20 #206ddb

Analogous Colors of #db206d

#db206d #db3020 #db20cb

Monochromatic Colors of #db206d

#db206d

Complementary Color

#db206d #20db8e

#db206d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db206d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db206d Color CSS Codes

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

#db206d Text Font Color

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

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


#db206d Background Color

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

This div background color is #db206d


#db206d Border Color

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

This div border color is #db206d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db206d


Comments

No comments written yet.

Please login to write comment.