Color Hex Logo

#db1555 Color Hex

#DB1555
(219,21,85)
0 Favorites   0 Comments

Color spaces of #db1555

RGB 2192185
HSL0.950.830.47
HSV341°90°86°
CMYK 0.000.900.61   0.14
XYZ31.121316.252310.0911
Yxy16.25230.54160.2828
Hunter Lab40.314167.246913.3789
CIE-Lab47.303871.761018.6359

#db1555 color RGB value is (219,21,85).

#db1555 hex color red value is 219, green value is 21 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #db1555 hue: 0.95 , saturation: 0.83 and the lightness value of db1555 is 0.47.

The process color (four color CMYK) of #db1555 color hex is 0.00, 0.90, 0.61, 0.14. Web safe color of #db1555 is #cc0066. Color #db1555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010101 01010101
Octal 333 25 125
Decimal 219 21 85
Hex DB 15 55

RGB Percentages of Color #db1555

%67.38
%6.46
%26.15

CMYK Percentages of Color #db1555

%0
%90
%61
%14

Triadic Colors of #db1555

#db1555 #55db15 #1555db

Analogous Colors of #db1555

#db1555 #db3815 #db15b8

Monochromatic Colors of #db1555

#db1555

Complementary Color

#db1555 #15db9b

#db1555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1555 Color CSS Codes

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

#db1555 Text Font Color

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

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


#db1555 Background Color

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

This div background color is #db1555


#db1555 Border Color

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

This div border color is #db1555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1555


Comments

No comments written yet.

Please login to write comment.