#da545d

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

Shades of Mandy #DA545D

Tints of Mandy #DA545D

Color information

#DA545D (or 0xDA545D) is unknown color: approx Mandy. HEX triplet: DA, 54 and 5D. RGB value is (218,84,93). Sum of RGB (Red+Green+Blue) = 218+84+93=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA545D is #25ABA2. Grayscale: #7D7D7D. Windows color (decimal): -2468771 or 6116570. OLE color: 6116570.

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

Color convert

RGB2188493-
CMYK00.610.570.15
HSL355.97º64.42%59.22%-
HSV(B)355.97º61.47%85.49%-
XYZ34.0622.0412.81-
YUV125.09109.89194.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.19%
GREEN value IS 84 (33.20% from 255) = 21.27%
BLUE value IS 93 (36.72% from 255) = 23.54%
R=55.19%
G=21.27%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218849300.610.570.15355.9764.4259.22
HexDA545D03D39F164403b
Octal332124135075711754410073
Binary1101101010101001011101011110111100111111011001001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da545d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da545d; }

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

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

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

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

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

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

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

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