#D85C62

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

Shades of Mandy #D85C62

Tints of Mandy #D85C62

Color information

#D85C62 (or 0xD85C62) is unknown color: approx Mandy. HEX triplet: D8, 5C and 62. RGB value is (216,92,98). Sum of RGB (Red+Green+Blue) = 216+92+98=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85C62 is #27A39D. Grayscale: #818181. Windows color (decimal): -2597790 or 6446296. OLE color: 6446296.

HSL color Cylindrical-coordinate representation of color #D85C62: hue angle of 357.1º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85C62 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB2169298-
CMYK00.570.550.15
HSL357.1º61.39%60.39%-
HSV(B)357.1º57.41%84.71%-
XYZ34.3523.1414.21-
YUV129.76110.08189.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.20%
GREEN value IS 92 (36.33% from 255) = 22.66%
BLUE value IS 98 (38.67% from 255) = 24.14%
R=53.20%
G=22.66%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216929800.570.550.15357.161.3960.39
HexD85C6203937F1653d3c
Octal33013414207167175457574
Binary110110001011100110001001110011101111111101100101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85C62; }

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

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

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

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

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

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

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

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