#DA4955

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

Shades of Mandy #DA4955

Tints of Mandy #DA4955

Color information

#DA4955 (or 0xDA4955) is unknown color: approx Mandy. HEX triplet: DA, 49 and 55. RGB value is (218,73,85). Sum of RGB (Red+Green+Blue) = 218+73+85=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4955 is #25B6AA. Grayscale: #757575. Windows color (decimal): -2471595 or 5589466. OLE color: 5589466.

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

Color convert

RGB2187385-
CMYK00.670.610.15
HSL355.03º66.21%57.06%-
HSV(B)355.03º66.51%85.49%-
XYZ32.9420.3310.78-
YUV117.72109.54199.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 57.98%
GREEN value IS 73 (28.91% from 255) = 19.41%
BLUE value IS 85 (33.59% from 255) = 22.61%
R=57.98%
G=19.41%
B=22.61%

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
Decimal218738500.670.610.15355.0366.2157.06
HexDA49550433DF1634239
Octal3321111250103751754310271
Binary11011010100100110101010100001111110111111011000111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4955; }

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

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

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

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

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

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

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

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