#DA485B

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

Shades of Mandy #DA485B

Tints of Mandy #DA485B

Color information

#DA485B (or 0xDA485B) is unknown color: approx Mandy. HEX triplet: DA, 48 and 5B. RGB value is (218,72,91). Sum of RGB (Red+Green+Blue) = 218+72+91=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA485B is #25B7A4. Grayscale: #757575. Windows color (decimal): -2471845 or 5982426. OLE color: 5982426.

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

Color convert

RGB2187291-
CMYK00.670.580.15
HSL352.19º66.36%56.86%-
HSV(B)352.19º66.97%85.49%-
XYZ33.1220.312.07-
YUV117.82112.87199.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 57.22%
GREEN value IS 72 (28.52% from 255) = 18.90%
BLUE value IS 91 (35.94% from 255) = 23.88%
R=57.22%
G=18.90%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218729100.670.580.15352.1966.3656.86
HexDA485B0433AF1604239
Octal3321101330103721754010271
Binary11011010100100010110110100001111101011111011000001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA485B; }

 p { color: rgb(218,72,91); }

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

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

 a { background-color: rgb(218,72,91); }

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

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

 span { border-color: rgb(218,72,91); }

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