#D85B61

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

Shades of Mandy #D85B61

Tints of Mandy #D85B61

Color information

#D85B61 (or 0xD85B61) is unknown color: approx Mandy. HEX triplet: D8, 5B and 61. RGB value is (216,91,97). Sum of RGB (Red+Green+Blue) = 216+91+97=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B61 is #27A49E. Grayscale: #818181. Windows color (decimal): -2598047 or 6380504. OLE color: 6380504.

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

Color convert

RGB2169197-
CMYK00.580.550.15
HSL357.12º61.58%60.2%-
HSV(B)357.12º57.87%84.71%-
XYZ34.2222.9413.93-
YUV129.06109.91190.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.47%
GREEN value IS 91 (35.94% from 255) = 22.52%
BLUE value IS 97 (38.28% from 255) = 24.01%
R=53.47%
G=22.52%
B=24.01%

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
Decimal216919700.580.550.15357.1261.5860.2
HexD85B6103A37F1653e3c
Octal33013314107267175457674
Binary110110001011011110000101110101101111111101100101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85B61; }

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

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

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

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

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

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

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

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