#D85B62

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

Shades of Mandy #D85B62

Tints of Mandy #D85B62

Color information

#D85B62 (or 0xD85B62) is unknown color: approx Mandy. HEX triplet: D8, 5B and 62. RGB value is (216,91,98). Sum of RGB (Red+Green+Blue) = 216+91+98=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B62 is #27A49D. Grayscale: #818181. Windows color (decimal): -2598046 or 6446040. OLE color: 6446040.

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

Color convert

RGB2169198-
CMYK00.580.550.15
HSL356.64º61.58%60.2%-
HSV(B)356.64º57.87%84.71%-
XYZ34.2622.9614.18-
YUV129.17110.41189.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.33%
GREEN value IS 91 (35.94% from 255) = 22.47%
BLUE value IS 98 (38.67% from 255) = 24.20%
R=53.33%
G=22.47%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216919800.580.550.15356.6461.5860.2
HexD85B6203A37F1653e3c
Octal33013314207267175457674
Binary110110001011011110001001110101101111111101100101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85B62; }

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

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

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

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

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

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

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

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