#DA5057

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

Shades of Mandy #DA5057

Tints of Mandy #DA5057

Color information

#DA5057 (or 0xDA5057) is unknown color: approx Mandy. HEX triplet: DA, 50 and 57. RGB value is (218,80,87). Sum of RGB (Red+Green+Blue) = 218+80+87=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5057 is #25AFA8. Grayscale: #7A7A7A. Windows color (decimal): -2469801 or 5722330. OLE color: 5722330.

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

Color convert

RGB2188087-
CMYK00.630.600.15
HSL356.96º65.09%58.43%-
HSV(B)356.96º63.3%85.49%-
XYZ33.521.3311.37-
YUV122.06108.22196.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.62%
GREEN value IS 80 (31.64% from 255) = 20.78%
BLUE value IS 87 (34.38% from 255) = 22.60%
R=56.62%
G=20.78%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218808700.630.600.15356.9665.0958.43
HexDA505703F3CF165413a
Octal332120127077741754510172
Binary1101101010100001010111011111111110011111011001011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5057; }

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

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

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

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

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

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

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

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