#D85B5C

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

Shades of Mandy #D85B5C

Tints of Mandy #D85B5C

Color information

#D85B5C (or 0xD85B5C) is unknown color: approx Mandy. HEX triplet: D8, 5B and 5C. RGB value is (216,91,92). Sum of RGB (Red+Green+Blue) = 216+91+92=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B5C is #27A4A3. Grayscale: #808080. Windows color (decimal): -2598052 or 6052824. OLE color: 6052824.

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

Color convert

RGB2169192-
CMYK00.580.570.15
HSL359.52º61.58%60.2%-
HSV(B)359.52º57.87%84.71%-
XYZ33.9922.8512.74-
YUV128.49107.41190.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.14%
GREEN value IS 91 (35.94% from 255) = 22.81%
BLUE value IS 92 (36.33% from 255) = 23.06%
R=54.14%
G=22.81%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216919200.580.570.15359.5261.5860.2
HexD85B5C03A39F1683e3c
Octal33013313407271175507674
Binary110110001011011101110001110101110011111101101000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85B5C; }

 p { color: rgb(216,91,92); }

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

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

 a { background-color: rgb(216,91,92); }

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

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

 span { border-color: rgb(216,91,92); }

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