#da495e

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

Shades of Mandy #DA495E

Tints of Mandy #DA495E

Color information

#DA495E (or 0xDA495E) is unknown color: approx Mandy. HEX triplet: DA, 49 and 5E. RGB value is (218,73,94). Sum of RGB (Red+Green+Blue) = 218+73+94=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA495E is #25B6A1. Grayscale: #767676. Windows color (decimal): -2471586 or 6179290. OLE color: 6179290.

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

Color convert

RGB2187394-
CMYK00.670.570.15
HSL351.31º66.21%57.06%-
HSV(B)351.31º66.51%85.49%-
XYZ33.3220.4812.79-
YUV118.75114.04198.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.62%
GREEN value IS 73 (28.91% from 255) = 18.96%
BLUE value IS 94 (37.11% from 255) = 24.42%
R=56.62%
G=18.96%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218739400.670.570.15351.3166.2157.06
HexDA495E04339F15f4239
Octal3321111360103711753710271
Binary11011010100100110111100100001111100111111010111111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da495e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da495e; }

 p { color: rgb(218,73,94); }

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

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

 a { background-color: rgb(218,73,94); }

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

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

 span { border-color: rgb(218,73,94); }

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