#DA595D

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

Shades of Mandy #DA595D

Tints of Mandy #DA595D

Color information

#DA595D (or 0xDA595D) is unknown color: approx Mandy. HEX triplet: DA, 59 and 5D. RGB value is (218,89,93). Sum of RGB (Red+Green+Blue) = 218+89+93=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA595D is #25A6A2. Grayscale: #808080. Windows color (decimal): -2467491 or 6117850. OLE color: 6117850.

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

Color convert

RGB2188993-
CMYK00.590.570.15
HSL358.14º63.55%60.2%-
HSV(B)358.14º59.17%85.49%-
XYZ34.4622.8412.95-
YUV128.03108.24192.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.5%
GREEN value IS 89 (35.16% from 255) = 22.25%
BLUE value IS 93 (36.72% from 255) = 23.25%
R=54.5%
G=22.25%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218899300.590.570.15358.1463.5560.2
HexDA595D03B39F166403c
Octal332131135073711754610074
Binary1101101010110011011101011101111100111111011001101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA595D; }

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

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

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

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

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

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

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

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