#DA5753

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

Shades of Valencia #DA5753

Tints of Valencia #DA5753

Color information

#DA5753 (or 0xDA5753) is unknown color: approx Valencia. HEX triplet: DA, 57 and 53. RGB value is (218,87,83). Sum of RGB (Red+Green+Blue) = 218+87+83=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5753 is #25A8AC. Grayscale: #7D7D7D. Windows color (decimal): -2468013 or 5461978. OLE color: 5461978.

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

Color convert

RGB2188783-
CMYK00.600.620.15
HSL1.78º64.59%59.02%-
HSV(B)1.78º61.93%85.49%-
XYZ33.8822.3510.71-
YUV125.71103.9193.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.19%
GREEN value IS 87 (34.38% from 255) = 22.42%
BLUE value IS 83 (32.81% from 255) = 21.39%
R=56.19%
G=22.42%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218878300.600.620.151.7864.5959.02
HexDA575303C3EF2413b
Octal3321271230747617210173
Binary110110101010111101001101111001111101111101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5753; }

 p { color: rgb(218,87,83); }

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

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

 a { background-color: rgb(218,87,83); }

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

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

 span { border-color: rgb(218,87,83); }

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