#D85B65

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

Shades of Mandy #D85B65

Tints of Mandy #D85B65

Color information

#D85B65 (or 0xD85B65) is unknown color: approx Mandy. HEX triplet: D8, 5B and 65. RGB value is (216,91,101). Sum of RGB (Red+Green+Blue) = 216+91+101=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B65 is #27A49A. Grayscale: #818181. Windows color (decimal): -2598043 or 6642648. OLE color: 6642648.

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

Color convert

RGB21691101-
CMYK00.580.530.15
HSL355.2º61.58%60.2%-
HSV(B)355.2º57.87%84.71%-
XYZ34.4123.0214.94-
YUV129.52111.91189.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.94%
GREEN value IS 91 (35.94% from 255) = 22.30%
BLUE value IS 101 (39.84% from 255) = 24.75%
R=52.94%
G=22.30%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169110100.580.530.15355.261.5860.2
HexD85B6503A35F1633e3c
Octal33013314507265175437674
Binary110110001011011110010101110101101011111101100011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85B65; }

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

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

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

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

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

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

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

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