#DB5F57

Color #DB5F57 Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #DB5F57

Tints of Roman #DB5F57

Color information

#DB5F57 (or 0xDB5F57) is unknown color: approx Roman. HEX triplet: DB, 5F and 57. RGB value is (219,95,87). Sum of RGB (Red+Green+Blue) = 219+95+87=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F57 is #24A0A8. Grayscale: #838383. Windows color (decimal): -2400425 or 5726171. OLE color: 5726171.

HSL color Cylindrical-coordinate representation of color #DB5F57: hue angle of 3.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5F57 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB2199587-
CMYK00.570.600.14
HSL3.64º64.71%60%-
HSV(B)3.64º60.27%85.88%-
XYZ35.0323.9311.79-
YUV131.16103.08190.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 54.61%
GREEN value IS 95 (37.5% from 255) = 23.69%
BLUE value IS 87 (34.38% from 255) = 21.70%
R=54.61%
G=23.69%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219958700.570.600.143.6464.7160
HexDB5F570393CE4413c
Octal3331371270717416410174
Binary1101101110111111010111011100111110011101001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5F57; }

 p { color: rgb(219,95,87); }

 H1.HeaderClassName
 {
   color: #DB5F57;
 }
 .AnyTagClassName
 {
   color: #DB5F57;
 }
</style>
background-color css

<style>
 a { background-color: #DB5F57; }

 a { background-color: rgb(219,95,87); }

 div.DivClassName
 {
   background-color: #DB5F57;
 }
 .BgClassName
 {
   background-color: #DB5F57;
 }
</style>
border-color css

<style>
 span { border-color: #DB5F57; }

 span { border-color: rgb(219,95,87); }

 td.TdClassName
 {
   border-color: #DB5F57;
 }
 .TagClassName
 {
   border-color: #DB5F57;
 }
</style>