Color Hex Logo

#db215f Color Hex

#DB215F
(219,33,95)
0 Favorites   0 Comments

Color spaces of #db215f

RGB 2193395
HSL0.940.740.49
HSV340°85°86°
CMYK 0.000.850.57   0.14
XYZ31.822816.974012.4255
Yxy16.97400.51980.2773
Hunter Lab41.199565.775510.9582
CIE-Lab48.227370.350613.7271

#db215f color RGB value is (219,33,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100001 01011111
Octal 333 41 137
Decimal 219 33 95
Hex DB 21 5F

RGB Percentages of Color #db215f

%63.11
%9.51
%27.38

CMYK Percentages of Color #db215f

%0
%85
%57
%14

Triadic Colors of #db215f

#db215f #5fdb21 #215fdb

Analogous Colors of #db215f

#db215f #db4021 #db21bc

Monochromatic Colors of #db215f

#db215f

Complementary Color

#db215f #21db9d

#db215f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db215f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db215f Color CSS Codes

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

#db215f Text Font Color

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

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


#db215f Background Color

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

This div background color is #db215f


#db215f Border Color

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

This div border color is #db215f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db215f


Comments

No comments written yet.

Please login to write comment.