Color Hex Logo

#db218d Color Hex

#DB218D
(219,33,141)
0 Favorites   0 Comments

Color spaces of #db218d

RGB 21933141
HSL0.900.740.49
HSV325°85°86°
CMYK 0.000.850.36   0.14
XYZ34.565018.070926.8656
Yxy18.07090.43480.2273
Hunter Lab42.509970.7470-7.7135
CIE-Lab49.582074.2104-12.3694

#db218d color RGB value is (219,33,141).

#db218d hex color red value is 219, green value is 33 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #db218d hue: 0.90 , saturation: 0.74 and the lightness value of db218d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100001 10001101
Octal 333 41 215
Decimal 219 33 141
Hex DB 21 8D

RGB Percentages of Color #db218d

%55.73
%8.40
%35.88

CMYK Percentages of Color #db218d

%0
%85
%36
%14

Triadic Colors of #db218d

#db218d #8ddb21 #218ddb

Analogous Colors of #db218d

#db218d #db2130 #cc21db

Monochromatic Colors of #db218d

#db218d

Complementary Color

#db218d #21db6f

#db218d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db218d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db218d Color CSS Codes

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

#db218d Text Font Color

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

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


#db218d Background Color

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

This div background color is #db218d


#db218d Border Color

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

This div border color is #db218d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db218d


Comments

No comments written yet.

Please login to write comment.