#D85E63

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

Shades of Mandy #D85E63

Tints of Mandy #D85E63

Color information

#D85E63 (or 0xD85E63) is unknown color: approx Mandy. HEX triplet: D8, 5E and 63. RGB value is (216,94,99). Sum of RGB (Red+Green+Blue) = 216+94+99=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E63 is #27A19C. Grayscale: #838383. Windows color (decimal): -2597277 or 6512344. OLE color: 6512344.

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

Color convert

RGB2169499-
CMYK00.560.540.15
HSL357.54º61%60.78%-
HSV(B)357.54º56.48%84.71%-
XYZ34.5723.5114.52-
YUV131.05109.92188.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.81%
GREEN value IS 94 (37.11% from 255) = 22.98%
BLUE value IS 99 (39.06% from 255) = 24.21%
R=52.81%
G=22.98%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216949900.560.540.15357.546160.78
HexD85E6303836F1663d3d
Octal33013614307066175467575
Binary110110001011110110001101110001101101111101100110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85E63; }

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

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

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

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

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

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

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

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