#db5552

#db5552 color hex

#db5552 hex color information.
RGB value of #db5552 is (219,85,82)
Change page background color to #db5552 | Reset

#db5552 rgb color chart

Color spaces of #db5552

RGB 2198582
HSL0.000.660.59
HSV63°86°
CMYK 0.000.610.63   0.14
XYZ33.984922.166310.4700
Yxy22.16630.51010.3327
Hunter Lab47.081146.456119.7717
CIE-Lab54.203052.284429.4122

Shades of #db5552

Tints of #db5552

RGB Percentages of Color #db5552

%56.74
%22.02
%21.24

CMYK Percentages of Color #db5552

%0
%61
%63
%14

#db5552 Color Info

#db5552 hex color red value is 219, green value is 85 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #db5552 hue: 0.00 , saturation: 0.66 and the lightness value of db5552 is 0.59.

The process color (four color CMYK) of #db5552 hex color is 0.00, 0.61, 0.63, 0.14. Web safe color of #db5552 is #cc6666

Color #db5552 contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010101 01010010
Octal 333 125 122
Decimal 219 85 82
Hexadecimal DB 55 52

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #db5552

Triadic Colors of #db5552

#db5552 #52db54 #5452db

Analogous Colors of #db5552

#db5552 #db9952 #db5293

Complementary Color of #db5552

#db5552 #52d8db

#db5552 HSL Color Chart
#db5552 hsl color chart
#db5552 RGB Color Chart

#db5552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5552 Color CSS Codes

.mybgcolor {background-color:#db5552; } 
.myforecolor {color:#db5552; }
.mybordercolor {border:3px solid #db5552; }
Sample text font color #db5552

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

html code
<p style="color:#db5552">Text here</p>
#db5552 background color

This div background color is #db5552

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

This div border color is #db5552

<div style="border:3px solid #db5552">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #db5552 Color Sample
#db5552border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(219,85,82, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #db5552; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #db5552;
  -webkit-box-shadow: 1px 1px 3px 2px #db5552;
  box-shadow:         1px 1px 3px 2px #db5552; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,85,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db5552">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #db5552

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top