#da575b

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

Shades of Mandy #DA575B

Tints of Mandy #DA575B

Color information

#DA575B (or 0xDA575B) is unknown color: approx Mandy. HEX triplet: DA, 57 and 5B. RGB value is (218,87,91). Sum of RGB (Red+Green+Blue) = 218+87+91=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA575B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA575B is #25A8A4. Grayscale: #7E7E7E. Windows color (decimal): -2468005 or 5986266. OLE color: 5986266.

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

Color convert

RGB2188791-
CMYK00.600.580.15
HSL358.17º63.9%59.8%-
HSV(B)358.17º60.09%85.49%-
XYZ34.2122.4812.43-
YUV126.62107.9193.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.05%
GREEN value IS 87 (34.38% from 255) = 21.97%
BLUE value IS 91 (35.94% from 255) = 22.98%
R=55.05%
G=21.97%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218879100.600.580.15358.1763.959.8
HexDA575B03C3AF166403c
Octal332127133074721754610074
Binary1101101010101111011011011110011101011111011001101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da575b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da575b; }

 p { color: rgb(218,87,91); }

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

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

 a { background-color: rgb(218,87,91); }

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

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

 span { border-color: rgb(218,87,91); }

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