#DA5356

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

Shades of Mandy #DA5356

Tints of Mandy #DA5356

Color information

#DA5356 (or 0xDA5356) is unknown color: approx Mandy. HEX triplet: DA, 53 and 56. RGB value is (218,83,86). Sum of RGB (Red+Green+Blue) = 218+83+86=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5356 is #25ACA9. Grayscale: #7B7B7B. Windows color (decimal): -2469034 or 5657562. OLE color: 5657562.

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

Color convert

RGB2188386-
CMYK00.620.610.15
HSL358.67º64.59%59.02%-
HSV(B)358.67º61.93%85.49%-
XYZ33.6921.7611.23-
YUV123.71106.73195.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.33%
GREEN value IS 83 (32.81% from 255) = 21.45%
BLUE value IS 86 (33.98% from 255) = 22.22%
R=56.33%
G=21.45%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218838600.620.610.15358.6764.5959.02
HexDA535603E3DF167413b
Octal332123126076751754710173
Binary1101101010100111010110011111011110111111011001111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5356; }

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

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

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

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

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

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

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

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