#DA4B56

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

Shades of Mandy #DA4B56

Tints of Mandy #DA4B56

Color information

#DA4B56 (or 0xDA4B56) is unknown color: approx Mandy. HEX triplet: DA, 4B and 56. RGB value is (218,75,86). Sum of RGB (Red+Green+Blue) = 218+75+86=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4B56 is #25B4A9. Grayscale: #777777. Windows color (decimal): -2471082 or 5655514. OLE color: 5655514.

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

Color convert

RGB2187586-
CMYK00.660.610.15
HSL355.38º65.9%57.45%-
HSV(B)355.38º65.6%85.49%-
XYZ33.1120.6111.04-
YUV119.01109.38198.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 57.52%
GREEN value IS 75 (29.69% from 255) = 19.79%
BLUE value IS 86 (33.98% from 255) = 22.69%
R=57.52%
G=19.79%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218758600.660.610.15355.3865.957.45
HexDA4B560423DF1634239
Octal3321131260102751754310271
Binary11011010100101110101100100001011110111111011000111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4B56; }

 p { color: rgb(218,75,86); }

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

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

 a { background-color: rgb(218,75,86); }

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

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

 span { border-color: rgb(218,75,86); }

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