#d85e62

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

Shades of Mandy #D85E62

Tints of Mandy #D85E62

Color information

#D85E62 (or 0xD85E62) is unknown color: approx Mandy. HEX triplet: D8, 5E and 62. RGB value is (216,94,98). Sum of RGB (Red+Green+Blue) = 216+94+98=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E62 is #27A19D. Grayscale: #838383. Windows color (decimal): -2597278 or 6446808. OLE color: 6446808.

HSL color Cylindrical-coordinate representation of color #D85E62: hue angle of 358.03º 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 #D85E62 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB2169498-
CMYK00.560.550.15
HSL358.03º61%60.78%-
HSV(B)358.03º56.48%84.71%-
XYZ34.5323.4914.27-
YUV130.93109.42188.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.94%
GREEN value IS 94 (37.11% from 255) = 23.04%
BLUE value IS 98 (38.67% from 255) = 24.02%
R=52.94%
G=23.04%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216949800.560.550.15358.036160.78
HexD85E6203837F1663d3d
Octal33013614207067175467575
Binary110110001011110110001001110001101111111101100110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d85e62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d85e62; }

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

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

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

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

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

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

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

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