#DA5964

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

Shades of Mandy #DA5964

Tints of Mandy #DA5964

Color information

#DA5964 (or 0xDA5964) is unknown color: approx Mandy. HEX triplet: DA, 59 and 64. RGB value is (218,89,100). Sum of RGB (Red+Green+Blue) = 218+89+100=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5964 is #25A69B. Grayscale: #808080. Windows color (decimal): -2467484 or 6576602. OLE color: 6576602.

HSL color Cylindrical-coordinate representation of color #DA5964: hue angle of 354.88º 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 #DA5964 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB21889100-
CMYK00.590.540.15
HSL354.88º63.55%60.2%-
HSV(B)354.88º59.17%85.49%-
XYZ34.7922.9714.66-
YUV128.82111.74191.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.56%
GREEN value IS 89 (35.16% from 255) = 21.87%
BLUE value IS 100 (39.45% from 255) = 24.57%
R=53.56%
G=21.87%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188910000.590.540.15354.8863.5560.2
HexDA596403B36F163403c
Octal332131144073661754310074
Binary1101101010110011100100011101111011011111011000111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5964; }

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

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

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

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

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

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

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

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