Color Hex Logo

#db21bd Color Hex

#DB21BD
(219,33,189)
0 Favorites   0 Comments

Color spaces of #db21bd

RGB 21933189
HSL0.860.740.49
HSV310°85°86°
CMYK 0.000.850.14   0.14
XYZ38.942619.821949.9176
Yxy19.82190.35830.1824
Hunter Lab44.521878.2184-35.3104
CIE-Lab51.635279.8319-37.6029

#db21bd color RGB value is (219,33,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100001 10111101
Octal 333 41 275
Decimal 219 33 189
Hex DB 21 BD

RGB Percentages of Color #db21bd

%49.66
%7.48
%42.86

CMYK Percentages of Color #db21bd

%0
%85
%14
%14

Triadic Colors of #db21bd

#db21bd #bddb21 #21bddb

Analogous Colors of #db21bd

#db21bd #db2160 #9c21db

Monochromatic Colors of #db21bd

#db21bd

Complementary Color

#db21bd #21db3f

#db21bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db21bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db21bd Color CSS Codes

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

#db21bd Text Font Color

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

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


#db21bd Background Color

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

This div background color is #db21bd


#db21bd Border Color

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

This div border color is #db21bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db21bd


Comments

No comments written yet.

Please login to write comment.