#DA5962

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

Shades of Mandy #DA5962

Tints of Mandy #DA5962

Color information

#DA5962 (or 0xDA5962) is unknown color: approx Mandy. HEX triplet: DA, 59 and 62. RGB value is (218,89,98). Sum of RGB (Red+Green+Blue) = 218+89+98=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5962 is #25A69D. Grayscale: #808080. Windows color (decimal): -2467486 or 6445530. OLE color: 6445530.

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

Color convert

RGB2188998-
CMYK00.590.550.15
HSL355.81º63.55%60.2%-
HSV(B)355.81º59.17%85.49%-
XYZ34.6922.9314.15-
YUV128.6110.74191.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.83%
GREEN value IS 89 (35.16% from 255) = 21.98%
BLUE value IS 98 (38.67% from 255) = 24.20%
R=53.83%
G=21.98%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218899800.590.550.15355.8163.5560.2
HexDA596203B37F164403c
Octal332131142073671754410074
Binary1101101010110011100010011101111011111111011001001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5962; }

 p { color: rgb(218,89,98); }

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

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

 a { background-color: rgb(218,89,98); }

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

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

 span { border-color: rgb(218,89,98); }

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