#DA5D65

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

Shades of Mandy #DA5D65

Tints of Mandy #DA5D65

Color information

#DA5D65 (or 0xDA5D65) is unknown color: approx Mandy. HEX triplet: DA, 5D and 65. RGB value is (218,93,101). Sum of RGB (Red+Green+Blue) = 218+93+101=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5D65 is #25A29A. Grayscale: #838383. Windows color (decimal): -2466459 or 6643162. OLE color: 6643162.

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

Color convert

RGB21893101-
CMYK00.570.540.15
HSL356.16º62.81%60.98%-
HSV(B)356.16º57.34%85.49%-
XYZ35.1823.6715.03-
YUV131.29110.91189.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.91%
GREEN value IS 93 (36.72% from 255) = 22.57%
BLUE value IS 101 (39.84% from 255) = 24.51%
R=52.91%
G=22.57%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189310100.570.540.15356.1662.8160.98
HexDA5D6503936F1643f3d
Octal33213514507166175447775
Binary110110101011101110010101110011101101111101100100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5D65; }

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

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

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

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

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

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

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

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