#d85e5f

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

Shades of Mandy #D85E5F

Tints of Mandy #D85E5F

Color information

#D85E5F (or 0xD85E5F) is unknown color: approx Mandy. HEX triplet: D8, 5E and 5F. RGB value is (216,94,95). Sum of RGB (Red+Green+Blue) = 216+94+95=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E5F is #27A1A0. Grayscale: #828282. Windows color (decimal): -2597281 or 6250200. OLE color: 6250200.

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

Color convert

RGB2169495-
CMYK00.560.560.15
HSL359.51º61%60.78%-
HSV(B)359.51º56.48%84.71%-
XYZ34.3923.4313.54-
YUV130.59107.92188.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.33%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 95 (37.5% from 255) = 23.46%
R=53.33%
G=23.21%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216949500.560.560.15359.516160.78
HexD85E5F03838F1683d3d
Octal33013613707070175507575
Binary110110001011110101111101110001110001111101101000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d85e5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d85e5f; }

 p { color: rgb(216,94,95); }

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

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

 a { background-color: rgb(216,94,95); }

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

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

 span { border-color: rgb(216,94,95); }

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