#DA4954

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

Shades of Mandy #DA4954

Tints of Mandy #DA4954

Color information

#DA4954 (or 0xDA4954) is unknown color: approx Mandy. HEX triplet: DA, 49 and 54. RGB value is (218,73,84). Sum of RGB (Red+Green+Blue) = 218+73+84=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4954 is #25B6AB. Grayscale: #757575. Windows color (decimal): -2471596 or 5523930. OLE color: 5523930.

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

Color convert

RGB2187384-
CMYK00.670.610.15
HSL355.45º66.21%57.06%-
HSV(B)355.45º66.51%85.49%-
XYZ32.920.3110.57-
YUV117.61109.04199.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 58.13%
GREEN value IS 73 (28.91% from 255) = 19.47%
BLUE value IS 84 (33.20% from 255) = 22.4%
R=58.13%
G=19.47%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218738400.670.610.15355.4566.2157.06
HexDA49540433DF1634239
Octal3321111240103751754310271
Binary11011010100100110101000100001111110111111011000111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4954; }

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

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

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

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

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

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

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

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