#DA5258

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

Shades of Mandy #DA5258

Tints of Mandy #DA5258

Color information

#DA5258 (or 0xDA5258) is unknown color: approx Mandy. HEX triplet: DA, 52 and 58. RGB value is (218,82,88). Sum of RGB (Red+Green+Blue) = 218+82+88=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5258 is #25ADA7. Grayscale: #7B7B7B. Windows color (decimal): -2469288 or 5788378. OLE color: 5788378.

HSL color Cylindrical-coordinate representation of color #DA5258: hue angle of 357.35º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5258 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB2188288-
CMYK00.620.600.15
HSL357.35º64.76%58.82%-
HSV(B)357.35º62.39%85.49%-
XYZ33.6921.6411.63-
YUV123.35108.06195.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.19%
GREEN value IS 82 (32.42% from 255) = 21.13%
BLUE value IS 88 (34.77% from 255) = 22.68%
R=56.19%
G=21.13%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218828800.620.600.15357.3564.7658.82
HexDA525803E3CF165413b
Octal332122130076741754510173
Binary1101101010100101011000011111011110011111011001011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5258; }

 p { color: rgb(218,82,88); }

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

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

 a { background-color: rgb(218,82,88); }

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

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

 span { border-color: rgb(218,82,88); }

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