#DA4960

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

Shades of Mandy #DA4960

Tints of Mandy #DA4960

Color information

#DA4960 (or 0xDA4960) is unknown color: approx Mandy. HEX triplet: DA, 49 and 60. RGB value is (218,73,96). Sum of RGB (Red+Green+Blue) = 218+73+96=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4960 is #25B69F. Grayscale: #777777. Windows color (decimal): -2471584 or 6310362. OLE color: 6310362.

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

Color convert

RGB2187396-
CMYK00.670.560.15
HSL350.48º66.21%57.06%-
HSV(B)350.48º66.51%85.49%-
XYZ33.4120.5213.27-
YUV118.98115.04198.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.33%
GREEN value IS 73 (28.91% from 255) = 18.86%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=56.33%
G=18.86%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218739600.670.560.15350.4866.2157.06
HexDA496004338F15e4239
Octal3321111400103701753610271
Binary11011010100100111000000100001111100011111010111101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4960; }

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

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

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

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

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

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

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

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