#DA5556

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

Shades of Mandy #DA5556

Tints of Mandy #DA5556

Color information

#DA5556 (or 0xDA5556) is unknown color: approx Mandy. HEX triplet: DA, 55 and 56. RGB value is (218,85,86). Sum of RGB (Red+Green+Blue) = 218+85+86=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5556 is #25AAA9. Grayscale: #7D7D7D. Windows color (decimal): -2468522 or 5658074. OLE color: 5658074.

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

Color convert

RGB2188586-
CMYK00.610.610.15
HSL359.55º64.25%59.41%-
HSV(B)359.55º61.01%85.49%-
XYZ33.8422.0711.28-
YUV124.88106.06194.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.04%
GREEN value IS 85 (33.59% from 255) = 21.85%
BLUE value IS 86 (33.98% from 255) = 22.11%
R=56.04%
G=21.85%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218858600.610.610.15359.5564.2559.41
HexDA555603D3DF168403b
Octal332125126075751755010073
Binary1101101010101011010110011110111110111111011010001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5556; }

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

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

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

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

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

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

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

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