#D85E61

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

Shades of Mandy #D85E61

Tints of Mandy #D85E61

Color information

#D85E61 (or 0xD85E61) is unknown color: approx Mandy. HEX triplet: D8, 5E and 61. RGB value is (216,94,97). Sum of RGB (Red+Green+Blue) = 216+94+97=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E61 is #27A19E. Grayscale: #828282. Windows color (decimal): -2597279 or 6381272. OLE color: 6381272.

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

Color convert

RGB2169497-
CMYK00.560.550.15
HSL358.52º61%60.78%-
HSV(B)358.52º56.48%84.71%-
XYZ34.4823.4714.02-
YUV130.82108.92188.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.07%
GREEN value IS 94 (37.11% from 255) = 23.10%
BLUE value IS 97 (38.28% from 255) = 23.83%
R=53.07%
G=23.10%
B=23.83%

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
Decimal216949700.560.550.15358.526160.78
HexD85E6103837F1673d3d
Octal33013614107067175477575
Binary110110001011110110000101110001101111111101100111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85E61; }

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

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

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

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

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

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

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

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