#DA5558

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

Shades of Mandy #DA5558

Tints of Mandy #DA5558

Color information

#DA5558 (or 0xDA5558) is unknown color: approx Mandy. HEX triplet: DA, 55 and 58. RGB value is (218,85,88). Sum of RGB (Red+Green+Blue) = 218+85+88=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5558 is #25AAA7. Grayscale: #7D7D7D. Windows color (decimal): -2468520 or 5789146. OLE color: 5789146.

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

Color convert

RGB2188588-
CMYK00.610.600.15
HSL358.65º64.25%59.41%-
HSV(B)358.65º61.01%85.49%-
XYZ33.9222.1111.71-
YUV125.11107.06194.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.75%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 88 (34.77% from 255) = 22.51%
R=55.75%
G=21.74%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218858800.610.600.15358.6564.2559.41
HexDA555803D3CF167403b
Octal332125130075741754710073
Binary1101101010101011011000011110111110011111011001111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5558; }

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

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

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

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

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

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

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

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