#da5e58

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

Shades of Roman #DA5E58

Tints of Roman #DA5E58

Color information

#DA5E58 (or 0xDA5E58) is unknown color: approx Roman. HEX triplet: DA, 5E and 58. RGB value is (218,94,88). Sum of RGB (Red+Green+Blue) = 218+94+88=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5E58 is #25A1A7. Grayscale: #828282. Windows color (decimal): -2466216 or 5791450. OLE color: 5791450.

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

Color convert

RGB2189488-
CMYK00.570.600.15
HSL2.77º63.73%60%-
HSV(B)2.77º59.63%85.49%-
XYZ34.6823.6211.96-
YUV130.39104.08190.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.5%
GREEN value IS 94 (37.11% from 255) = 23.5%
BLUE value IS 88 (34.77% from 255) = 22%
R=54.5%
G=23.5%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218948800.570.600.152.7763.7360
HexDA5E580393CF3403c
Octal3321361300717417310074
Binary110110101011110101100001110011111001111111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da5e58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da5e58; }

 p { color: rgb(218,94,88); }

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

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

 a { background-color: rgb(218,94,88); }

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

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

 span { border-color: rgb(218,94,88); }

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