#D55F60

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

Shades of Mandy #D55F60

Tints of Mandy #D55F60

Color information

#D55F60 (or 0xD55F60) is unknown color: approx Mandy. HEX triplet: D5, 5F and 60. RGB value is (213,95,96). Sum of RGB (Red+Green+Blue) = 213+95+96=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F60 is #2AA09F. Grayscale: #828282. Windows color (decimal): -2793632 or 6315989. OLE color: 6315989.

HSL color Cylindrical-coordinate representation of color #D55F60: hue angle of 359.49º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D55F60 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB2139596-
CMYK00.550.550.16
HSL359.49º58.42%60.39%-
HSV(B)359.49º55.4%83.53%-
XYZ33.6423.1813.77-
YUV130.4108.59186.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.72%
GREEN value IS 95 (37.5% from 255) = 23.51%
BLUE value IS 96 (37.89% from 255) = 23.76%
R=52.72%
G=23.51%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213959600.550.550.16359.4958.4260.39
HexD55F6003737101673a3c
Octal32513714006767205477274
Binary1101010110111111100000011011111011110000101100111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55F60; }

 p { color: rgb(213,95,96); }

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

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

 a { background-color: rgb(213,95,96); }

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

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

 span { border-color: rgb(213,95,96); }

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